*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: proxima-nova, sans-serif;
  background: #000;
  color: #FFF;
}
body h1 {
  font-size: 34px;
  margin-bottom: 10px;
}
body h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
body p {
  color: #C4D82D;
  font-size: 16px;
}
body a {
  color: #C4D82D;
}
body a:hover {
  color: #798619;
}
body header {
  background: center/cover no-repeat url(/content/images/body-bg.jpg);
}
body header h2 {
  color: #C4D82D;
}
body header img {
  max-width: 350px;
  margin-bottom: 20px;
}
body footer h2 {
  color: #FFF;
}
body header,
body footer {
  padding: 20px 0;
}
body header .header--content,
body header .footer--content,
body footer .header--content,
body footer .footer--content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
body main section:nth-child(odd) {
  height: 200px;
  width: 100%;
  background: #C4D82D center center/cover no-repeat;
}
body main section:nth-child(even) {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
body main section:nth-child(1) {
  background-image: url(/content/images/banner-1.jpg);
}
body main section:nth-child(1) .image-banner-text {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body main section:nth-child(1) .image-banner-text span {
  color: #C4D82D;
  background: #000;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@-webkit-keyframes example {
  0% {
    text-shadow: #C4D82D 0px 0px 20px;
  }
  50% {
    text-shadow: #C4D82D 0px 0px 0px;
  }
  100% {
    text-shadow: #C4D82D 0px 0px 20px;
  }
}
@keyframes example {
  0% {
    text-shadow: #C4D82D 0px 0px 20px;
  }
  50% {
    text-shadow: #C4D82D 0px 0px 0px;
  }
  100% {
    text-shadow: #C4D82D 0px 0px 20px;
  }
}
body main section:nth-child(2) h2 {
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
body main section:nth-child(3) {
  background-image: url(/content/images/banner-2.jpg);
}
body main section:nth-child(5) {
  background-image: url(/content/images/banner-3.jpg);
}
@media only screen and (min-width: 480px) {
  body h1 {
    font-size: 38px;
  }
  body h2 {
    font-size: 28px;
  }
  body p {
    font-size: 18px;
  }
  body header,
body footer {
    padding: 30px 0;
  }
  body main section:nth-child(even) {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  body h1 {
    font-size: 40px;
  }
  body h2 {
    font-size: 30px;
  }
  body p {
    font-size: 20px;
  }
  body header,
body footer {
    padding: 40px 0;
  }
  body main section:nth-child(even) {
    padding: 35px 0;
  }
  body main section:nth-child(odd) {
    height: 300px;
  }
  body main section:nth-child(1) {
    background-image: url(/content/images/banner-1.jpg);
  }
  body main section:nth-child(1) .image-banner-text span {
    height: 215px;
    width: 215px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  body h1 {
    font-size: 42px;
  }
  body h2 {
    font-size: 34px;
  }
  body p {
    font-size: 22px;
  }
  body header,
body footer {
    padding: 50px 0;
  }
  body main section:nth-child(even) {
    padding: 45px 0;
  }
}