@charset "utf-8";
/* CSS Document */

footer {

    padding: 0 7.29vw 3.95vw 7.29vw;

}

#footer-logo {
    
    width: 23.95vw;
    height: auto;
    
}

#footer-text-1 {
    
    font-size:1.04vw;
    line-height:1.5vw;
    
}

#footer-socials, #footer-text-2 {
    
    margin-top: 2.5vw;    
    
}

.social {
    
    display:inline-block;
    margin-right: 1.87vw;
    
}

.social:last-of-type {
    
    margin-right: 0;
    
}

.social img, .social svg {
    
    width:1.87vw; 
    height:auto;
    
}

#footer-links, #footer-text-2 {
    
    font-family:"Century Gothic W05 Bold";
    font-size: 0.93vw;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    
}

#footer-links {
    
    line-height: 200%;    
    
}

#footer-table-1 h3 {
    
    margin-bottom: 1.56vw;
    
}

@media only screen and (max-width: 1921px) {



}

@media only screen and (max-width: 1439px)  {


}

@media only screen and (max-width: 959px) {

/*    #footer-text-1 {

        font-size:10px;
        line-height:14px;

    }
    
    #footer-links, #footer-text-2 {

        font-size: 10px;

    }*/

}


@media only screen and (max-width: 799px) {
    
    footer {

        width:71%;
        padding: 0 14.5% 14.44vw 14.5%;

    } 

    #footer-table-2 {
        
        box-sizing: border-box;    
        
    }
    
    #footer-table-2 tr {
        
        display:block;    
        
    }
    
    #footer-table-2 td {
        
        display:block;
        text-align: center;
        
    }
    
    #footer-table-1 h3 {

        margin-bottom: 6vw;
        font-size: 5.6vw;
        letter-spacing: 0.6vw;
        text-align: center;

    }
    
    .social img, .social svg {

        width:6.94vw; 
        height:auto;

    }
    
    #footer-socials {

        width:69vw;
        margin-bottom: 11vw;
        

    }
    
    .social {

        margin-right: 10vw;

    }

    .social:last-of-type {

        margin-right: 0;

    }
    
    #footer-text-1 {

        font-size:3.5vw;
        line-height:5vw;
        text-align: left;
        width:69vw;
        margin-top: 8vw;
        margin-bottom: 10vw;

    }
    
    #footer-links {

        width:69vw; 
        margin-top: 8vw;
        font-size: 4vw;
        letter-spacing: 0.3vw;
        text-align: left;
        margin-bottom: 6vw;

    }
    
    #footer-logo {

        margin-top: 10vw;
        width:69vw;
        height: auto;

    }
    
    #footer-text-2 {

        margin-top: 8vw;
        width:69vw;
        font-size: 2vw;
        text-align: center;

    }


}


