/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

.container:before, .container:after {
    display:table;
    content:"";
    zoom:1 /* ie fix */;
}

.container:after {
    clear:both;
}

.container {
    width:980px;
    margin:0 auto;
    border:3px solid #71b4cf;
    box-shadow:0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
     font-family: 'Poppins', sans-serif;
     font-size: 20px;
     line-height: 1.80857;
     font-weight: normal;
    /* border-radius:10px; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px; */
    background-color:#ffffff;
}

.mainbody {
    /* height:100%; 
    width:980px;*/
    border: solid #eee;
    border-width:0px 0;
    padding: 10px;
}


/* .header, .footer {
    height: 60px;
    padding: 5px;
} */

.header {
    /* margin-top: 25px; */
    
    height: 113px;
    padding: 1px;
    background-color: whiteSmoke;
    background-image: url("img/header980.png");
    background-repeat: no-repeat;
}

.footer {
    height: 90px;
    padding: 0px;
    /* -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px; */
}

body {
    background-image: linear-gradient(to left,#42275a, #71b4cf);
 /* background-image: linear-gradient(to left,#42275a, #734b6d);
    background-color: linen; */
 /* position:fixed;
        bottom:50px;
        top:50px; */
    position: relative;
    top: 15px;

}

h1 {
  color: maroon;
  margin-left: 0px;
}\

h2 {
     font-size: 22px;
     font-weight: normal;
}

h3 {
     font-size: 18px;
     font-family: 'Baloo Chettan', cursive;
}

h4 {
     font-size: 16px;
     font-weight: normal;
     margin-top: 0;
     margin-bottom: 20px;
}

h5 {
     font-size: 14px;
     font-weight: normal;
}


/* .logo { 
         background: url("img/footer_logo.png") no-repeat; 

         width: 100px; 
         height: 100px;  
         display: block; 
         text-indent: -9999px;
} */