#index {
  background-color: #004d9f;
}

header {
  background-color: white;
  padding: 1.2% 3.2%;
}

@media screen and (max-width: 767px) {
  header {
    padding: 2.4% 3.2%;
  }
}

header #logo {
  width: 16vw;
}

@media screen and (max-width: 767px) {
  header #logo {
    width: 172px;
  }
}

#content {
  color: white;
}

#content .kv {
  background-color: #ffd44a;
}

#content .kv img {
  opacity: 0;
}

#content .kv.active img {
  opacity: 1;
  -webkit-transition: opacity 1s .3s;
  transition: opacity 1s .3s;
}

#content .section {
  padding: 3% 3% 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #content .section {
    padding: 6% 6% 0;
  }
  #content .section:last-child {
    padding-bottom: 6%;
  }
}

#content .section:last-child {
  padding-bottom: 6%;
}

#content .section h2 {
  color: #fdbb41;
}

#content .section h2.sep {
  border-bottom: 2px dashed #6190c4;
  padding-bottom: 0.5rem;
}

footer {
  color: white;
  padding: 3.5% 3%;
  font-size: 1.2rem;
  background: #010a33;
  /*background: #010a33 url(../images/abnova-footer-bg-pattern.svg) no-repeat 165% bottom;*/
  background-size: 50%;
}

footer a {
  color: #fdbb41;
}

footer a:hover {
  color: #fdbb41;
}
/*# sourceMappingURL=style.css.map */