body {
  color: #777777;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
}

footer {
  color: #009999;
  background-color: #CCFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
}

h1 {
  color: #005E67;
  font-weight: 900;
  font-size: 4rem;
}

h2 {
  color: #005E67;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: .05rem;
}

h3 {
  color: #777777;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .15rem
}

a {
  color: #005E67;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.navbar {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-brand img {
  height: 70px;
}

.btn {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary {
  background-color: #101066;
  border-color: #101066;
}

.btn-primary:hover {
  background-color: #1B1B96;
  border-color: #1B1B96;
}

.btn-outline-primary {
  color: white;
  border-color: white;
  text-transform: uppercase;
}

.btn-outline-primary:hover {
  background-color: #1B1B96;
  border-color: #1B1B96;
}

.btn-secondary,
.btn-secondary:hover {
  background-color: #005E67;
  border-color: #005E67;
}

.banner {
  background-position: bottom right;
  background-size: contain;
  min-height: 600px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) {
  .banner {
    background-position: 70% 0%;
  }
}

@media only screen and (max-width: 1200px) {
  h1, h2 {
    font-size: 3rem;
  }

  .navbar-brand img {
    height: 54px;
  }
}

@media only screen and (max-width: 1000px) {
   h1, h2 {
    font-size: 2rem;
  }

  .banner {
    min-height: 790px;
  }
}

@media only screen and (max-width: 600px) {
  .banner {
    min-height: 700px;
  }

  .navbar-brand img {
    height: 45px;
  }
}

@media only screen and (max-width: 500px) {
  .banner {
    min-height: 620px;
  }
}

@media only screen and (max-width: 440px) {
  .banner {
    min-height: 550px;
  }
  .navbar-brand img {
    height: 35px;
  }

}