/*
Theme Name:     Hatfield Raindrop
Template:       understrap
Author:         Hatfield Media
Description:    Custom blank Bootstrap 4 Theme for use by Hatfield Media.
*/

@font-face {
    font-family: RobotoSlab;
    src: url('/wp-content/themes/hatfield-raindrop/fonts/RobotoSlab-Light.ttf');
}

@font-face {
    font-family: Assistant;
    src: url('/wp-content/themes/hatfield-raindrop/fonts/Assistant-Regular.ttf');
}

@font-face {
    font-family: Myriad Pro;
    src: url('/wp-content/themes/hatfield-raindrop/fonts/MyriadPro-Regular.otf');
}


h1, h2, h4, h5 {
    font-family: RobotoSlab;
    color: #ed1c24;
}

p {
    font-family: Assistant;
}

.white-text {
    color: white;
}

.maroon {
    color: #a6273a;
}

.orange {
    color: #c73b00;
}

.lite-red {
  color: #ed1c24;
}

a:active {
    color: white !important;
}

/* navigation menu css */

.main-content {
    min-height: 65vh;
}

.creditWrapper{
    display: flex;
}

#by-hatfield-container {
    /* position: relative; */
    z-index: 3;
    color: white;
    font-size: 12pt;
}

/* body css */

.container-fluid {
    padding: 0;
}

.row {
    margin: 0;
}

/* footer css */

.site-footer {
    /*    min-height: 200px;*/
    /*    padding: 25px 0;*/
    margin-top: -3em;
}

.link-styling{
    margin-top: 5px;
}

@media(max-width: 767px){
    .creditWrapper{
        justify-content: center;
    }
}

/* ---------------------------- */

.center-content {
    text-align: center;
}

/* css for Get Your Tickets section */
/* .get-your-tickets-section {
    background: url('https://louisvilleroseawards.com/wp-content/uploads/2025/07/ROSE-Awards-2024-Rivertown-Photo-Booths-51-X2-1.jpg');
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 15% 0 0;
    text-align: center;
    height: 33vw;
} */
.get-your-tickets-section {
    background: url('https://louisvilleroseawards.com/wp-content/uploads/2025/07/ROSE-Awards-2024-Rivertown-Photo-Booths-51-X2-1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    padding: 15% 0 0;
    text-align: center;
    height: 33vw;
    overflow: hidden;
}

/* Overlay */
.get-your-tickets-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* adjust opacity/color as needed */
    z-index: 1;
}

/* Bring button above the overlay */
.get-your-ticket-btn {
    position: relative;
    z-index: 2;
}


/* css for Get Your Tickets section */
.get-your-ticket-btn {
    background-color: #ca2127;
    font-family: RobotoSlab;
    font-size: 3.4vw;
    color: white;
    padding: 0px 25px 11px;
}

.nominate-btn {
    font-family: RobotoSlab;
    color: white;
    padding: .5rem 1rem;
    border: 2px solid;
    border-color: #ca2127;
    font-size: 2rem;
}

.nominate-btn:hover {
    color: white!important;
}

.vote-finalist-btn {
    background-color: #ca2127;
    font-family: RobotoSlab;
    color: white;
    border-radius: 5px;
}

/* css for Cast Your Vote Section */
.cast-your-vote-section {
    background: url('https://louisvilleroseawards.com/wp-content/uploads/2025/07/ROSEAwards2024RivertownPhotoBooths-158-X2crop-1.jpg');
    background-size: cover;
    background-position: center;
    padding: 6em 0em 7em;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Overlay */
.cast-your-vote-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* adjust opacity/color as needed */
    z-index: 1;
}

.cast-your-vote-section > * {
    z-index: 2;
}

.cast-your-vote-btn {
    border: 2px solid;
    border-color: #ca2127;
    font-size: 36pt;
    color: #499844;
    padding: 10px 42px 10px;
}


.bold-content {
    font-weight: bold;
}

.italic-content {
    font-style: italic;
}

hr {
    background-color: #c73b00;
}

.gform_button {
    background-color: #c73b00;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.gform_title {
    display: none;
}

@media (max-width: 991px) {
    /* css for Get Your Tickets section */
    .get-your-tickets-section {
        /* background: url('https://louisvilleroseawards.com/wp-content/uploads/2023/07/GetYourTickets23New.jpg');
        background-size: cover; */
        padding: 28% 0 0;
        height: 61vw;
    }

    /* css for Get Your Tickets section */
    .get-your-ticket-btn {
        font-size: 6.2vw;
    }

    /* css for Cast Your Vote section */
    .cast-your-vote-section {
        /* background: url('https://louisvilleroseawards.com/wp-content/uploads/2023/07/Nominations23New.jpg');
        background-size: cover; */
        padding: 7em 0em 9em;
    }
}

@media (max-width: 767px) {
    /* css for Get Your Tickets section */
    .get-your-tickets-section {
        padding: 25% 0 0;
    }

    /* css for Get Your Tickets section */
    .get-your-ticket-btn {
        font-size: 6vw;
    }

    .cast-your-vote-section {
        padding: 5em 0em 9em;
    }
    
}

@media (max-width: 479px) {
    .cast-your-vote-btn {
        font-size: 7vw;
        padding: 12px 42px 15px;
    }

    .get-your-tickets-section {
        padding: 25% 0 0;
    }
}

@media (max-width: 356px) {
    /* css for Get Your Tickets section */
    .get-your-ticket-btn {
        padding: 7px 25px 11px;
    }

    /* css for Get Your Tickets section */
    .get-your-tickets-section {
        padding: 16% 0em;
    }
}

@media (max-width: 337px) {
    .by-hatfield-container {
        font-size: 10pt;
    }

    /* css for Get Your Tickets section */
    .get-your-ticket-btn {
        font-size: 7vw;
    }
}
