body {
   font-family: 'Nunito Sans', sans-serif;
   font-size: 16px;
   background: #F7F7F7;
   position: relative;
}

.box {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: relative;
    margin: 10% auto;
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #ebebeb;
    width: 90%;
    max-width: 750px;
}

#headerWrapper {
   margin: 0 auto 2rem;
}

#headerWrapper .logo {
   display: block;
   width: 170px;
   margin: 0 auto 1rem;
}

#headerWrapper h1 {
   font-size: 3rem;
   font-weight: 900;
   text-align: center;
}

.wysiwyg {
   display: none;
}

.wysiwyg.active {
   display: block;
}

.wysiwyg h2 {
   font-size: 1.125rem;
   font-weight: 600;
   text-align: center;
   text-transform: uppercase;
   margin: 0 auto 2rem;
}

.wysiwyg p {
   font-size: 1rem;
   font-weight: 300;
   line-height: 1.5;
   margin: 0 auto 1rem;
}

.wysiwyg p strong, .wysiwyg p b {
   font-weight: 400;
}

.wysiwyg ul {
   margin: 0 auto 1rem;
   padding: 0;
   list-style: none;
   font-size: 1rem;
   font-weight: 300;
   line-height: 1.5;
}

.wysiwyg ul li {
   position: relative;
   padding-left: 15px;
}

.wysiwyg ul li:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f0da';
   color: #FCD20C;
   position: absolute;
   left: 0;
   top: -1px;
}

.language {
   position: absolute;
   top: -25px;
   right: 15px;
}

.language a {
   font-size: .875rem;
   font-weight: 600;
   text-transform: uppercase;
   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
   box-shadow: 0px -10px 10px #ebebeb;
   display: inline-block;
   margin: 0 auto;
   padding: .5rem;
   margin-left: 4px;
   background-color: #ffffff;
   text-decoration: none;
}

.language a:link,
.language a:visited {
    color: #000000;
}

.language a:hover,
.language a:active,
.language a.active {
    color: #7F8A8D;
}






/* --------------------- LINKS ---------------------- */

a {
    color: #1b1b1b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: underline;
}

a:visited {
    color: #1b1b1b;
}

a:hover,
a:active {
    outline: 0;
    color: #1b1b1b;
    text-decoration: none;
}


/* --------------------- GENERAL ---------------------- */

img {
    border: 0;
    width: auto;
    max-width: 100%;
    height: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/* --------------------- WYSIWYG ---------------------- */



/* --------------------- GROUP CLEARFIX ---------------------- */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

/* --------------------- MEDIA QUERIES ---------------------- */

@media only screen and (max-width: 640px) {
    body {
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 640px) {
    #header #logo {
        float: none;
        margin: 1em auto;
    }
    #header h1 {
        float: none;
        margin: 0 auto 0.5em;
        text-align: center;
    }
}

@media only screen and (max-width: 320px) {
    body {
        font-size: 90%;
    }
}
