﻿@font-face {
    font-family: 'Poppins Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Alice Regular';
    src: url('../fonts/Alice-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Prompt SemiBold';
    src: url('../fonts/Prompt-SemiBold.woff2') format('woff2');
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: #18523B;
    font-size: 18px;
    font-family: 'Poppins Regular';
    padding-top: 155px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1 {
    font-family: 'Prompt SemiBold';
    font-size: 50px;
}

.navbar {
    background-image: url(/images/navbarbkgd2.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    box-shadow: 0 3px 5px #0000009e;
    z-index: 1;
}

#logo {
    width: 100%;
    max-width: 350px;
    transition: 0.25s;
}

    #logo.scrolled {
        max-width: 240px;
    }

.nav-link {
    color: #18523B;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Poppins Medium';
    margin-left: 2.5rem;
}

    a.nav-link:hover {
        cursor: pointer; 
    }

.btn-primary {
    background-color: #7F2724;
    border-radius: 4px;
    border-color: transparent !important;
    box-shadow: 2px 2px 5px #343a40;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Poppins Medium';
}

    .btn-primary:hover {
        background-color: #333333 !important;
        box-shadow: 2px 2px 3px #343a40;
    }

.btn-secondary {
    font-size: 24px;
    color: #7F2724;
    background-color: #ffffff;
    border-radius: 4px;
    border-color: transparent !important;
    box-shadow: 2px 2px 5px #343a40;
    padding: 5px 20px;
    font-family: 'Poppins Medium';
}

    .btn-secondary:hover {
        background-color: #333333 !important;
        box-shadow: 2px 2px 3px #343a40;
    }

.mw-90 {
    max-width: 90%;
}

.cta-text {
    text-shadow: 0 1px 8px black;
    font-family: 'Alice Regular', serif;
    font-size: 72px;
    line-height: 1;
    color: #ffffff;
    padding: 3rem 0;
}

.shadow-text {
    text-shadow: 0 1px 8px black;
}

.cta-bg {
    background: url(/images/dkgreentexture.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.heroImg {
    background: url(/images/Snow-photo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 700px;
}

.announcement {
    background: #F9F1DF;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.announcementContainer {
    max-width: 1450px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.announcementHeader {
    font-size: 48px;
}

.artistContainer {
    max-width: 1150px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.announcementContainer p,
.artistContainer p {
    margin-bottom: 0 !important;
}

.greeting {
    font-family: 'Alice Regular', serif;
    color: #18523b;
    line-height: 1;
    margin-right: 1rem;
}

.redBanner {
    background: url(/images/redbanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 150px;
    border-bottom: 8px solid #CCA143;
    font-family: 'Prompt SemiBold', Arial, sans-serif;
    padding: 20px 10px;
}

.redBanner p {
    margin: 0 !important;
}

.divider {
    color: #CCA143;
    font-size: 50px;
    font-weight: bold;
}

.bannerText {
    font-family: 'Prompt SemiBold', Arial, sans-serif;
    font-size: 50px;
    color: #ffffff;
}

.location {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.locationImg {
    width: 100%;
    margin: 0 !important;
}

.photo-caption {
    font-family: 'Alice Regular', serif;
    font-weight: bold !important;
    font-size: 30px !important;
    color: #231f20;
    max-width: 90%;
    padding-top: 2rem !important;
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
}

.locationLogo {
    margin-left: 0 !important;
}

.locationText {
    max-width: 850px;
}

.tanBg {
    background: url(/images/tanpaintbkgd.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.contactLogo {
    position: absolute;
    top: -154px;
    left: 0;
    right: 0;
}

    .contactLogo img {
        width: 100%;
        max-width: 700px;
    }

.contactInfoHeader {
    font-family: 'Poppins Bold', Arial, sans-serif;
    padding-bottom: 2rem;
}

.contactIcon {
    font-size: 1.65rem;
    padding-top: 1px;
    padding-left: 1rem;
}

.contactInfoText {
    font-family: 'Poppins Medium', Arial, sans-serif;
    font-size: 28px;
    padding-bottom: 2rem;
    padding-left: 1rem;
}

.contactForm {
    max-width: 750px;
    margin: 100px auto;
}

.form-control {
    border-radius: 0;
    box-shadow: 1px 2px 3px #838181ba;
    font-size: 28px;
    font-family: 'Poppins Regular';
}

    .form-control::placeholder {
        color: #92a297;
        opacity: 1;
    }

.field-validation-error {
    color: red;
}

.field-validation-valid {
    padding-bottom: 1.5rem;
}

input[type="submit"] {
    background-color: #7F2724;
    border-radius: 4px;
    border-color: transparent;
    box-shadow: 2px 2px 5px #343a40;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Poppins Medium';
}

    input[type="submit"]:hover {
        background-color: #333333;
        box-shadow: 2px 2px 3px #343a40;
    }

.formwidget-submit-text {
    font-size: 2rem;
    text-align: center;
}

.header-bg {
    background: #18523B;
    background-image: url(/images/dkgreentexturefooter.png);
    background-size: cover;
    color: #ffffff;
}

    .header-bg p {
        margin-bottom: 0 !important;
    }

.winners-header-text {
    font-family: Alice Regular,serif;
    color: #ffffff;
    font-size: 54px;
    text-align: center;
}

.winners-content-text {
    color: #231f20;
    font-family: "Poppins Regular", sans-serif;
    font-size: 26px;
}

.redbanner-item {
    background: url(/images/redbannersmall.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    border-bottom: 5px solid #CCA143;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-name {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.winner-name {
    font-size: 28px;
    color: #ffffff;
}

.winners-category {
    background-color: #18523b;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}
.winners-category .col {
    margin-left: 40px;
}

.winners-container {
    background-color: #F9F1DF;
}

.category-card {
    background-color: #ffffff;
    box-shadow: 1px 1px 3px 2px #878686ad;
    padding: 20px 30px;
    height: 100%;
    min-height: 236px;
}

.category-title {
    font-family: 'Alice Regular', serif;
    font-size: 30px;
    margin-bottom: 10px;
}

.winner {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: 'Poppins Medium', Arial;
}

.category-card i {
    font-size: 1.5rem;
}

.fp i {
    color: #18523b;
}

.sp i {
    color: #7F2724;
}

.tp i {
    color: #CCA143;
}

.footer {
    background: #18523B;
    background-image: url(/images/dkgreentexturefooter.png);
    background-size: cover;
    color: #ffffff;
    margin-top: auto;
}

.footerMedia {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

    .footerMedia img {
        max-width: 190px;
        max-height: 85px;
    }

.footerCopy {
    font-size: 20px;
}

.fr-view img.fr-dii {
    max-width: 100% !important;
}

.not-found-content h2 {
    font-weight: 700;
    font-size: 40px;
}

.not-found-content a {
    color: #18523B;
    font-size: 22px;
}


@media (max-width: 1199px) {

    .location {
        padding-top: 0;
        padding-bottom: 4.5rem;
    }

    .locationLogo {
        margin: 0 auto !important;
        display: block !important;
        width: 290px;
    }

    .locationText {
        margin: 0 auto;
    }

    .aboutHeader {
        display: flex;
        flex-direction: column;
    }

    .aboutTitle {
        margin-bottom: 1rem;
    }

    .aboutPipe {
        display: none;
    }

    .aboutDate {
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .contactLogo img {
        max-width: 700px;
    }

    .announcement {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .announcementContainer, 
    .artistContainer {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 8rem;
    }

    #logo {
        max-width: 290px;
        transition: 0.4s;
    }

        #logo.scrolled {
            max-width: 220px;
        }

    .contactLogo {
        top: -106px;
    }

        .contactLogo img {
            max-width: 500px;
        }

    .announcementContainer,
    .artistContainer {
        max-width: 100%;
    }

    .winners-header-text {
        font-size: 44px;
    }

    .footerCopy {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 575px) {

    body {
        padding-top: 6rem;
    }

    h1 {
        font-size: 38px;
    }

    .btn-primary, .btn-secondary {
        font-size: 20px !important;
    }

    .mw-90 {
        max-width: 100%;
    }

    #logo {
        max-width: 198px;
        transition: 0.4s;
    }

        #logo.scrolled {
            max-width: 198px;
        }

    .nav-link {
        font-size: 20px;
    }

    .contactLogo img {
        width: 100%;
        max-width: 400px;
    }

    .cta-bg {
        min-height: 350px;
    }

    .cta-text {
        font-size: 52px;
        padding: 1rem 0;
    }

    .mobile-text {
        font-size: 2.8rem !important;
    }

    .heroImg {
        min-height: 400px;
    }

    .bannerText, .divider {
        font-size: 2rem;
    }

    .photo-caption {
        font-size: 22px !important;
        color: #231f20;
        max-width: 100%;
        padding-top: 1rem !important;
    }

    .contactForm {
        margin: 2rem auto;
    }

    .contactIcon {
        font-size: 1.4rem;
        padding-top: 0;
        margin-top: -1px;
    }

    .contactInfoText {
        font-size: 20px;
    }

    .announcementHeader {
        font-size: 38px;
    }

    .form-control {
        font-size: 18px;
    }

    .announcement p span {
        font-size: 22px !important;
    }

    .announcement .greeting {
        font-size: 40px !important;
    }

    .contactLogo {
        top: -85px;
    }

        .contactLogo img {
            max-width: 390px;
        }

    input[type="submit"] {
        font-size: 20px;
    }

    .header-bg {
        background-position: center;
    }

    .winners-header-text {
        font-size: 36px;
    }

    .winners-content-text {
        font-size: 22px;
    }

    .redbanner-item {
        height: 100%;     
        display: block;    
    }

    .winners-category .col {
        margin: 0;
        text-align: center;
        font-size: 26px;
    }

    .category-card {
        padding: 20px;
    }

    .category-title {
        font-size: 27px;
        margin-bottom: 1rem;
    }

    .winner {
        font-size: 1.25rem;
    }
}



/*@media (max-width: 1199px) {
    .heroImage {
        height: 500px
    }
}

@media (max-width: 699px) {
    .heroImage {
        max-height: 300px;
    }
}

@media (max-width: 499px) {
    .heroImage {
        max-height: 200px;
    }
}

.heroImage {
    position: relative;
}*/


.heroImage img {
    z-index: 2;
    width: 100%;
    height: auto;
}

.heroImage img.heroTransition {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}


/*
@media (max-width: 1199px) {
    .heroImage img.heroTransition {
        margin-top: -71px;
        top: 50%;
        transform: translateY(-50%);
    }
}*/