@font-face {
  font-family: "OCR A Std";
  src: url(../assets/OCRAStd.otf);
  font-weight: 400;
}
@font-face {
  font-family: "OCR A Bold";
  src: url(../assets/OCRABold_V2.otf);
  font-weight: 400;
}
body {
  margin: 0;
  padding: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 900px;
  background-color: #FBFBFA;
  font-family: "OCR A Std", sans-serif;
  font-size: 17px;
  color: #111111;
  line-height: 20px;
  text-align: justify;
  /*@media screen and (min-width: $break-small) and (max-width: $break-large) {
    width: 10px;
  }*/
}
@media screen and (max-width: 800px) {
  body {
    text-align: left;
  }
}

#loader {
  margin-top: 40%;
}

#loader img {
  width: 50px;
  height: 50px;
}

#app {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  /*Offset Bandeau Kickstarter*/
  margin-top: 100px;
}

@media screen and (max-width: 800px) {
  #app {
    /*Offset Bandeau Kickstarter*/
    margin-top: 200px;
  }
}

a {
  color: #EEA236;
  text-decoration: underline;
}

a:hover {
  color: #999999;
  text-decoration: none;
}

.highlighted {
  font-family: "OCR A Bold", sans-serif;
}

p {
  padding: 0;
}

h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  color: #EEA236;
  font-variant: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 40px;
  }
}

ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

.sections {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .sections {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.section {
  width: 100%;
}

.title_icon {
  vertical-align: top;
  position: relative;
  top: 14px;
  margin-right: 10px;
}

button {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  background-color: #BDA867;
  border-radius: 3px;
  border-bottom: 3px solid #EEA236;
  width: 100%;
  height: 60px;
}

button:hover {
  height: 57px;
  border-bottom: 0px solid #EEA236;
  margin-top: 3px;
}

#footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  margin-top: 100px;
  color: #999999;
}

#nerial_logo {
  width: 20%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
