a{
  text-decoration: none;
}

body{
  font-family: 'open-sans', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #292929;
}

h1{
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  background-color: #273582;
  color: white;
  float: right;
  width: 100%;
  text-align: right;
  padding: 1% 5% 1% 1%;
}

h2{
  font-family: 'open-sans-condensed';
  font-weight: 100;
  text-transform: uppercase;
  font-size: 54px;
  padding-left: 5%;
  margin-bottom: 0;
}

h3 {
  font-family: 'open-sans-condensed';
  font-size: 32px;
  text-transform: uppercase;
  padding-left: 5%;
  line-height: 18px;
  color: #46AE9F;
  margin-top: 0;
}

section#white-section p, section#white-section a{
  padding-left: 5%;
}

button{
  background-color: #46AE9F;
  width: 100%;
  height: 48px;
  font-family: 'open-sans-condensed';
  font-weight: 100;
  font-size: 24px;
  color: white;
  text-align: left;
  border-style: none;
  margin-top: 65px;
}

button a{
  color: white;
}

#blueberry-background{
  background: url("../img/blueberry-creation-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

section#blue-section{
  background-color: rgba(39, 53, 130, 0.9);
  width: 50%;
  height: 100vh;
  flex-direction: row;
}

section#blue-section div{
  position: relative;
  top: 25%;
}

section#white-section{
  background-color: rgba(255, 255, 255, 0.9);
  width: 50%;
  height: 100vh;
  flex-direction: row;
}

#white-section p{
  font-size: 16px;
  width: 80%
}

section#white-section div{
  position: relative;
  top: 30%;
}

img#logo{
  position: relative;
  width: 430px;
  right: 80px;
  float: right;
  margin-bottom: 40px;
}


@media (max-width: 1300px) {

  img#logo{
    width: 340px;
  }

  section#white-section div{
    top: 40%;
  }

  section#blue-section div{
    top: 35%;
  }

  h2{
    font-size: 45px;
  }

}


@media (max-width: 1024px) {

  #blueberry-background{
    flex-direction: column;
  }

  section#white-section, section#blue-section{
    width: 100%;
    height: 50vh;
  }

  h1{
    text-align: center;
  }

  img#logo{
    margin: 0 auto 30px auto;
    display: block;
    float: none;
    right: initial;
  }

  h1{
    padding: 1% 0%;
  }

  section#white-section div{
    top: 2%;
  }

  section#blue-section div{
    top: 30%;
  }

  h2, h3{
    text-align: center;
    padding-left: 0;
  }

  section#white-section p, section#white-section a{
    padding: 0;
    margin: 0 auto 10px auto;
    display: block;
  }

  section#white-section p{
    text-align: justify;
  }

  section#white-section a{
    width: 80%;
    text-align: center;
  }

  button{
    margin-top: 20px;
  }

}

@media only screen and (max-device-width:600px) {
  img#logo{
    width: 55%;
  }

  h1{
    font-size: 44px;
  }

  #blue-section{
    height: 40vh !important;
  }

  #white-section{
    height: 60vh !important;
  }

  section#white-section div{
    top: 8%;
  }

  section#blue-section div{
    top: 24%;
  }

  h2{
    font-size: 70px;
  }

  #white-section p{
    font-size: 34px;
  }

  section#white-section a{
    font-size: 40px;
    margin-top: 34px;
  }

  section#white-section button a{
    font-size: 68px;
    margin: 0;
    width: 100%;
  }

  button{
    height: 100px;
  }

}
