


.president{
    position: relative;
}

.president .name{
    width: 100%;
    text-align: center;
}

.president .name h1{
    font-size: 15px;
}











    
footer{
    width: 100%;
    height: 350px;
    background-color: #01314d;
    color: white;
    position: relative;
    margin: 0;
    padding: 0;
}



footer .foot{
    width: 90%;
    height: 100%;
    color: white;
    margin: 0;
    padding: 30px;
    font-size: 13px;
    line-height: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .foot .side{
    width: 33%;
    height: 100%;
    text-align: left;
    padding: 0 0 0 20px;
}

footer .side p{
    width: 90%;
    font-size: 16px;
}

footer a{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    border-bottom: 1px solid white;
    border-width: 0;
    text-decoration: none;
}

footer .linkline{
    padding: 0 0 0 20px;
}

footer a:hover{
    border-width: 2px;
    transition: ease-in-out 0.5s;
    font-size: 17px;
}

footer .foot h3{
    font-size: 32px;
    margin: 0 0 15px 0;
}

footer .copyright{
    text-align: center;
    padding: 5px;
    font-size: 15px;
    background-color: #01314d;
    border-top: 1px solid #fff;
}

footer span{
    font-size: 18px;
    margin: 0 10px 0 0;
}

footer .loc{
    font-weight: 700;
    font-size: 20px;
    padding: 0 8px 0 0;
}

footer .numm{
    font-weight: 700;
}


footer .seperate{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

footer .seperate .linkline{
    width: 50%;
}











/*.space{*/
/*    margin: 2300px 0 0 0;*/
/*}*/

















@media (max-width: 1400px){

    
footer{
    width: 100%;
    height: auto;
}



footer .foot{
    width: 95%;
    height: 100%;
    color: white;
    margin: 0;
    padding: 30px;
    font-size: 13px;
    line-height: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .foot .side{
    width: 33%;
    height: 100%;
    text-align: left;
    padding: 0 0 0 20px;
}

}





@media (max-width: 1000px){

    
    footer .foot .side{
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 0 0 0 20px;
    }

    
    }
    