

body{
    position: relative;
    height: auto;
    min-height: 100%;
    font-family: 'PT Sans', sans-serif;
}

#footer {
    width: 100%;
    padding: 15px;
}

.container {
    flex: 1;
  }

  #footer.flex-container{
    background-color: #384b68;
    color:#f6f9fb;
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items:center;
}

h5{
    font-weight:400;

}

.flex-container a{
    color:#f6f9fb;
}

.empty{
    flex:1;
    flex-grow:2;  
}

.logo{
    flex:1;
    flex-grow:1;
    
    padding-right: 5%;
}



.logo_img{
    object-fit: contain;
    max-height: 10vh;
}
.text{
    flex:1;
    flex-grow:6;
    padding-top:1%;
    padding-bottom:1%;
}

.hr{
    border-top: 0.1px solid #3d618c;
    padding-left: 1%;
    padding-right: 1%;
    margin:0;
}

#footer > .second{
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items:center;
}

.third{
    font-size:12px;
}

.contact{
    flex:1;
    flex-grow:6;
    margin:0;
    
}

.links{
    flex:1;
    flex-grow:6;
    font-weight:400;
    
    
}

.links_m{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    text-align:center;
    align-items:center;
    min-height: 30px;
}

.contact_m{
    display:flex;
    flex-direction:row;
    text-align:left;
    align-items:center;
    min-height: 30px;
}

span.mobile>i, span.mail>i{
    padding-right:10px;
}

span.mobile{
    padding-right:20px;
}

span.mobile, span.mail{
    display:flex;
    flex-direction:row;
    align-items:center;
}

.one{
    flex:1;
}

.two{
    flex:2;
}


.links a{
 
    text-transform: uppercase;
    
   
}

.empty_small{
    flex:1;
    flex-grow:1; 
}

.m{
    margin-top:1%;
    margin-bottom:1%;
}

.blue{
    color:#0abbef;
}

a:hover{
    text-decoration:none;
    color:#0abbef;
}

div.first > h5.footer-heading{
    color:white !important;
}

#footer>div>div.second{
    flex-wrap:wrap;
}

#footer>div>div.second>div.contact>p.contact_m{
    flex-wrap:wrap;
}

.logo-sm{
    display:none;
}

@media only screen and (max-width: 1485px) {
 .links_m{
     flex-wrap: wrap;

 }
.links_m > .two{
    flex:50%;
}
 .links_m > .one{
     flex:50%;
 }
}


@media only screen and (max-width: 875px) {
 .second{
     flex-wrap:wrap;

 }
 .contact, .links{
     flex:100%;
 }

 .empty_small{
     display:hidden;
 }
 .links_m{
     flex-wrap:nowrap;
 }
}

@media only screen and (max-width: 750px) {
    .links_m{
        flex-wrap:wrap;
    }
}

@media only screen and (max-width: 609px) {
    .third{
        display:flex;
        flex-wrap:wrap;
    }
    .logo-sm{
        display:flex;
        flex:44%;
    }
    .m{
      flex:44%;  
    }
    .logo{
        display:none;
    }

  

    .links_m{
        flex-wrap:nowrap;
    }

    .logo_img{
        padding:10px;
        object-fit: contain;
        max-height: 10vh;
    }
   
    span.mobile{
        padding-right:10px;
    }
}

@media only screen and (max-width: 570px) {
    .links_m{
        flex-wrap:wrap;
    }

}

@media only screen and (max-width: 406px) {
   
    .third{
        text-align:center;
    }

    .logo-sm{
        justify-content:center;
    }
}






