body {
  font-family: "Open Sans", sans-serif;
}

nav, footer.page-footer {
  background: rgb(79,107,166);
}

nav .nav-wrapper ul {
  text-align: center;
}

nav .nav-wrapper ul li {
  display: inline-block;
/*  text-align: center;*/
  float: none;
}

nav .nav-wrapper ul li a {
  text-decoration: none;
}

h1, h2, h3 {
  color: #4867A2;
  font-family: 'Bigelow Rules', cursive;
}

h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

p.large {
  font-size: 1.5em;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.btn,.btn-large {
  background-color: #4867A2;
}
.btn:hover,.btn-large:hover {
  background-color: rgba(235,167,164,1);
  color: #4867A2;
}

.bg-gradient-1 {
  background: rgb(79,107,166);
  background: linear-gradient(90deg, #4867A2 0%, rgba(235,167,164,1) 100%);
}

.bg-gradient-2 {
  background: rgb(79,107,166);
  background: linear-gradient(90deg, rgba(79,107,166,1) 0%, rgba(235,167,164,1) 50%, rgba(150,190,228,1) 100%);
}

.bg-gradient-3 {
  background: rgb(79,107,166);
  background: linear-gradient(333deg, rgba(79,107,166,1) 0%, rgba(235,167,164,1) 50%, rgba(150,190,228,1) 100%);
}

#newsletter .card {
  padding: 20px;
}

.video iframe {
  width: 100%;
  height: 580px;
}

.inline-img {
  max-height: 13px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

p.large .inline-img {
  max-height: 18px;
}

.parallax-container {
  height: 300px;
  position: relative;
}

.parallax-container .parallax img {
  width: 100%;
}

.parallax-container::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
}

footer.page-footer {
/*  background-color: #fff;*/
  color: #fff;
}

.ghost {
  color: #fff;
  opacity: 0.2;
}

@media only screen and (max-width: 599px) { 
  .valign-wrapper {
    display: block;
  }
  
  .video iframe {
    width: 100%;
    height: 315px;
  }
  
  figure img {
    width: 100%;
  }
  
  h1,h2,h3,h4,h5,h6 {
    text-align: center;
  }
}