/* This CSS skins the CAVS vapor view */

nav ul a,
nav .brand-logo {
  color: #444;
  padding-left: 24px;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
}
.parallax-container .section {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }

  #index-banner .section {
    top: 10%;
  }
}
@media only screen and (max-width: 600px) {
  #index-banner .section {
    top: 0;
  }
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}
footer.page-footer {
  margin: 0;
}

.site-header {
  margin-top: 130px;
  margin-left: 490px;
}

/* !important to override the materialize, this shouldn't be needed, wtf */
.primary-background-color {
  background: #ffb300 !important;
}

.primary-font-color {
  color: #ffb300;
}

.secondary-background-color {
  background-color: #9e9e9e;
}

.secondary-font-color {
  color: #9e9e9e;
}

.nav-logo {
  height: 55px;
  margin-top: 5px;
}

.site-title {
  padding-left: 100px;
  font-size: 24px;
  color: #2f5467;
}

.contact-button {
  margin-top: 20px;
  margin-left: 500px;
}

.parallax img {
  height: 900px;
}

.reason-logo {
  width: 120px;
}

.text-center {
  text-align: center;
}

.justify-links {
  padding-right: 45px;
}

.footer-top-padding {
  padding-top: 10px;
}

.paragraph-padding {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
