nav ul a,

a.hover:hover{
  text-decoration: underline;
}

h1 {
  color: #4badcc;
  font-weight: 20px;
  font-family: 'Poiret One', cursive;
}

p, h4{
   font-family: 'Open Sans', cursive;
}

h5{
   font-family: 'Open Sans', cursive;
   font-weight: 18px;
}

.centered{
   text-align: center;
   margin-left:17.5%;
}

#tagline{
   color: #4badcc;
   font-weight: 18px;
   font-family: 'Poiret One', cursive;
}

.card{
   width: 100%;
   background-color: #D4D0D8;
   color: #4badcc;
}

.material-icons {
  color: #f18ba3;
}

nav .brand-logo {
  color: #444;
}

#navbar {
  background-color: #4badcc;
}

#logo {
  height: 95%;
  width: 11%;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.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 {
  margin-bottom: 8%;
  background-color: transparent;
}
