/* Move to main css (bootstrap.css?) */
.b-yellow {
    border-top: 2px solid #ffcc66;
    border-bottom: 2px solid #ffcc66;
}

#ukh .b-yellow { 
    border-color: #ac8;
}

.bt-yellow {
    border-top: 2px solid #ffcc66;
}

#ukh .bt-yellow { 
    border-color: #ac8;
}

.bb-yellow {
    border-bottom: 2px solid #ffcc66;
}

#ukh .bb-yellow { 
    border-color: #ac8;
}

.bg-ukc {
    background-color: #101010;
}

/* Supporter Container Styles */
.ukc-supporter h1, .ukc-supporter h2, .ukc-supporter h3 {
    /* font-family: Open Sans; */
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #ffcc66;
}

#ukh .ukc-supporter h1, #ukh .ukc-supporter h2, #ukh .ukc-supporter h3 {
    text-decoration-color: #ac8;
}

.ukc-supporter h1 {
    font-size: 38px;
}

.ukc-supporter h2 {
    font-size: 34px;
}

.ukc-supporter h3 {
    padding-top:8px;
}

.ukc-rounded {
    border: 4px solid #fff;
    -webkit-box-shadow: 2px 2px 10px #333;
    -moz-box-shadow: 2px 2px 10px #333;
    box-shadow: 2px 2px 10px #333;
    margin-top: 30px;
    margin-bottom: 10px;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
}



/* Call To Action */
.supporter-cta-container {
    padding: 40px;
    padding-bottom: 50px;
    color: white;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #101010;
}

.supporter-cta-container-ukc {
    background-image: url("https://cdn.ukc2.com/user/supporter/ukc_supporter_hands.jpg") !important;
}

.supporter-cta-container-ukh {
    background-image: url("https://cdn.ukc2.com/user/supporter/ukh_supporter_hands.jpg") !important;
}

.ukc-supporter-cta-btn.btn-light {
    color: #000;
    margin-top:25px;
}

.ukc-supporter-cta-btn.btn-dark {
    color: #FFF;
    margin-top:25px;
}


/* Banner */
.supporter-banner {
    position: fixed; 
    width:100%; 
    bottom:0;
    left: 0;
    background-color: #101010; 
    /* There seems to be some crazy z-index values on some elements */
    z-index: 2000;
}
.supporter-banner-close {
    font-size:30px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    cursor: pointer;
}

.supporter-banner-container-ukc {
    background-image: url("https://cdn.ukc2.com/user/supporter/ukc_supporter_hands.jpg") !important;
}

.supporter-banner-container-ukh {
    background-image: url("https://cdn.ukc2.com/user/supporter/ukh_supporter_hands.jpg") !important;
}



/* Landing Page */
.ukc-supporter-section { 
    padding: 40px;
}

.ukc-supporter-header {
    padding-bottom: 0px;
    background-color: #101010;
    color: #fff;
}

.ukc-supporter-section .btn {
    font-size: 18px;
    font-weight: 600;
}

.ukc-supporter-table th {
    text-align: center;
}

.ukc-supporter-table td {
    font-weight: 600;
    font-size: 18px;
}

.ukc-supporter-section-rockfax { 
    background-color: #343a40;
    color: #FFF;
}

.supporter-plus {
    color: #ffcc66;
    font-weight: 700;
}


/* Success Page */
.ukc-supporter-success-container {

}




/* Big Desktop */
@media (min-width: 1300px) {
    .supporter-cta-container {
        background-size: 45%;
    }
}

/* Desktop */
@media (min-width: 1199px) and (max-width: 1299px) {
    .supporter-cta-container {
        background-size: 45%;
    }


    .supporter-cta-container .ukc-supporter-cta-btn {
        font-size: 17px;
    }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .supporter-cta-container {
        background-size: 50%;
    }
    
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .supporter-cta-container {
        background-size: 65%;
        padding-bottom: 270px;
        background-position: bottom center;
    }

    .ukc-supporter-section .ukc-supporter-cta-btn {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ukc-supporter-section {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .supporter-cta-container {
        background-size: 45%;
    }

    .supporter-cta-container {
        background-size: 100%;
        padding-bottom: 55%;
        background-position: bottom center;
    }

    .supporter-banner-container-ukc {
        background-image: #101010;
    }
    
    .supporter-banner-container-ukh {
        background-image: #101010;    
    }
}