/* Fonts links */
@font-face{
    font-family: gothic light;
    src:url(../../fonts/LetterGothicStd.otf);
}

@font-face{
    font-family: gothic reg;
    src:url(../../fonts/LetterGothicStd-Bold.otf);
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

/*Styling Header*/

footer{
    width: 100%;
    height: auto;
    overflow: hidden;
}

footer #main-footer{
    width: 100%;
    height: auto;
/*    background-color: #505357;*/
    background-color: #dde0cd;
}

footer #main-footer #main-footer-wrap{
    width: 100%;
    margin: auto;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    color: black;
    padding: 30px 40px;
}

footer #main-footer #main-footer-wrap div{
    width: 32%;
    height: auto;
    text-align: left;
/*    border: 1px solid grey;*/
}

footer #main-footer #main-footer-wrap div #aboutus{
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid dimgrey;
}

footer #main-footer #main-footer-wrap div #aboutus h1{
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    text-transform: uppercase;
    position: relative;
}


footer #main-footer #main-footer-wrap div #logo{
    width: 60%;
    margin: 0;
/*    border: 1px solid red;*/
}

footer #main-footer #main-footer-wrap div #logo img{
    width: 100%;
    height: 100%;
}

footer #main-footer #main-footer-wrap div #about-content{
     width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
}

footer #main-footer #main-footer-wrap div #about-content p{
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    text-transform: capitalize;
}

footer #main-footer #main-footer-wrap div #nav{
     width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 30px;
}

footer #main-footer #main-footer-wrap div #nav a{
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    text-transform: capitalize;
    text-decoration: none;
    color: black;
/*    margin: 0 10px;*/
    padding-right: 20px;
}

footer #main-footer #main-footer-wrap div #nav a:hover{
    color: turquoise;
    transition: .5s ease;
}



footer #main-footer #main-footer-wrap div #links{
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid dimgrey;
    margin-bottom: 10px;
}

footer #main-footer #main-footer-wrap div #links h1{
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    text-transform: uppercase;
    position: relative;
}

footer #main-footer #main-footer-wrap div #list-link{
    width: 100%;
    height: auto;
    padding: 10px;
}

footer #main-footer #main-footer-wrap div #list-link ul{
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    list-style: none;
}

footer #main-footer #main-footer-wrap div #list-link ul li{
    display: block;
    padding: 10px 0px;
    box-sizing: border-box;
}

footer #main-footer #main-footer-wrap div #list-link ul a{
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    text-transform: capitalize;
    text-decoration: none;
    color: black;
}

footer #main-footer #main-footer-wrap div #list-link ul a:hover{
    color: orangered;
    transition: .5s ease;
}

footer #main-footer #main-footer-wrap div #contact{
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid dimgrey;
    margin-bottom: 10px;
}

footer #main-footer #main-footer-wrap div #contact h1{
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    text-transform: uppercase;
    position: relative;
}

footer #main-footer #main-footer-wrap div #contact-list{
    width: 100%;
    height: auto;
    padding: 10px;
}

footer #main-footer #main-footer-wrap div #contact-list ul{
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    list-style: none;
}

footer #main-footer #main-footer-wrap div #contact-list ul li{
    display: block;
    padding: 10px 0px;
    box-sizing: border-box;
}

footer #main-footer #main-footer-wrap div #contact-list ul li a{
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    text-transform: lowercase;
    text-decoration: none;
    color: black;
}

footer #main-footer #main-footer-wrap div #contact-list ul li i{
    padding-right: 15px;
}

footer #bottom-footer{
    width: 100%;
    padding: 30px;
    text-align: center;
/*    background-color: #8c8f92;*/
       background-color: #505357;
    color: white;
}

footer #bottom-footer p{
    font-size: 14px;
    letter-spacing: .5px;
    font-family: 'gothic reg';
    text-transform: lowercase;
}

footer #bottom-footer p a{
    font-size: 14px;
    letter-spacing: .5px;
    font-family: 'gothic reg';
    text-transform: lowercase;
    text-decoration: none;
    color: white;
}

footer #bottom-footer p a:hover{
    color: black;
    transition: .5s ease;
}















































