/* ---------------------------------------------------
    GENERAL
----------------------------------------------------- */
abbr {
    font-weight: bold;
    color: #f00;
}

.static-background {
    background: #ececec;
}

.gradient-background {
    background: #ececec;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ececec 15%, #b7b7b7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ececec 15%, #b7b7b7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background-size: 100% auto;
    background-repeat: no-repeat;
}

.covid h6 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .25rem;
}

.covid p {
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 500;
}

/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */
.header {
    background-image: url(images/girls_camp_header.jpg?4);
    background-position: 50% 100%;
    height: 677px;
    background-repeat: no-repeat;
    background-size: 700px auto;
}

.header-overlay {
    background: #ececec;
    opacity: 0.1;
    position: absolute;
    height: 531px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1050px;
}

.header-content {
    padding-top: 0;
    padding-bottom: 150px;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 200px;
    opacity: 1;
    height: 350px;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}

.header-image {
    height: 230px;
}

.header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000000;
    padding-top: 15rem !important;
}

/* ---------------------------------------------------
    CONTENT BOX
----------------------------------------------------- */

.content h3 {
    font-size: 1.1rem;
    font-weight: 400;
}

.content .osa {
    font-size: 1.1rem;
    font-weight: 400;
    color: black;
}

.content .osa b {
    font-weight: 700;
    color: #929191;
}

/* ---------------------------------------------------
    SPONSORS BOX
----------------------------------------------------- */
.sponsors h4 {
    font-weight: 500;
    font-size: 1rem;
    color: #666666;

    border-bottom: 1px solid rgba(0, 0, 0, .3);
    line-height: 0.1em;
    margin: 10px auto 20px;

    width: 80%;
}

.sponsors img {
    height: 60px;
}

.sponsors hr {
    width: 80%;
    border-color: rgba(0, 0, 0, .3);
}

.sponsors h4 span {
    background: #dadada;
    padding: 0 10px;
}

/* ---------------------------------------------------
    FORM BOX
----------------------------------------------------- */
.form-container h1 {
    font-size: 1.7rem;
    font-weight: 700;
}

.form-container h3 {
    font-size: 1rem;
    font-weight: 400;
}

/* ---------------------------------------------------
    SCHEDULE BOX
----------------------------------------------------- */
.schedule tr td:first-child {
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5;
    color: black;
}

.schedule tr td:last-child {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
}

.schedule tr td,
.schedule tr th {
    padding: 10px 10px 10px 10px;
}

.schedule tr {
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 5px 5px -5px #a7a7a7;
    -moz-box-shadow: 0px 5px 5px -5px #a7a7a7;
    box-shadow: 0px 5px 5px -5px #a7a7a7;
    display: block;
}

.schedule tr:last-child {
    border-bottom: 0px;
}

.schedule tr td:nth-child(odd) {
    /*width: 135px;*/
    width: 350px;
}

.schedule tr td:nth-child(even) {
    /*width: 193px;*/
}

.schedule tr th {
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5;
    color: black;
}

@media screen and (max-width: 1050px) {
    .header {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: top;
    }

    .header-content,
    .header-overlay {
        width: 100% !important;
        height: 100%;
        min-height: 80vw;
    }
}

@media screen and (max-width: 1200px) {
    .schedule tr td:nth-child(odd) {
        width: 135px;
    }

    .schedule tr td:nth-child(even) {
        width: 207px;
    }
}

@media screen and (max-width: 992px) {
    .schedule tr td:nth-child(odd) {
        width: 135px;
    }

    .schedule tr td:nth-child(even) {
        width: 162px;
    }
}

@media screen and (max-width: 768px) {
    .schedule tr td:nth-child(odd) {
        width: 105px;
    }

    .schedule tr td:nth-child(even) {
        width: 135px;
    }
}

@media screen and (max-width: 576px) {
    .schedule tr td:nth-child(odd) {
        width: 135px;
    }

    .schedule tr td:nth-child(even) {
        width: auto;
    }
}

@media screen and (max-width: 800px) {
    .form-container h1 {
        font-size: 1.1rem;
    }

    .content h3 {
        font-size: .9rem;
    }
}

@media screen and (max-width: 400px) {
    .header-image {
        height: 300px;
    }
}

.sizetable {
    width: 100%;
    max-width: 450px;
    box-shadow: 1px 1px 4px 2px #b0b0b0;
}