/* Common styles for all pages */
body {
    line-height: 1.7;
    color: white;
    font-weight: 400;
    font-size: 1.1rem;
    font-family: "Cormorant SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: #000000;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: white;
}

a:hover {
    text-decoration: none;
}

/* Footer */
.site-footer p {
    color: #818181;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: #999999;
}

.site-footer a:hover {
    color: white;
}

@media screen and (min-width: 768px){
    #eight-gods {
        padding-left: 2.50rem!important;
    }
}



