@font-face {
    font-family:'Lato-regular';
    src: url("../font/Lato-Regular.eot");
    src: url("../font/Lato-Regular.eot?#iefix") format("eot"),
         url("../font/Lato-Regular.woff") format("opentype"),
         url("../font/Lato-Regular.ttf") format("truetype"),
         url("../font/Lato-Regular.svg") format("svg"),
         url("../font/Lato-Regular.otf") format("opentype");  
    font-weight: 500;
    font-style: normal;
}


body,html{
    font-family: "Open Sans", sans-serif;
    color:#fff;

}

#main-section{
    background-image:url(../img/bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:top left;
    width:100%;
    height:100vh;
    overflow-y:scroll;
}

#main-section .logo{
    width:190px;
    height:auto;
    padding-top:20px;
    margin-left:30px;
}

#main-section .logo img{
    width: 100%;
}
#main-section .text-container{
    padding-top:80px;
}

#main-section h2{
     font-family: "Lora", serif;
    font-size:86px;
}

#main-section p{
    font-size:17px;
      text-shadow: 5px 5px 20px #000;
;

}

a, a:hover{
    color:inherit;
    text-decoration: none;
}

.btn-general{
    height:45px;
    width:200px;
    text-align: center;
    color:#fff;
    background-color:#2F65BA;
    border-radius:3px;
    border:none;
    margin-top:30px;
    font-size:16px;
    font-weight: 700;
    margin-bottom:80px;
}

footer{
    background-color:#475767;
    padding-top:15px;
    padding-bottom:15px;
    width:100%;
    padding-left:30px;
    padding-right:30px;
    position: fixed;
    left:0;
    bottom:0;
}

footer p{
    font-size:12px;
}

p{
    margin-bottom:0;
}

@media only screen and (max-width: 1199px) {
    
    #main-section h2{
        font-size:60px;
    }
    
     #main-section{
        background-image: url(../img/bg-lg.jpg);
    }
    

    
}

@media only screen and (max-width: 992px) {
     #main-section h2{
        font-size:50px;
    }
    
    .container{
        width:90%;
        max-width:90%;
    }
    
        #main-section .text-container {
    padding-top: 20px;
}
    
    #main-section{
        background-image: url(../img/bg-mid.jpg);
    }
    
    #main-section p {
    font-size: 16px;

}
    #main-section .logo{
    width:150px;

}
    footer p{
        font-size:10px;
    }
    
}

@media only screen and (max-width: 767px) {
    
    body,html{
        background-color:#3564AE;
    }
   
    
    #main-section{
        background-image: none;
        background-color:#3564AE;
        position: relative;
        height:auto;
    }
    
    .img-mobile{
        width:100%;
        height:auto;
        object-fit: cover;
        object-position: top center;
    }
    
    #main-section .logo{
        position: absolute;
        top:10px;
        left:50%;
        padding:0;
        transform: translate(-50%,0);
        margin:0;
        width:120px;
    }
    
    #main-section .text-container {
    padding-top: 20px;
}
    
      #main-section h2{
        font-size:38px;
          text-align: center;
    }
    
    #main-section p{
        font-size:11px;
        text-align: center;
        text-shadow:none;
    }
    
    footer p{
        font-size:9px;
        text-align: center;
    }
    
    .btn-general{
    height:35px;
    width:200px;
    text-align: center;
    color:#2F65BA;
    background-color:#fff;
    border-radius:3px;
    border:none;
    margin-top:30px;
    font-size:16px;
    font-weight: 700;
    margin-bottom:30px;
        
}
    
    .btn-container{
        text-align: center;
     
    }
    
    .container{
        width:94%;
        max-width:94%;
        
        
    }
    
    footer{
        position: relative;
    }
    
    
    
}

@media only screen and (max-width: 420px) {
    .img-mobile{
        height:290px;
    }
    
}



@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation : portrait) {
    
       #main-section{
        background-position: -200px;
    }
    
}

@media only screen and (device-width: 1300px) and (device-height: 600px) and (orientation : landscape) {
    
    #main-section .text-container {
    padding-top:0px;
}
    
}

@media only screen and (max-width: 500px) and (min-height: 700px) {
    
 footer{
        position: fixed;
    }
    
}
    
 