.navbar-logo {
    height: 52px;
}

navbar div.navbar-logo img {
    max-height: 46px;
    margin: 3px 0;
}

.navbar-links > ul > li > a {
    padding: 16.5px;
}

#navbar-expand-container {
    height: 52px;
    position: absolute;
}

main#main {
    margin-top: 0;
}

#main-content-sponsors > p {
    text-align: center;
    font-size: 20px;
}

#main-header {
    margin-bottom: 48px;
    padding-top: 72px; padding-bottom: 72px;
    position: relative;
    background-size: cover;
    background-position: center 60%;
    z-index: -10;
}

#heading-shade {
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -5;
}

#heading-title {
    text-align: center;
    width: 100%;
    font-family: "Open Sans", "Oswald", sans-serif;
    font-size: 48px;
    font-weight: bold;
}

@media (min-width: 769px) {
    
    #main-header {
        padding-bottom: 96px;
    }
    
    #main-header::after {
        content: '';
        width: 0; height: 0;
        position: absolute; display: block;
        bottom: -1px;
        border-bottom: 48px solid;
        border-left: 100vw solid transparent;
        border-bottom-color: #E6E6E6;
    }
    
}

footer > div.row {
    position: relative;
}

#footer-social {
    height: 32px;
}

.social-elem {
    width: 32px; height: 32px;
    position: relative; display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s, background-color 0.3s;
}

.social-elem:hover {
    opacity: 1;
}

#social-elem-email:hover {
    background-color: #2CB34D;
}

#social-elem-facebook:hover {
    background-color: #4267B2;
}

#social-elem-twitter:hover {
    background-color: #1EA1F1;
}

#social-elem-instagram:hover {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf 100%);
}

#social-elem-snapchat:hover {
    background-color: #FFFC00;
}

#social-elem-youtube:hover {
    background-color: #FF0000;
}

#social-elem-github:hover {
    background-color: #23282D;
}

.social-elem > a {
    width: 100%; height: 100%;
    display: block;
    color: #2A2A2A;
    text-align: center;
}

.social-elem > a > i {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
    
    #footer-social {
        position: absolute;
        top: 50%; right: 5%;
        transform: translateY(-50%);
    }
    
}

@media (max-width: 768px) {
    
    #footer-social {
        margin-top: 4px; margin-bottom: 10px;
    }
    
}

.whoops-face {
    font-weight: 900;
    font-family: "Roboto", "Calibri", "Arial", sans-serif;
}