footer{
    
    width:100%;
    padding:40px 5% 40px 5%;
    
}

.footer-section {
    
    float:left;
    text-align: center;
    
}

.footer-section a {
    
    color:black;
    
}

.footer-section a:hover {
    
    text-decoration: none;
    
}

.ft-section-1, .ft-section-3{
    
    padding:10px;
    line-height:2em;
    border-top:1.5px solid #AB7105;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size:12px;
    margin-top: 22px;
    font-weight:600;
    width:30%;
    
}

.contact-section a{

    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size:12px;
    font-weight: 600;
    
}

.ft-section-2{
    
    padding:0px 10px 10px 10px;
    width:40%;
    
}

.ft-section-mobile{
    
    display: none;
    padding:0px 10px 10px 10px;
    width:40%;
    
}

.vertical-line{
    
    width:100%;
    padding:20px 0 0;
}

.v-line{
    
    width:1.5px;
    height:60px;
    margin:0 auto;
    background-color: #AB7105;
    
}


.ft-txt-1 {

    font-size:55px;
    font-weight:bold;
    letter-spacing: 1.5px;
    color:black;
    line-height:0.8em;
    font-family:'Tinos', serif !important;
}

.ft-txt-2{

    font-size:55px;
    font-weight:bold;
    color:#AB7105;
    letter-spacing: 1.5px;
    line-height:0.8em;
    font-family:'Tinos', serif !important;

}

.ft-txt-3{

    color:black;
    font-size:13px;
    padding-left:4px;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}






.footer-bottom{

 width:100%;
 background-color:black;
 color:#a5a5a5;
 letter-spacing: 1px;
 height:60px;
 display: table;
 overflow: auto;
}

.footer-bottom .footer-info {

 width:100% !important;
 text-align:center;
 display: table-cell;
 vertical-align: middle;

}

.footer-bottom .footer-info a {

 font-weight:400 !important; 
 text-decoration:underline;
 color: #dbdbdb !important;
}

.footer-bottom .footer-info a:hover {

 color:white !important;

}



@media (max-width: 780px) {

    .footer-section {
    
        float:none;
        text-align: center;
    
    }
    
    footer{
    
        width:100%;
        padding:40px 20px;
    
    }
    
    .ft-section-1, .ft-section-3{
    
        padding:10px;
        margin-top: 0px;
        width:100%;
    
    }
    
    .ft-section-1{
    
        border-top:1.5px solid #AB7105;
        padding-bottom:0px !important;
    }

    .ft-section-3{
    
        border-top:none;
        padding-top:0px !important;
        
    }

    .contact-section a{

        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size:12px;
        font-weight: 600;

    }

    .ft-section-2{

        display:none;
        
    }    
    
    .ft-section-mobile{

        display:block;
        padding:20px 10px 10px;
        border-top:1.5px solid #AB7105;
        width:100%;
        
    }

}