@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@700&family=Nunito:wght@400;600&display=swap');
@import url('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');

body {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    background-color: #f2f1ee;
    /* background-color: rgb(162, 147, 134); */
    /* background: url('/images/background.png'); */
    /* background-size: 105% auto; */
    /* background-position: top center; */
    /* background-repeat: repeat-y; */
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    font-weight: 600;
}

h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    line-height: 1em;
    letter-spacing: 1px;
    color: #0054a2;
    text-shadow: 0px 0px;
}

h2 {
    margin: 20px 0;
    font-family: Nunito;
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #0054a2;
}

h3 {
    margin: 20px 0;
    font-family: Nunito;
    font-weight: 700;
    font-size: 1.25em;
    letter-spacing: 1px;
    color: #0054a2;
}

p {
    font-size: 1em;
}

hr {
    border-bottom: 4px solid #ec6368;
    border-top: none;
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 75%;
}

.valign {
    display: table-cell;
    vertical-align: middle;
}

.navbar {
    max-width: 80%;
    margin: 0 auto;
}

.navbar img {
    width: 100%;
    max-width: 250px;
}

.navbar .grid-container {
    grid-gap: 0;
    margin-bottom: 70px;
}

.navbar ul {
    border: 3px solid #01aeee;
    border-radius: 15px;
    padding: 0px;
    margin-bottom: 0px;
}

.navbar ul li {
    list-style: none;
    font-family: Marcellus;
    font-weight: 700;
    font-size: 1.25em;
    margin: 0;
    line-height: 40px;
}

.navbar a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    padding: 0;
}

.navbar ul a:hover li {
    background: #01aeee;
    color: white;
}

.container {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    background-color: white;
    border: 1px solid lightgray;
    box-shadow: 0px 4px 4px 0px lightgrey;
    /* border: solid #0054a2; */
    border-top: none;
    /* border-width: 0 4px; */
}

.section {
    background: rgb(255, 253, 240);
    border: solid rgb(0, 84, 162);
    border-top: none;
    border-width: 5px 0;
    padding: 20px;
}

.alt-section {
    background: rgb(255, 255, 255);
    border: solid rgb(0, 84, 162);
    border-top: none;
    border-width: 5px 0;
    padding: 20px;
}

.section ul,
.alt-section ul {
    list-style: disc;
    margin-left: 1.5vmax;
}

.title {
    background: #95a952;
    position: relative;
    width: 100%;
    min-width: 300px;
    border-bottom: 4px solid #0054a2;
    font-family: Nunito;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    color: white;
}

.title a {
    display: block;
    text-align: center;
}

.title span {
    display: block;
    padding-bottom: 20px;
}

.title img {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
}

.home,
.pledge {
    margin: 2em;
}

.home h1 {
    font-family: 'Arvo', serif;
    margin-bottom: 40px;
}

#content .heading {
    border: solid rgb(0, 84, 162);
    border-top: none;
    border-width: 5px 0;
    /* padding: 30px 20px; */
    text-align: left;
}

#content .heading div {
    margin: 0 auto;
}

#content .heading img {
    width: 100%;
}

.welcome-section span {
    display: block;
    margin-bottom: 20px;
}

.welcome-section .image {
    display: table;
    height: 100%;
}

.welcome-section .text {
    position: relative;
    display: table;
    height: 100%;
    margin: 20px;
}

.welcome-section img {
    max-width: 100%;
}

.welcome-section .text img {
    width: 50%;
    margin: 30px;
}

.videos-section .video {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.videos-section {
    position: relative;
}

.video {
    text-align: center;
}

.video span {
    display: block;
    font-family: Marcellus;
    font-size: 1.2em;
    margin: 20px auto;
}

.video iframe {
    height: 400px;
}

.activity img {
    width: 100px;
    height: 140px;
    display: block;
    margin: 10px auto;
}

.activities-section .grid-container,
.grid-container .promos {
    grid-gap: 25px 0;
}

.activities-section a,
.welcome-section a,
.social-section a {
    text-decoration: none;
    font-family: "Marcellus";
    color: #01aae9;
    font-weight: bold;
}

.activities-section .activity:hover a,
.welcome-section .promo:hover a,
.social-section .graphic:hover a {
    color: #ed2723;
}

.social-section p {
    font-size: 1.1em;
    margin: 50px;
    text-align: center;
}

.welcome-section h2,
.social-section h2 {
    text-align: center;
}

.promo img {
    border: 1px solid rgba(0, 0, 0, 0.25);
    max-height: 300px;
    min-width: 250px;
    max-width: 100%;
}

.promo img,
.promo span {
    display: block;
    margin: 5px auto;
}

.promo .button-primary {
    background-color: #95a952;
}

div.cabins {
    padding: 0;
}

.cabins .grid-container {
    margin-top: 10px;
    margin-bottom: 15px;
}

.cabins h2 {
    margin: 0;
    padding: 15px;
    background: #0054a2;
    color: #fff9d9;
    font-family: 'Arvo', serif;
    text-align: center;
}

.badges {
    font-family: 'Arvo', sans-serif;
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.badges h1,
.badges h5 {
    margin: 0;
    text-transform: uppercase;
}

.badges h1 {
    font-family: 'Arvo', sans-serif;
    font-size: 2.4em;
    /* position: relative; */
    top: 50%;
}

.badges {
    background: url("/images/cabin-patch.png");
    background-position: center;
    background-size: 100%;
    top: 0;
    width: 220px;
    height: 220px;
    transition: all 0.2s;
}

.badges h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #006237;
    padding-bottom: 10px;
    /* position: relative; */
    top: 50%;
}

.badges h5:after {
    position: absolute;
    content: '';
    width: 135px;
    height: 2px;
    bottom: 25%;
    mix-blend-mode: multiply;
    background-color: rgba(166, 118, 88, 0.75);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.badges .icon {
    position: relative;
    display: inline-block;
    top: 5px;
}

.badges .icon:before,
.badges .icon:after {
    position: absolute;
    height: 2px;
    content: '';
    background-color: rgba(166, 118, 88, 0.75);
    width: 42px;
    top: 75%;
}

.badges .icon:before {
    left: -50px;
}

.badges .icon:after {
    right: -50px;
}

.badges i {
    font-size: 3.6em;
    color: #6d5047;
    top: 25%;
}

.heading ul {
    list-style: none;
    display: block;
    /* text-align: center; */
}

.heading li {
    margin: 5px;
    padding: 5px 20px;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    color: #006237;
}

.heading li span {
    font-weight: 600;
    color: indianred;
    text-shadow: 0px 1px 1px darkgrey;
    margin: 5px;
}

.heading h2 {
    font-family: 'Arvo', serif;
    font-size: 1.3em;
}

.event-title {
    max-width: 450px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    padding: 0px 0px 15px 0px;
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px inset rgba(0, 0, 0, 0.25);
}

.alt-section .event-title {
    background-color: #fffdef;
}

.event-title h2 {
    font-family: 'Arvo', serif;
    font-size: 1.75em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.event-date {
    text-align: center;
    display: block;
    font-size: 1.4em;
    font-weight: 600;
    color: indianred;
    text-shadow: 0px 1px 1px darkgray;
}

.event-image {
    text-align: center;
    margin: 15px;
}

.event-image img {
    vertical-align: middle;
    margin: 20px 0 10px;
    max-height: 250px;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.event-book {
    display: block;
    text-align: center;
    font-size: x-large;
    color: #0054a2;
}

.event-creators {
    display: block;
    text-align: center;
    font-size: smaller;
    color: darkslategray;
}

.counselor-message {
    margin: 40px;
    text-align: center;
}

.counselor-message span {
    display: block;
}

.counselor-video {
    margin: 20px auto;
    align-items: center;
    background: dimgray;
    border: 2px solid gray;
    max-width: 420px;
    height: 220px;
}

.counselor-video span {
    position: relative;
    top: 40%;
    color: white;
}

.resources {
    background: #f2f1ed;
    margin: 20px 4vmax;
    padding: 0px 25px 20px;
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px inset rgba(0, 0, 0, 0.25);
}

.resources h3 {
    padding: 0px 5px 10px;
    margin: 20px;
    color: darkslategray;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.resources li {
    list-style: square;
    margin-left: 2em;
    color: #95a952;
}

.resources li a {
    color:#6d5047;
}

.creator-section {
    background: #f2f1ed;
    margin: 0px 4vmax;
    padding: 0px 25px 20px;
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px inset rgba(0, 0, 0, 0.25);
}

.creator-section h3 {
    padding: 0px 5px 10px;
    margin: 20px;
    color: darkslategray;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.creator-image img {
    border-radius: 5px;
    vertical-align: middle;
    filter: sepia(0.2);
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.creator-image {
    align-items: center;
}

.brands {
    text-align: center;
}

.brand {
    text-align: center;
}

.brand img {
    margin: 10px auto;
}

.brand a {
    display: grid;
}

.brand a:hover img {
    background: #ec6368;
    transition: all 0.2s;
}

.videos {
    max-width: 100%;
    text-align: center;
}

.videos iframe {
    margin: 0 auto;
    max-width: 100%;
}

.videos .brand img {
    display: block;
    position: relative;
    top: 0;
    border: 2px solid lightgray;
    border-radius: 15px;
    max-width: 75%;
    transition: all 0.25s;

}

a .badges:hover {
    top: -4px;
    transition: all 0.2s;
}

.buy-section {
    position: relative;
}

.image img {
    width: 50%;
}

.boredom h2,
.boredom ul {
    width: 80%;
    margin: 20px auto;
    list-style: inside square;
}

#competition img {
    width: 100%;
}

.mc-field-group input {
    width: 100%;
}

.mc-field-group input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.mc-field-group li {
    list-style: none;
}

#mc-embedded-subscribe {
    position: relative;
    display: block;
    margin: 0 auto;
    background: #fb1905;
    color: white;
}

footer {
    background: #95a952;
    height: 100%;
    clear: both;
    text-align: center;
}

footer img {
    display: block;
    margin: 20px auto;
    mix-blend-mode: multiply;
}

footer a {
    color: white;
}

footer .social {
    background: #0054a2;
    color: #ffd93e;
}

footer .social a {
    display: inline-grid;
    vertical-align: middle;
    margin: 5px 10px 10px 10px;
}

footer .social img {
    margin: 0;
    mix-blend-mode: normal;
}

footer p {
    margin: 0;
    padding: 10px;
}

.menu {
    background-color: #0054a2;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.255);
}

.menu nav {
    background-color: #0054a2;
    display: none;
}

.menu ul {
    list-style: outside none none;
    position: relative;
    margin: 0px auto;
    padding: 20px;
    text-align: center;
    z-index: 30;
}

.menu ul li {
    display: inline-block;
    /* max-width: 25%; */
}

.menu ul li a {
    position: relative;
    border: 3px solid;
    width: 125px;
    z-index: 1;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    background: #95a952;
    color: #fff9d9;
    font-family:'Arvo', serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto;
}

.menu ul li a:hover {}

.menu ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #006237;
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

.menu ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }

    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

.tab {
    position: absolute;
    right: 25px;
    width: 40px;
    z-index: 20;
}

.tab-content {
    background-color: #0054a2;
    border-radius: 0 0 5px 5px;
    height: 40px;
    text-align: center;
    width: 60px;
}

.tab-content a {
    position: relative;
    padding-left: 25px;
}

.tab-content a:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 25px;
    height: 0.125em;
    border-top: 0.5em double #fff9d9;
    border-bottom: 0.2em solid #fff9d9;
}

/* Split Grids */

.grid-container.onethird {
    grid-template-columns: 1fr 3fr;
}

@media (max-width:1260px) {
        .grid-container.quarters {
        grid-template-columns: repeat(2, 2fr);
    }
    .grid-container.quarters .badges {
        margin: 0 auto;
    }

}

/* Smaller than tablet */
@media (max-width: 768px) {

    .container {
        width: 100%;
        padding: 0;
    }

    .navbar ul a:first-child li {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
    }

    .navbar ul a:last-child li {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .grid-container.quarters {
        grid-template-columns: repeat(2, 2fr);
    }

    .grid-container.onethird {
        grid-template-columns: 1fr;
    }

    .heading h2 {
        text-align: center;
    }
}

@media (max-width: 550px) {
                .grid-container.quarters {
        grid-template-columns: 1fr;
    }

}

/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet */
@media (min-width: 550px) {

    .navbar ul a:first-child li {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .navbar ul a:last-child li {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0px;
    }

    .navbar ul a:last-child li {
        border-right: none;
    }

}

/* Larger than tablet */
@media (min-width: 750px) {

    .grid-container .activity:last-child:not(:nth-child(even)) {
        position: relative;
        left: 50%;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .navbar ul li {
        list-style: none;
        font-family: Marcellus;
        font-weight: 700;
        font-size: 1.25em;
        border-right: 2px solid #01aeee;
        margin: 0;
        line-height: 40px;
    }

    .navbar ul a:first-child li {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .navbar ul a:last-child li {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .navbar ul a:last-child li {
        border-right: none;
    }

}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}