.icon-bar {
    background-color: #fb3b5b;
}

.title-container {
    position: absolute;
    left: 10%;
    top: 16vw;
}

.title {
    font-family: 'Roboto Slab';
    font-size: 5em;
    line-height: 0.92;
    letter-spacing: -0.02em;
    width: 4em;
    margin-top: 20px !important;
    margin-bottom: 10px !important; 
}

.host-wrapper {
    margin-top: -80px;
}

.description {
    font-family: 'Robot Slab';
    font-size: 1.25em;
    width: 10em;
    margin-top: 2em;
    letter-spacing: -0.017em;
    line-height: 1.5;
}

.backdrop {
    position: relative;
    width: 100%;
    top: 7em;
    z-index: -1;
}

.globe {
    position: relative;
    width: 89%;
    left: 11%;
    z-index: -2;
}

.icon {
    position: absolute;
    width: 7vw;
    right: 31vw;
    top: 21vw;
}

.how-col .card {
    height: calc(100% - 25px) !important;
}

.icon-shadow {
    position: absolute;
    width: 7vw;
    right: 30vw;
    top: 22.5vw;
    z-index: -1;
}

.clouds {
    display: none;
    position: absolute;
    width: 37%;
    left: 0;
    top: 23vw;
}

.h2 {
    font-size: 2.7em;
    font-weight: bold;
}

.being-a-host {
    padding-top: 5%;
    position: relative;
    width: 80%;
    left: 10%;
    margin-top: -27vw;
}

.clouds2 {
    position: absolute;
    width: 49%;
    right: 0;
    margin-top: -5vw;
}

.how-to {
    position: relative;
    width: 80%;
    left: 10%;
}

.how-to-title {
    margin-bottom: 3em;
    margin-top: 5em;
}

.col3 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.red {
    color: #fb3b5b;
}

.fa-youtube {
    color: #e43d58;
    float: right;
    margin-top: -0.2em;
}

.blurb-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.36em;
}

h4 {
    font-weight: bold;
    font-size: 1.4em;
}

.detail {
    margin: 4em;
    font-size: 1.2em;
}

.host-title {
    margin-bottom: 4em;
}

.how-col {
    display: inline-block;
    width: 30%;
}

.how-col.middle {
    margin-left: 4.5%;
    margin-right: 4.5%;
}

.card {
    box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 2em;
    border-radius: 0.7em;
}

.card-container {
    padding: 0.7em 1.4em;
    font-size: 0.9em;
}

.card-link, .card-link:hover {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: unset;
    text-decoration: none;
}

.left {
    display: inline;
    font-weight: bold;
}

.card-img {
    width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-container {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 2em;
    border: 1px solid #888;
    max-width: min(90%, 75em);
    min-width: 25em;
    text-align: center;
}

.modal-faq {
    max-width: 90%;
    min-width: 50%;
    margin: auto;
}

.modal-faq h2 {
    margin-bottom: 2em;
}

.modal-faq h4 {
   padding: 2em 2em 1em 2em;
}

.modal-faq p {
    padding-left: 4em;
    padding-right: 4em;
    margin-bottom: 2em;
}

.close {
    color: #aaa;
    float: right;
    font-size: 2em;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.action-container {
    margin: 4em 2em 2em 2em;
}

.action {
    border-radius: 3em;
    background-color: #fb3b5b;
    font-size: 18px;
    padding: 16px 32px!important;
    color: #fff;
    text-decoration: none;
}

.action:hover, .action:visited, .action:active {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .backdrop {
        width: 200%;
        left: -70vw;
        top: 20em;
    }

    .clouds {
        width: 30%;
        left: 49vw;
        top: 40vw;
    }

    .icon {
        width: 10vw;
        right: 66vw;
        top: 47vw;
    }

    .icon-shadow {
        width: 10vw;
        right: 65vw;
        top: 49.5vw;
    }

    .host-title {
        margin-bottom: 2em;
    }

    .col3 {
        display: block;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .how-col.middle {
        margin-left: auto;
        margin-right: auto;
    }

    .how-col {
        display: block;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .card-container {
        font-size: 1em;
    }
}

@media only screen and (max-width: 667px) {
    .being-a-host {
        margin-top: -15vw;
    }

    .clouds {
        width: 30%;
        left: 49vw;
        top: 25vw;
    }
}

@media only screen and (max-width: 568px) {
    .being-a-host {
        margin-top: 0;
    }

    .clouds {
        width: 30%;
        left: 49vw;
        top: 17vw;
    }

    .detail {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .card-container {
        font-size: 0.9em;
    }
}

.performer .title-container .description {
    font-family: 'Roboto Slab';
    font-size: 1.5em;
    width: 100%;
    font-weight: bold;
}

.performer .how-to-title,
.performer .host-title {
    font-family: 'Roboto Slab';
    font-weight: 500;
}

.performer-wrapper {
    margin-top: -80px;
}

.performer .detail {
    margin: 2.5em;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
}

.performer .globe {
    left: 0;
    width: 100%;
    top: -280px;
}

.performer .card-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.performer img.youtube {
    float: right;
}

.performer .left {
    font-size: 1.3em;
    width: 80%;
}


.performer .how-col .card-container {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.performer .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.performer.mobile-link {
    margin: 0 0 40px 0;
    display: none;
    text-align: center;
}

.performer.mobile-link a {
    height: 50px;
    border: solid 1px #e43d58;
    background-color: #e43d58;
    color: white;
    font-family: "Nunito Sans";
    font-size: 18px;
    border-radius: 30px;
}

.pdf {
    width: 25px;
}

@media only screen and (max-width: 991px) {
    .performer .backdrop {
        width: 150%;
        left: -50vw;
        top: 35em;
    }

    .performer.mobile-link {
        display: block !important;
    }

    .performer.being-a-host {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 650px) {
    .performer .backdrop {
        top: 37em;
    }

    .performer.mobile-link {
        margin-top: 150px;
    }

    .performer .detail {
        margin: 2.5em 0;
        width: 100%;
    }

    .performer.being-a-host {
        margin-top: 60px;
    }
}
