/* Place any styles pertaining to the current course in this sheet */
@font-face {
    font-family: "quicksand";
    src: url("../../../../../courses/_shared/fonts/quicksand/quicksand-regular-webfont.woff2") format("woff2"), url("../../../../../courses/_shared/fonts/quicksand/quicksand-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "quicksandmedium";
    src: url("../../../../../courses/_shared/fonts/quicksand/quicksand-medium-webfont.woff2") format("woff2"), url("../../../../../courses/_shared/fonts/quicksand/quicksand-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "quicksandbold";
    src: url("../../../../../courses/_shared/fonts/quicksand/quicksand-bold-webfont.woff2") format("woff2"), url("../../../../../courses/_shared/fonts/quicksand/quicksand-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dreamwalker";
    src: url("../../../../../courses/_shared/fonts/dreamwalker/dreamwalker-webfont.woff2") format("woff2"), url("../../../../../courses/_shared/fonts/dreamwalker/dreamwalker-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lobster";
    src: url("../../../../../courses/_shared/fonts/lobster/lobster.woff2") format("woff2"), url("../../../../../courses/_shared/fonts/lobster/lobster.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

.lob {
    font-family: "lobster";
}

body {
    font-size: 10px;
    font-family: "century gothic", quicksand, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    overflow: auto;
    overflow: hidden;
}

p {
    font-size: 1.6em;
    color: black;
}

li {
    font-size: 1.6em;
    color: black;
}

.b {
    font-family: "century gothic", quicksandbold, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.module {
    height: 100vh;
    width: 100vw;
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto;
    max-width: 100%;
    border: 0px solid whitesmoke;
    background-color: pink;
    overflow: hidden;
}

.title {
    position: relative;
    left: 0px;
    top: 0px;
    height: 164px;
    z-index: 100;
    background-image: url(../../../../../courses/_shared/z_images/backs/white_title_bar_2.png);
}

.logo {
    position: relative;
    left: 2em;
    top: 1.3em;
    z-index: 10;
}
.logo2 {
    position: absolute;
    right: 5em;
    top: 1.3em;
}

.wrapper {
    position: relative;
    top: -23px;
    width: 100%;
    height: calc(100% - 164px + 23px);
    display: flex;
    flex-direction: row;
    background-color: beige;
}

.leftie {
    position: relative;
    top: 0px;
    background-image: url(../../../../../courses/_shared/z_images/backs/forest.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    flex: 1 1 365px;
    max-width: 30%;
}

.rightie {
    position: relative;
    top: 0px;
    background-image: url(../../../../../courses/_shared/z_images/backs/back_brown_2.jpg);
    flex: 1 1 365px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    background-color: rgba(255, 255, 255, 0.4);
    flex: 1 1 365px;
    max-width: 98em;
    padding: 2em;
    border-radius: 20px;
    align-self: flex-start;
    margin-top: 5em;
    overflow: auto;
    height: 91%;
}

button {
    cursor: pointer;
    background: transparent;
}

.book-box {
    position: relative;
    width: 400px;
    margin: 20px;
    border: 1px solid #cecece;
    text-align: left;
    vertical-align: top;
    /*float:left;*/
}

.after-box {
    border: 1px solid #009f4c;
    height: 0px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    /* For mobile phones: */
    .container {
        left: 0px;
        width: 100%;
        height: 100%;
        margin: 0px;
    }
}

@media only screen and (max-width: 720px) {
    .leftie {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    /* For mobile phones: */
    .container {
        left: 0px;
        width: 100%;
        margin: 0px;
    }

    .leftie {
        display: none;
    }
    .logo {
        left: -0.5em;
    }
    .logo2 {
        right: 0em;
    }
}

.checkie {
    position: relative;
    width: 90%;
    height: 5.3em;
    overflow: hidden;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 50em;
    min-width: 36em;
    align-self: center;
    border: 0pem solid yellow;
    margin-bottom: 0em;
    background-color: rgba(255, 255, 255, 0.2);
    padding-top: 1em;
    border-radius: 2em;
}

.form__item {
    position: relative;
    margin: 1em;
    border: 0.1em solid #b6b5b5;
    overflow: hidden;
}

.form__item > label {
    color: #000;
    font-size: 1.6em;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-weight: normal;
    cursor: pointer;
    margin: 0.5em;
    margin-bottom: 0px;
    display: block;
    width: 100%;
}

.form__item > input {
    color: #000;
    font-size: 1.6em;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-weight: normal;
    cursor: pointer;
    margin: 0.5em;
    margin-top: 0px;
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0px;
    padding: 0.7em;
}

input:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

button {
    padding: 0.5em;
    border-radius: 2em;
    border: 1px solid #fff;
    background-color: #ddd;
    color: #000;
    font-size: 2.6em;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1em;
    width: 200px;
}

button:active,
button:hover {
    background-color: #62b662;
    color: white;
}

.thanks {
    text-align: center;
    display: none;
}

.footer {
    position: relative;
    width: 100%;
    max-width: 80%;
    min-width: 36em;
    align-self: center;
    border: 0pem solid yellow;
    margin-bottom: 0em;
    background-color: transparent;
    padding-top: 1em;
}
