﻿body {
}

a {
    cursor: pointer;
}

.team-container {
    margin-top:0px;
}


.container-fluid.resources {
    background-color: #FAF0DC;
    padding-top: 40px;
    padding-bottom: 40px;
}

section.lti {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.lti a {
    color: #AE4934;
}

.resources a {
    color: #AE4934;
}

.resources h3 {
    font-size: 15pt;
    font-weight: bold;
}

@media (min-width:992px) {
    .team-container {
        margin-top: -120px;
    }

}

.background {
    display: flex;
    justify-content: center;
    position: relative;
}

.background img {
    width: 100%;
    max-height: 531px;
}

.background h1 {
    font-size: 70px;
    font-weight: 600;
    font-family: Poppins;
}

.background h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins;
    text-transform: uppercase;
}


.background .display-text {
        position: absolute;
        top: 35%;
        color: white;
}

.contact-info {
    padding-top: 50px;
    padding-bottom: 50px;
}

h2 {
    font-weight: 600;
    font-size: 49px;
    color: #040404;
    font-family: Poppins;
}

.contact-info a {
    color: #040404;
    font-weight: 600;
}

.contact-info input.btn-submit-email {
    color: #FFF;
    border-color: #AE4934;
    background: #AE4934 0% 0% no-repeat padding-box;
    text-align: center;
    width: 100%;
    margin: 20px 0px;
}

@media (min-width:992px) {
    .contact-info input.btn-submit-email {
        width: 250px;
    }
}

.contact-info input.btn-submit-email:hover {
    color: #fff;
    background-color: #872E1C;
    border-color: #872E1C;
}

.editor-field input[type='text'] {
    font-size: 19px;
    margin: 10px 0px;
    height: 40px;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding-left: 20px;
}

.editor-field textarea {
    font-size: 19px;
    margin: 10px 0px;
    padding-left: 20px;
    min-height: 200px;
}

select {
    font-size: 19px;
    margin: 10px 0px;
    height: 40px;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding-left: 20px;
}

@media (min-width:992px) {
    .editor-field input[type='text'] {
        width: 400px;
    }

    .editor-field textarea {
        width: 400px;
    }

    select {
        width: 400px;
    }
}

p.text {
    color: #040404;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.holiday-event {
    border: 4px solid #d63130;
    padding: 20px;
    text-align: center;
}

.btn-volunteer {
    background-color: #d63130;
    border-color: #d63130;
}

.btn-volunteer:hover {
    background-color: #570100;
    border-color: #570100;
}
