/* STYLES */
* {

}
html {
  height: 100%;
}
body {
  font-family: 'helvetica', 'sans-serif';
  background-color: #FCFBF4;
}
h1 {
  font-family: 'Cookie', serif;
  background: linear-gradient(96.09deg, #278666 0%, #30A9A2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 300;
  margin: 0px;
}
h2 {
  font-family: 'Cookie', serif;
  background: linear-gradient(96.09deg, #278666 0%, #30A9A2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 2%;
  padding-bottom: 2%;
}
h3 {
  font-family: 'Cookie', serif;
  background: linear-gradient(96.09deg, #278666 0%, #30A9A2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 300;
}
h4 {
  letter-spacing: 1px;
  margin: 1em 0em 1em 0em;
}
p {
  color: #282A2E;
  letter-spacing: 1px;
}
p.small {
}
a {
  color: #278666;
  text-decoration: none;
}
a:hover {
  color: #329B95;
}
hr.divider {
  border-top: 3px #278666 double;
  margin: 2em 0em 2em 0em;
}

/* Form */
.input {
  width: 100%;
  border: 1px solid #278666;
  border-radius: 4px;
  padding: 10px;
}
#name, #email, #message {
  margin-bottom: 1em;
}
.button {
  background-color: #278666;
  border: none;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}
.button:hover {
  background-color: #329B95;
}
/* /Form */

/* ========== DESKTOP ========== */
@media only screen and (min-width: 961px) {
  /* TEXT */
  h1 {
    font-size: 6vw;
    line-height: 90%;
  }
  h2 {
    font-size: 4vw;
    line-height: 90%;
  }
  h3 {
    font-size: 3vw;
  }
  h4 {
    font-size: 1vw;
  }
  p {
    font-size: 1vw;
  }
  p.small {
    font-size: 0.85vw;
  }
  /* CONTENT */
  .wrapper {
    min-height: 100% !important;
    height: 100%;
  }

  .content {
    width: 100%;
    height: 100%;
    display: flex;
  }

  /* LEFT */
  .left {
    width: 50%;
    height: 100%;
    background-image: url("../bro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
  }
  

  /* RIGHT */
  .right {
    width: 48%;
    padding: 2%;
    margin-left: 50%;
  }
  .text-wrap {
    border-style: double;
    border-width: 3px;
    border-color: #278666;
    padding: 10%;
  }
  .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .info-left {
    width: 25%;
  }
  .info-right {
    width: 70%;
  }
  label {
    font-size: 1vw;
  }
}


/* ========== LAPTOP ========== */
@media only screen and (max-width: 960px) {
  /* TEXT */
  h1 {
    font-size: 3.5em;
    line-height: 90%;
  }
  h2 {
    font-size: 2.5em;
    line-height: 90%;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1em;
  }
  p {
    font-size: 1em;
  }
  p.small {
    font-size: 0.9em;
  }
  /* CONTENT */
  .wrapper {
  }

  .content {
    display: block;
  }

  /* LEFT */
  .left {
    width: 100%;
    padding-bottom: 60%;
    background-image: url("../bromobil.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* RIGHT */
  .right {
    width: 96%;
    padding: 2%;
  }
  .text-wrap {
    border-style: double;
    border-width: 3px;
    border-color: #278666;
    padding: 10%;
  }
  .info {
    width: 100%;
    display: block;
    margin-bottom: 10%;
  }
  .info-left {
    width: 100%;
  }
  .info-right {
    width: 100%;
  }
  label {
    font-size: 1em;
  }
}

.button {
  background-color: #278666;
  padding: 14px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
.button:hover {
  color: white;
}


/* ========== MOBILE ========== */
@media only screen and (max-width: 720px) {
}




/* CONTENT */
