h1 img {
   height:111px;
}

h2 {
    padding-top:15px;
}

a {
    color:#C03D5A;
}

a:hover {
    color:#C03D5A;
    text-decoration: underline;
}

#logo-section, #footer-section-container {
    background-color: black
}
#logo-section img {
    margin-bottom: -60px;
    margin-top: 30px;
}

#social-section-container {
    background-repeat: no-repeat, repeat-x;
    background-position: top left;
    padding-top: 70px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    color: white;
}

#social-section-container h2 {
    text-shadow:0 1px 12px rgba(0,0,0,.9);
}

#watch-section, #social-section, #text-section, #footer-section {
    max-width: 970px;
}

/* Cards ----------------------------------------------- */

#social-section-container .card-deck {
    margin-bottom:40px;
    margin-top:30px;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#social-section .card {
    max-width: 100px;
    background-color: transparent;
    border: none;
}

#social-section .card > a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #000000ab;
    transition: all .2s;
}

#social-section .card:hover a.icon {
    box-shadow: 0px 0px 20px #000000ab!important;
}

#social-section .card:hover a {
    text-decoration: underline;
}

#social-section .card-img-top {
    width: 25px;
    margin-top: 28px;
}
#social-section .facebook .card-img-top { width:22px; }
#social-section .instagram .card-img-top { width:45px; }
#social-section .youtube .card-img-top, #social-section .youtube .card-img-top { width: 45px; margin-top: 34px; }
#social-section .twitter .card-img-top { width:45px; margin-top:33px; }
#social-section .snapchat .card-img-top { width:45px; }
#social-section .pinterest .card-img-top { width:45px; }

#social-section .card a.facebook { background:#40559d; }
#social-section .card a.instagram { background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);; }
#social-section .card a.youtube, #social-section .card a.youtube { background:#bd221b; }
#social-section .card a.twitter { background:#00aaf0; }
#social-section .card a.snapchat { background:#f8ec00; }
#social-section .card a.pinterest { background:#bd081c; }

#social-section .card-text {
    padding: 5px 0 0 0;
}

#social-section .card-text a {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

.modal-body table { font-size: 12px; }
.modal-body td { vertical-align: top; }

/* Tablet */
@media (max-width: 768px) {
    #social-section .card {
        max-width: 90px;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        flex-direction: column;
        margin-bottom: 10px;
    }
    #social-section .card-img-top {
        margin-top: 19px;
    }
    #social-section .card > a {
        width: 80px;
        height: 80px;
    }

    #social-section .youtube .card-img-top { margin-top: 24px; }
    #social-section .twitter .card-img-top { margin-top:24px; }

}

/* Mobile */
@media (max-width: 575px) {
    h2 {
        padding-top:0;
        font-size:1.6rem;
    }
    #social-section-container .card-deck {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom:15px;
    }
    #social-section .card {
        max-width:60px;
        margin-right:15px;
        margin-bottom: 10px;
    }
    #social-section .card > a {
        width: 60px;
        height: 60px;
    }
    #social-section .card-text a {
        display:none;
    }

    #social-section .card-img-top {
        margin-top: 13px;
        width:35px !important;
    }

    #social-section .facebook .card-img-top { width:19px !important; }
    #social-section .youtube .card-img-top, #social-section .youtube .card-img-top { margin-top: 18px; }
    #social-section .twitter .card-img-top { margin-top:17px; }
}

@media (max-width: 426px) {
    #watch-section .bottom-divider {
        margin-top: 20px;
    }
    #watch-section .my-auto:nth-child(1) {
        min-width: 100px;
    }
    #watch-section .my-auto:nth-child(2) {
        text-align: center;
    }
}

/* End Cards ----------------------------------------------- */

#watch-section .bottom-divider {
    border-bottom: 1px solid lightgrey;
}

#watch-section {
    margin-bottom: 20px;
}

#watch-section .my-auto:nth-child(3) {
    min-height: 80px;
    padding-top: 15px;
}

#watch-section .my-auto:nth-child(1) {
    height: 40px;
    line-height: 40px;
}

#watch-section img {
    max-height: 60px;
}

/* Footer -----------------------------------------*/

#footer-section-container {
    margin-top: 30px;
    color:#FFF;
    padding: 20px 0 5px 0;
    font-size: 14px;
}

#footer-section-container a {
    color:#FFF;
    font-weight:700;
}

#footer-section-container a:hover {
    color:#FFF;
}

#footer-section-container span {
    padding: 0 20px 0 20px;
}

#footer-section-container #footer-text, #footer-section-container #footer-links {
    display:inline;
}

#footer-section-container #footer-links span {
    display:inline-block;
    padding:0 10px 0 10px;
}

@media (max-width: 768px) {
    #footer-section-container span {
        display:none;
    }

        #footer-section-container #footer-links {
        display:block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}