/* ============================================================================ 
  DEFAULT CSS
============================================================================ */

/* a tags, links, urls */
.site-footer a, .site-footer a:visited {
    color: #fff;
    transition: all .3s ease-in;
}

.site-footer a:hover {
    color: #88D8FF;
    text-decoration: none;
}

/**/
.site-footer {
    background-color: #222222;
    padding-top: 10vh;
    padding-bottom: 2%;
    color: #FFFFFF;
}

.container-1 {
    margin-top: 2em;
}

.site-footer .quote {
    text-align: center;
    font-size: 10pt;
}

.site-footer .class-x::after {
    color: #FFFFFF;
    display: inline-block;
    font-family: auto;
    content: "\00d7";
    font-size: 20px;
    font-weight: 100;
}

.site-footer .contact-options p {
    text-align: center;
}

.site-footer .contact-options a {
    font-weight: bold;
}

.site-footer .social-media {
    text-align: left;
}

.site-footer .social-media p {
    padding-left: 10px;
}

.site-footer .social-media .icons {
    max-width: 150px;
    margin: auto;
}

.site-footer .social-media a {
    display: inline-block;
    width: 100%;
}

.site-footer .social-media img {
    width: 48px;
    height: 48px;
}

.site-footer .copyright-mention {
    font-size: 11pt;
    margin-top: 2em;
}

.site-footer .legal {
    max-width: 260px;
    margin: 10% auto;
    font-size: 14pt;
}

.site-footer .legal a {
    display: block;
    margin: 1rem 0rem;
}

.site-footer .made-by {
    font-size: 9pt;
    text-align: center;
}

/* ============================================================================ 
  Desktop 
============================================================================ */

@media only screen and (min-width: 769px) {
    /* */
    .site-footer {
        padding-top: 2em;
        padding-bottom: 1em;
    }
    /* */
    .site-footer .contact-options {
        font-size: initial;
        max-width: 850px;
        margin: 0% auto;
        font-size: 11pt;
    }
    .site-footer .contact-options p {
        margin: 0;
    }
    .site-footer .contact-options .main__div {
        margin-top: 1em;
    }
    /* */
    .site-footer .social-media {
        border-right-style: solid;
        border-right-width: 1px;
    }
    .site-footer .social-media .icons {
        max-width: 250px!important;
    }
    .site-footer .social-media p {
        display: none;
    }
    /*  */
    .site-footer .legal-div {
        border-left-style: solid;
        border-left-width: 1px;
    }
    .site-footer .legal {
        font-size: initial;
        margin: auto;
    }
    .site-footer .legal a {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    /* */
    .site-footer .copyright-mention {
        font-size: 11pt;
        margin-top: 2em;
    }
    .site-footer .made-by {
        margin-top: 3em;
        font-size: 9pt;
        text-align: center;
    }
}

/* Minimum 1080 px screens */

@media only screen and (min-width: 1080px) {}