/**
 * Global
 */
/** 
* Functions file, please import in other stylesheets
**/
/** 
* Variable file, please import in other stylesheets
**/
/** 
* Utility file, please import in other stylesheets
**/
.dark-overlay {
  position: relative; }
  .dark-overlay > div {
    z-index: 3; }
  .dark-overlay:before {
    background-color: rgba(11, 11, 12, 0.61) !important;
    opacity: 1 !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: ' ' !important;
    z-index: 2 !important; }

.light-overlay {
  position: relative; }
  .light-overlay > div {
    z-index: 3; }
  .light-overlay:before {
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: ' ' !important;
    z-index: 2 !important; }

* {
  background-position: center center;
  background-size: cover;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: calc(0vw + 16px); }
  @media (max-width: 320px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1920px) {
    body {
      font-size: 16px; } }

h1 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: calc(0vw + 60px);
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  letter-spacing: 0.6px; }
  @media (max-width: 320px) {
    h1 {
      font-size: 60px; } }
  @media (min-width: 1920px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: calc(0vw + 30px);
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  letter-spacing: 0.6px; }
  @media (max-width: 320px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 1920px) {
    h2 {
      font-size: 30px; } }

.hero {
  height: 100vh;
  background-image: url("../images/hero.jpeg");
  overflow: auto;
  align-content: center; }

.hero .header {
  border-top: 2px solid #EB8921;
  padding: 45px 0;
  background-color: rgba(255, 255, 255, 0.75); }

p {
  text-align: center;
  font-size: calc(0vw + 22px);
  padding: 0 15%;
  letter-spacing: 1px;
  line-height: 31px; }
  @media (max-width: 320px) {
    p {
      font-size: 22px; } }
  @media (min-width: 1920px) {
    p {
      font-size: 22px; } }

a {
  color: black;
  text-decoration: none;
  font-weight: 500; }

.form-block {
  display: block;
  width: 70%;
  margin: 50px auto 10px auto; }

input[type=text] {
  width: 75%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid black;
  outline: none;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

input[type=submit] {
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  width: 24%;
  height: 40px;
  margin: auto;
  display: block;
  border: 1px solid #000000;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  cursor: pointer; }

.item {
  border-top: 2px solid #EB8921;
  padding: 30px 0 45px 0;
  background-color: rgba(255, 255, 255, 0.75);
  margin-top: 70px; }

.item.green-line {
  border-color: #21eb4e; }

.item.red-line {
  border-color: #eb2121; }

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