* {
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  font-family: 'Open Sans', sans-serif;
}

header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h2, h3, header a {
  color: #34495e;
}

h2 {
  font-family: 'Exo', sans-serif;
  font-size: 2.5em;
}

a {
  text-decoration: none;
}

.logo {
  margin: 0;
  font-size: 5.45em;
  font-family: 'Poiret One';
  padding: 0px 50px 0px 50px;
}

#claim {
  font-size: 1.1em;
  color: #718daa;
  padding-left: 0px;
  text-align: center;
  margin-top: -30px;
  font-style: italic;
  font-family: 'Exo', sans-serif;
}

.main-nav {
  margin-top: 5px;
  font-family: 'Exo', sans-serif;
}

.logo a, .main-nav a {
  text-align: center;
  display: block;
}

.main-nav a {
  color: #34495e;
  font-size: 1.59em;
  padding: 0px 30px 0px 30px;
}

.main-nav a:hover {
  color: #718daa;
}

.header {
  padding-top: .5em;
  padding-bottom: .5em;
}

.white-space {
  height: 1px;
  background-color: white;
  min-width: 100%;
}

.section {
  padding-left: 10px;
}

#wave {
  background: url('../img/wave.png') no-repeat;
  background-size: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 600px;
  margin-top: -90px;
}

.img-container {
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  text-align: center;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.section {
  text-align: center;
}

.claims {
  font-size: 1.0em;
  color: #718daa;
  margin-top: -30px;
  font-style: italic;
  font-family: 'Exo', sans-serif;
}

.section-header {
  padding-left: 40px;
  padding-right: 40px;
}

ul {
  list-style-type: circle;
  padding-right: 20px;
}

.flex-wrap-side {
  display: flex;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

#img-webpage {
  max-width: 800px;
}

#img-mobile {
  max-width: 900px;
  margin: 50px;
}

a {
  color: #5ac7d2;
}

#cfhero-ul {
  margin-top: 70px;
  font-size: 1.2em;
  margin-left: 30px;
}

#cfhero-ul li {
  margin-bottom: 20px;
}

li:last-child {
  margin-bottom: 0px;
}

#what-we-do li {
  margin-bottom: 10px;
}

.img-team {
  max-width: 180px;
  margin: 50px;
}

#footer-wave {
  background: url('../img/footer-wave.png') no-repeat;
  background-size: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 600px;
  margin-top: -90px;
}

#airwe-contact {
  font-size: 1em;
}

/* ================================= 
  Media Queries
==================================== */

@media (min-width: 769px) {
  .header, .main-nav {
    display: flex;
  }
  .header {
    flex-direction: column;
    align-items: center;
  }
  .logo {
    font-size: 9.45em;
    padding: 0px 50px 0px 50px;
  }
  .white-space {
    height: 50px;
  }
  #airwe-contact {
    font-size: 2em;
  }
  h2 {
    font-size: 3.5em;
  }
  .claims{
    font-size: 1.2em;
    padding-right: 50px;
  }
  .section-header {
    padding-left: 140px;
    padding-right: 140px;
  }
  #send-mail{
    font-size: 1.5em;
  }
}

@media (min-width: 1325px) {
  .header {
    flex-direction: row;
    justify-content: space-between;
  }
  #claim {
    padding-left: 250px;
    font-size: 1.45em;
  }
  .main-nav {
    margin-right: 100px;
  }
  #white {
    height: 150px;
  }
  .claims {
    padding-left: 150px;
  }
  .logo {
    font-size: 9.45em;
    padding: 0px 50px 0px 50px;
  }
  .white-space {
    height: 100px;
  }
  #airwe-contact {
    font-size: 2em;
  }
  h2 {
    font-size: 3.5em;
  }
  .claims{
    font-size: 1.7em;
    padding-right: 150px;
  }
  .section-header {
    padding-left: 240px;
    padding-right: 240px;
  }
  #send-mail{
    font-size: 1.8em;
  }
}
