@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*=========Start Algemeen=======*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body {
  color: #111111;
  line-height: 150%;
  font-size: 1.15em;
  font-family: 'Open Sans', sans-serif;
}

.page {
  position: relative;
  left: 0px;
  transition: left .45s;
}
.page>.after {  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0);
  content: "";
  transition: background-color 0.45s ease-in;
}
.page>.after.fade {
 background-color: rgba(0,0,0,0.5);
 transition: background-color 0.45s ease-out;
 z-index: 10;
}

.logosplash {
  width: 160px;  
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.logosplash img {
  width: 100%;
}
.item {
  position: relative;
}
.item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.imgoverlay {
  overflow:hidden;
  padding: 1px;
  border: 1px solid #231f20;
}
.imgoverlay img {
  width: 100%;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.imgoverlay:hover img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);

}
.cnt {
  text-align: center;
}
.titlebox {
  position: relative;
  height: 100px;
}

.content {
  max-width: 1150px;
  margin: 0 auto;
}

/**Lightbox**/
#loctek-lightbox-close {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
.loctek-lightbox {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}

/*======einde algemeen=====*/
/*====Start Header====*/
header {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  z-index: 11;
  height: 150px;
}
#logo {
  width: 210px;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 11;
  background-color: #223e99;  
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform: translateX(-140%);
  transform: translateX(-140%);
  height: 150px;
}
#logo.pageready {
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#logo img {
  width: 170px;
  display: block;
  margin: 0 auto;
  z-index: 11;
  padding:18.605px 0;
  position: relative;
  left: 2.5px;  
}
#menubutton {
  height: 80px;
  width: 80px;
  padding:20px;
  z-index: 11;
  background-color: #223e99;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 40px;
  transition: -moz-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -moz-transform: translateX(160%);
  -webkit-transform: translateX(160%);
  transform: translateX(160%);  
}
#menubutton.pageready {  
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#menubutton.menubtn {
  transition: right .45s;
  transition-delay: 0s;
}
#menubutton .icon {
  width: 100%;
  height: 40px;
}
#menubutton span, #menubutton span:before, #menubutton span:after {
  width: 100%;
  height: 2px;
  border-top: 2px solid #fefefe;
  margin-bottom: 15px;
  display: block;
  content: "";
  transition-duration: 0.3s, 0.3s; 
}
#menubutton span {
  height: 40px;
  border-top: 0;
  border-bottom: 2px solid #fefefe;  
  margin-bottom: 0;
}
#menubutton.active span {
  border-bottom: 0;
}
#menubutton.active span:after, #menubutton.active span:before {
  position: absolute;
  width: 40px; 
  color: #fefefe;
}
#menubutton.active span:after {
  top: 50%;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#menubutton.active span:before {
  top: 50%;
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

nav {
  position: fixed;
  z-index: 100;
  background-color: #223e99;  
  top: 0px;
  right: 0px;
  width: 350px;
  bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 37px;
  background-repeat: no-repeat;
  transition: right .45s;
  right: -350px;
  overflow-y: auto;
}
nav>a:first-child {
  margin-top: 5px;
}
nav>a {
  font-size: 1.4em;
  font-weight: 300;
  color:#fefefe;
  width: 100%;
  text-align: left;
  display: block;  
  padding:13px;
  color:rgba(254,254,254,0.6);
  margin-bottom: 5px;
}
nav>a.active, nav a:hover {
  color: #fefefe;
}
nav .gegs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 37px;
}
nav .gegs:after {
  display: block;
  clear: both;
  content: "";
}
nav .right, nav .left {
  width: 65%;
  float: left;
}
nav .right {
  width: 35%;
}
nav .gegs p {
  position: relative;
  font-size: 0.7em;
  color: #fefefe;
  padding-left: 25px;
}
nav .gegs p img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
nav .gegs .right img {
  width: 18px;
}
nav .gegs p a {
  color: #fefefe;
}
nav .gegs p a:hover {
  color:rgba(254,254,254,0.6); 
}

/*====Einde Header====*/
/*====Start Styles====*/
.cont1 {
  max-width: 900px;
  text-align: center;
  margin:0 auto;
}
.cont2 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.cont2:after {
  display: block;
  clear: both;
  content: "";
}
.cont2>*{
  width: 50%;
  float: left;
}
.cont2 .content {
  padding:200px 100px;
  background-color: #ededed;
}
.cont2 .img {
  background-image: url('/images/placeholder.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cont3 {
  max-width: 1150px;
  text-align: center;
  margin:0 auto;
}
.cont4 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.cont4:after {
  display: block;
  clear: both;
  content: "";
}
.cont4>*{
  width: 45%;
  float: left;
}
.cont4>*:first-child {
  margin-right: 10%;
}
.cont5 {
  width: 80%;
  margin: 0 auto;
}
.cont6 {
  width: 100%;  
  margin: 0 auto;
}
.cont6:after {
  display: block;
  clear: both;
  content: "";
}
.cont6>*{
  width: 49.5%;
  float: left;
}
.cont6>*:first-child {
  margin-right: 1%;
}
.placeholder {  
   background-image: url('/images/placeholder.png');
   position: relative;
}
.cont6 .placeholder {
  padding-bottom: 33%;
}
.placeholder h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: yellow;
  text-transform: uppercase;
  font-size: 2em;
}

.pijl
{
  -webkit-transform: rotate(90deg);

/* Firefox */
-moz-transform: rotate(90deg);

/* IE */
-ms-transform: rotate(90deg);

/* Opera */
-o-transform: rotate(90deg);
color: #13366C;
font-weight: bold;
font-size: 3em;
}


footer
{
  text-align: center;
}

.font1 {
  font-size: 2.8em; 
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 90px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #094073;
}

.font1 span
{
  color: #3586C8;
}

footer a
{
  text-decoration: underline !important;
  color: #92d3ff;
}

.font1 strong {
  font-weight: 800;
  font-size: 120%;
  padding-top: 10px;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

.hometitel {
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
}

.font2 {
  font-weight: 800;
  font-size: 120%; 
  font-size: 4em;
  text-transform: uppercase;
  line-height: 1;
}
.font3 {
  font-size: 110%;
  font-weight:300;
}
.font4 {
  font-weight: 800;
  text-transform: uppercase; 
  font-size: 2.7em;
  color: black;
  line-height: 1;
}
.font5 {
  font-size: 2.5em;
  line-height: 1;  
  font-weight: 300; 
  text-transform: uppercase;  
  color: black;
}
.font6 {
  font-size: 2.2em;  
  margin-bottom: 20px;
  font-weight: 700;
  font-style: italic; 
  line-height: 125%;
  }
  .font7 {
    font-size: 80%;
    font-weight: 300;
  }
  .font8 {
    font-weight: 700;
    font-size: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
  }
  .font9 {
    text-transform: uppercase;
    font-size: 1.2em;  
    text-align: left; 
  }
  .font9 span {
    font-weight: bold;
  }
  .font10 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.4em;
    }
  .font10 span {
    font-weight: bold;
    position: relative;
    bottom: 0.5px;
    line-height: 100%;    
  }
  .font11 {
    font-size: 0.9em;
    color: rgba(0,0,0,0.75);
    text-align: center;
  }

  .line {  
  width: 80px;  
  margin:40px auto;
  height: 4px;
  background-color: #13366C;
}
.splash .line {
  margin-top: 60px;
  margin-bottom: 60px;
}
.line3 {
  height: 2.5px;
  margin: 20px 0;
  border-top: 2.5px solid #fefefe;
  width: 25px;
}
.line2 {
  margin:20px 0;
  width: 50px;
}
.line2 > img {
  width: 100%;
}



.btn {
  display: inline-block;
  font-weight: bold;
  line-height: 45px;
  padding:0 1em;
  border: 1px solid #13366C;
  color:#13366C;
   box-shadow: inset 0 0 0 0 #13366C;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin: 80px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover {
  box-shadow: inset 600px 0 0 0 #13366C;
  color: #fefefe;
}
.btn.black {
  color:black;
   border: 1px solid black;
   box-shadow: inset 0 0 0 0 black;
}
.btn.black:hover {
  box-shadow: inset 300px 0 0 0 black;
  color: #fefefe;
}
.btn.white {
  color:white;
   border: 1px solid white;
   box-shadow: inset 0 0 0 0 white;
}
.btn.white:hover {
  box-shadow: inset 300px 0 0 0 white;
  color: black;
}

.box1 {
  position: relative;
  padding-left: 70px;
  text-align: left;
}
.box1 > img {
  position: absolute;
  top: 0;
  left: 30px;  
}

.box2 img {
  display: block;
  margin: 0 auto;
  width: 70%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;  
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}

.box2 img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
/*====End Styles===*/
/*====Start Splash====*/
.splash {
  min-height: 100vh;
  background-image: url('/images/carnaval1.JPG');
  background-size: cover;
  background-position: center -20%;
  background-repeat: no-repeat;
  position: relative;
  color: #fefefe;
  overflow:hidden;
}
.splash.held {
  background-image: url('/images/carnaval1.JPG');
  background-position: center center;
}
.splash .text {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.cb {
  clear: both;
  content: "";
  height: 1px;
}
#video_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
}
/*====Einde Splash===*/

/*===Content rows===*/
main {
  padding-top: 30px;
}
.row {
  margin-top: 50px;
  margin-bottom: 50px;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s linear;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
}
.row.appear {
  transform: translateY(0);
opacity: 1;
visibility: visible;
}

.cta {
  border:3px solid #223e99;
  width: 65%;
  padding:40px;
  margin: 40px auto;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color:#223e99;
  font-size: 120%;
}
/*===Einde content rows===*/
/*===Footer start===*/
footer {
  background: #0870B7;
}

footer > div
{
  display: inline-block;
  color: #fff;
  vertical-align: top;
  margin: 2em 10%;
}


.footeritems {
  text-align: justify;
  color: #fefefe;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(254,254,254,0.3);
  margin-bottom: 20px;
}
.footeritems:after {
  display: inline-block;
  content: "";
  width: 100%;
}
.footeritems .footitem {
  display: inline-block;
  vertical-align: top;
}
.footitem p {
  position: relative;
  padding-left: 30px;
  font-size: 80%;
}
.footitem a {
  color: #fefefe;
}
.footitem:nth-child(2) p img {
  width: 20px;
}
.footitem p img {
  position: absolute;
  top: 50%;
  left: 0;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footbot {
  font-size: 80%;
  line-height: 140%;
  text-align: center;
  color: #fefefe;
}
.footbot:after {
  display: block;
  content: "";
  clear: both;
}
.footbot a {
  color: #fefefe;
}
.footbot .left {
  text-align: left;
}
.footbot .right {
  text-align: right;
}
.made-by {
  margin-top: 5px;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
}
.made-by a {
  color: rgba(254,254,254,0.2);
}
/*===Footer einde===*/

/*===Media quries===*/
@media screen and (max-width: 1300px) {
  .splash .text {
    top: 50%;
  }
  #logo {
    width: 160px;
    height: 118.5px;
  }
  #logo img {
    width: 120px;
  }
  .cont2 .content {
    padding:100px 50px;
  }

}
@media screen and (max-width: 1200px) {
  .cont3 {
    width: 96%;
  }
}
@media screen and (max-width: 1130px) {

}
@media screen and (max-width: 1120px) {
  .cont2 .content {
    padding:50px 35px;
  }
  .cont2 .font6 {
    font-size: 2em;
  }
}
@media screen and (max-width: 960px) {
  .cont2 {
    -moz-transition: initial;
    -webkit-transition: initial;
    transition: initial;
  }
  .cont2 > * {
    width: 100%;
    float: right;
    -moz-transition: initial;
    -webkit-transition: initial;
    transition: initial;
  }
  .cont2 .line2 {
    display: inline-block;
  }
  .cont2 .content h1 br {
    display: none;
  } 
  .cont2 .content {
    text-align: center;
  }
  .cont2 .content .btn.black {
    margin: 40px auto 40px auto;
  }
  .cta {
    width: 600px;
  }
  .three-row-logo > * {
    float: none;
    width: 50%;
    display: block;
    margin: auto;
    padding:40px 0;
    clear: both;
  }
  .cta .box2 {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .cont4 > * {
    width: 48%;
  }
  .cont4 > *:first-child {
    margin-right: 4%;
  }

}
@media screen and (max-width: 790px) {
  .three-row-grid.single > .box1:last-child {
    margin-left: 25.5%;
    margin-top: 6%;
}
}
@media screen and (max-width: 760px) {
  .font10 > span {
    font-size: 2.5em;
    text-align: center;
  }
  .font10 > h1 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 680px) {
  .box1 {
    padding-left: 0px;    
  }
  .box1 h3 {
    padding-left: 30px;
    display: block;
  }
  .box1 img {
    left: 0px;
  }
  .font7 {
    font-size: 95%;
  }
  .cta {
    width: 90%;
  }
  .cta img {
    width: 75%;
  }
  .three-row-grid.single > .box1:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .font10 > span {
    width: 100%;
    margin-right: 0;    
  }
  .font10 {
    text-align: center;
    width: 100%;
  }
  .font10 > h1 {
    text-align: center !important;
  }
  .font10 > p {
    text-align: center !important;
  }

}
@media screen and (max-width: 600px) {
  .cont3.dn {
    display: block !important;
  }
  #logo {
    width: 80px;     
  }
  #logo img {
    width: 100%;
  }
  #logo.pageready {
    left: 0;
  }
  #logo img {
    width: 90px;
    padding:10px 0;
  }
  #menubutton.pageready {
    right: 0;
  } 
  #video_background {
    display: none;
  }
  .splash .text {
    width: 90%;    
  }
  .splash.held h1,.splash.held .line, .splash.held .font6 {
    display: none;  
  }
  .logosplash {
    position: static;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    display: block;
    margin: 0 auto;
  } 

  .font1 {
    font-size: 2em;
  }
 

}
@media screen and (max-width: 475px) {
  .font10 br.dn {
    display: inline-block;
  }
  .font10 > h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .cta img {
    width: 90%;
  }
  .cta {
    margin:50px auto;
  }
  .cta strong {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  body {
    font-size: 1em;
  }
}
@media screen and (max-width: 350px) {

}