﻿:root {
    --color-pink: rgba(15,146,120);
    --color-orange: rgba(16,101,65);
    --color-orange-red: rgba(17,90,42);
    --color-yellow: #f4d25f;
}

body {
    width: 100%;
    margin: 0;
    background: url('../../images/assets/naacp-gradient.jpg') 50% 50%;
    background-size: cover;
}


.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

    .box .header {
        flex: 0 1 auto;
        margin-bottom: 0;
    }

    .box .main-content {
        flex: 0 1 auto;
        margin-bottom: 0;
        background: none;
        color: #fff;
    }

    .box .footer {
        flex: 1 1 auto;
        background: #000;
    }

        .box .footer .footer-info {
            background: #000;
            padding: 50px 20px 20px 20px;
        }

            .box .footer .footer-info #p1 {
                color: var(--color-yellow);
            }

            .box .footer .footer-info #p2 {
                margin-bottom: 0;
            }​
            .box .footer .footer-info #p3 {
                padding-bottom: 40px;
            }

.welcome-message {
    background: #ffffff50;
    padding: 0 0 2rem 0;
}

    .welcome-message p {
        color: #fff;
    }


div.category-picker-section > h1 {
    margin-top:0;
}

.accordion .cat-type-btn,
.accordion .btn-category {
    color: #fff;
}




/********************************************
            Headers styling
********************************************/
body, h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.card {
    background: #ffffff50;
    border: 1px solid #ffffff50;
}

.grid-container[data-category], .voting-header {
    padding-bottom: 3rem;
}
/********************************************
            Logo
********************************************/
.topsec {
    height: auto;
    width: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 30px;
    overflow: hidden;
}

    .topsec .row {
        flex-direction: inherit;
        margin: 0;
        align-items: center;
        justify-content: center;
        flex-wrap: inherit;
        margin-bottom: -45px;
    }

div.social-links {
    z-index: 9999;
    background: #ffffff50;
    margin: 0;
    padding: 2rem 0;
}



.brand-logo {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: center;
    padding: 8px 0 25px 0;
    position: relative;
    z-index: 9;
}

.logo-tm {
    display: flex;
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 20px 0 0;
    mix-blend-mode: multiply;
    margin-left: -55px;
}

    .logo-tm img {
        max-height: 620px;
        max-width: 100%;
        height: auto;
        border: none;
    }

/********************************************
            Headers styling
********************************************/
.modal-content {
    background: #000;
}

    .modal-content, .modal-content .alert-primary > p {
        color: #fff;
    }

.modal-header, .modal-footer {
    border: none;
}

.modal-body > .alert:last-child {
    margin-bottom: 0;
}

.modal-body > .alert-default {
    background-color: transparent;
}

.modal-body > .alert-primary {
    border-color: var(--color-yellow);
    background-color: transparent;
}

.modal-title {
    font-weight: 300;
    color: var(--color-yellow);
    text-transform: uppercase;
}

.card {
    background-blend-mode: multiply;
}

div[data-entrant-id] {
    color: black;
}


.voting-header {
    background: #ffffff50;
}

.voting-section {
    margin-top: 0;
}

    .voting-section > div[data-category] > .voting-header {
        margin-top: 0;
    }

        .voting-section > div[data-category] > .voting-header .voting-header-titles {
            margin-top: 0;
            position: relative;
            padding: 0 1rem;
        }

    .voting-section h1.category-name {
        color: #fff;
        font-weight: 600;
        margin-top: 0;
        padding-bottom: 2rem;
    }

    .voting-section .h2 {
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
    }

        .voting-section .h2 + .h2 {
            margin-bottom: 0.3333rem;
        }



.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: var(--color-orange-red);
    background-color: white;
    border-color: var(--color-yellow);
}

.btn-primary {
    background-color: var(--color-pink);
    border-color: var(--color-pink);
    color: white;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #363636 !important;
        color: #ffffff !important;
    }

.btn-light {
    background-color: var(--color-pink);
    border: none;
    color: white;
}

.btn-alternate {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-link {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

    .btn-link:hover {
        color: #c920d2;
        border: 1px solid #c920d2;
        border-radius: 4px;
    }

#bottom-message-container {
    display: none;
}

#bottom-message a {
    color: white;
    text-decoration: underline;
}

.btn-category {
    color: #fff;
    background-color: #FFFFFF55;
    font-weight: 600;
    border: none;
    line-height: 30px;
    margin-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    overflow-x: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: left;
    margin: 10px auto
}

    .btn-category:hover, .btn-category:active {
        background-color: var(--color-pink);
    }

    .btn-category:active {
        box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.3);
    }

.category-voted {
    color: var(--color-yellow);
}

.accordion .card {
    /*
        border-color: var(--color-pink);
    background-image: linear-gradient(38deg, rgba(232, 24, 126, 1) 0%, rgba(232, 109, 52, 1) 54%, rgba(228, 109, 166, 1) 100%);
    background-attachment: fixed;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
        */

    background: none;
    border: none;
}

.accordion .card-header {
    border-bottom: 3px solid var(--color-yellow);
    background: none;
}

.accordion .cat-type-btn h4 {
    font-weight: 600;
    color: #fff;
}

.accordion .card-header button,
.accordion .card-header button:active,
.accordion .card-header button:focus {
    /* 
        color: var(--color-orange-red);
    */
    color: white;
    font-weight: 600;
    background: none;
}

.card-title {
    margin-top: 0.75rem;
    text-transform: none;
}

.category {
    color: white;
    font-weight: 400;
    margin-bottom: 0px;
}

.vote-input {
    display: none;
}

.vote-label {
    width: 100%;
    margin-bottom: 0px;
    cursor: pointer;
}

.voted-heart-icon {
    position: absolute;
    color: var(--color-yellow);
    left: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    font-size: 2rem;
}


div[data-category] .card[data-entrant-id] button {
    margin-top: 0;
}

div[data-category] .card[data-entrant-id].voted-border > .overlay {
    border: 6px solid var(--color-yellow);
    height: 100%;
    width: 100%;
    z-index: 100;
}

.submit-btn,
#back-button {
    color: white;
    background: var(--color-pink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 2px;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 380px;
}

    .submit-btn:hover,
    #back-button:hover {
        background-color: #363636;
        color: #fff;
    }

.alert-warning {
    color: var(--color-yellow);
    background-color: #000;
    border-color: #000;
}

    .alert-warning > a {
        text-decoration: underline;
        color: #ffffff;
    }



/********************************************
            Headers styling
********************************************/
​
h1 {
    color: white;
}

​
h2 {
    color: #fed74e;
}

.category-picker-section {
    padding: 40px 0 0 0;
}

#confirmation {
    background: #ffffff50;
    padding-bottom: 2rem;
}

    #confirmation h1 {
        text-transform: uppercase;
        font-weight: 600;
    }

    #confirmation > p:nth-child(n) {
        font-weight: 300;
    }

​
/********************************************
            Logo and social links
********************************************/
div.header-logo-container {
    background-color: #000;
}

​
div.social-links {
    background-color: #ffffff55;
}


div.social-links > a.btn-link {
    color: white;
    border-color: white;
}

div.social-links > a:hover {
    color: black;
    background: white;
    border: 1px solid #fff;
    text-decoration: none;
}

​
/********************************************
            FanSignup.cshtml Specific
********************************************/
​
span#loading-spinner-fan, div#fan-error-messages {
    display: none;
}

​
span#loading-spinner-fan {
    font-size: 64px;
    display: none;
    color: var(--color-yellow);
}

​
div#captcha-fan {
    display: inline-block;
}

​
​
/********************************************
            _Layout.cshtml Specific
********************************************/
#p3 a {
    text-decoration: underline;
}

​
#logo-position img {
    max-width: 100%;
    max-height: 300px;
}

/* Media Queries */
@media (min-width: 768px) {
    .logoimg, .fundingimg {
        padding-top: 25px;
    }

    .topsec .row {
        margin-bottom: -80px;
    }

}

div.voting-section h1.category-name + h1 {
    font-size: 28px !important;
    line-height: 30px !important;
}

@media (min-width: 992px){
    div.voting-section h1.category-name + h1 {
        font-size: 48px !important;
        line-height: 45px !important;
    }
}