@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans", "Open Sans", sans-serif;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sorts Mill Goudy", "Noto Serif", serif;
    color: #d1aa53;
}

.img-shadow {
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.275);
}

.btn-shadow {
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    transition: all 450ms ease-in-out;
}

.btn-shadow:hover {
    box-shadow: 0px 67px 20px -20px rgba(0, 0, 0, 0.27);
    transform: translate(0px, -10px);
}

.section {
    position: relative;
}

@media screen and (min-width:1400px) {
    .section {
        margin: 2rem 0;
    }
}

/* Header Styles*/
header#showcase {
    background: url('../img/blue-talent-treasure-hdr-lg.jpg') no-repeat top center / cover;
    height: 41vh;
    width: 100vw;
    margin: 0 auto 3.125rem;
}

@media screen and (min-width:576px) {

    header#showcase {
        height: 40vh;
        width: 97vw;
    }
}

@media screen and (min-width:768px) {
    header#showcase {
        height: 54vh;
        width: 98vw;
    }
}

@media screen and (min-width:992px) {
    header#showcase {
        height: 70vh;
        width: 99vw;
    }
}

@media screen and (min-width:1200px) {
    header#showcase {
        height: 85vh;
        width: 99vw;
    }
}

@media screen and (min-width:1400px) {
    header#showcase {
        height: 100vh;
        width: 98vw;
    }
}

/* hr.divider {
    border: 2px solid #d1aa53;
    margin: 0;
    width: 100%;
} */

/* End Header Styles */

/* Parish Letter Styles */
.parish-letter {
    color: #212121;
    font-family: "Sorts Mill Goudy", "Noto Serif", serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .15rem;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
}

.parish-letter h1 {
    font-weight: 700;
    text-align: center;
    padding: 30px 0 5px;
    margin: 50px auto 20px;
}

.parish-letter h3 {
    font-weight: 500;
    font-style: normal;
    text-align: center;
    padding: 5px 0;
    margin: 5px auto 50px;
    color: inherit;
}

.parish-letter p {
    margin-bottom: 3rem;
}

.parish-letter blockquote {
    text-align: left;
    padding: 35px 0;
    margin-top: 25px;
    margin-bottom: 80px;
}

.parish-letter .signature {
    margin-left: 30px;
}

.parish-letter cite {
    font-weight: 300;
}

/* End Parish Letter Styles */

/* Videos */
.videos {
    background-color: #345cdd;
    color: #ffffff;
    padding-bottom: 10rem;
}

.box {
    padding: 8rem 0 8rem 0;
    margin: 1.875rem auto;
}

.box h1 {
    font-size: 4rem;
}

.embed-responsive-4by3 {
    margin-bottom: 4rem;
}

/* End Video Styles */

/* Parish Information Styles */
.parish-info {
    padding: 8rem 0;
}

.section-title {
    margin: 0;
    padding: 15px 0 15px;
    background-color: #9b9034;
    border-bottom: 1px solid #4F491A;
    text-align: center;
    color: #FFFFFF;
}

.section>p {
    text-align: center;
    margin: 10px;
}

.btn-block {
    height: 10rem !important;
    line-height: 7rem !important;
}

.section-btn {
    padding-bottom: 10px;
    margin-bottom: 4rem;
}

.section .btn {
    margin: 10px auto 0;
}

/* End Parish Information Styles */

/* Form Styling */
form {
    margin: 25px 40px;
}

span.reqlbl,
p.reqlbl {
    margin: 0;
    text-align: right;
    color: #920f29;
    font-size: 2rem;
}

.form-footer {
    text-align: center;
    margin-bottom: 25px;
}

label {
    font-weight: 400 !important
}

h1.error-color {
    color: #920f29;
}

.checkbox label {
    font-size: 18px;
}

.checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.label-text {
    margin-left: 10px;
}

input.missing {
    border: 2px inset red;
}

.thumbnail {
    min-height: 300px;
}
.thumbnail img {
    height: 174px;
}

@media screen and (min-width:1200px) {
    .thumbnail img {
        height: 210px;
    }
}