.footer-icons {
    padding-bottom: 10px;
    font-size: 35px;
}

footer {
 font-size: 1rem;
}

.colophon a {
 color: var(--light);
}

.footer-icons a {
 color: var(--light);
}

.footer-icons a:visited {
 color: var(--light);
}

.footer-icons i {
    padding-right: 10px;
}

.site-footer p {
 color: var(--light);
    text-align: left;
    font-weight: 300;
    font-size: 1em;
}

.site-footer a {
 color: var(--light);
}
.site-footer a:visited {
 color: var(--light);
}
.footer-left {
    text-align: left;
 color: var(--light);
    position: fixed;
    bottom: 60px;
    left: 0px;
}

body.home .footer-left {
 position: inherit;
 bottom: 0px;
}

.footer-left .header-icons {
 font-weight: 200; font-size: 13px;
}
.copyright {
 color:white; padding: 0px 30px; margin-top: 0px; border-top: 0px solid #000; text-align: right;
}

.copyright p {
 text-align: right;
 
}

@media only screen and (max-width : 992px) {
 .footer-left {
    text-align: left;
    color: #000;
    position: initial;

}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 520px) {
.site-info p {
 font-size: 10px;   
}
.footer-left {
padding: 0px;
}


.footer-left .header-icons {
font-size: 10px;
}
.copyright {
 padding: 0px 0px;
 padding-top: 10px;
}

.copyright p {
 text-align: center;
 
}

/*.start-text .custombutton {*/
/*    display: inline-block;*/
/*    text-transform: uppercase;*/
/*    /* font-family: Oswald; */*/
/*    /* text-align: left; */*/
/*    font-weight: 400;*/
/*    font-size: 9px;*/
/*    color: #000;*/
/*    text-align: center;*/
/*    border: 1px solid #fff;*/
/*    padding: 9px 12px 10px 12px;*/
/*    /* text-decoration: none; */*/
/*    /* border-bottom: 1px solid orange; */*/
/*    text-decoration: none;*/
/*    background-color: #00000000;*/
/*    border-radius: 42px;*/
/*    margin: 0px 5px;*/
/*    letter-spacing: 5px;*/
/*}*/
}