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

body {
  background-color: #eee;
  color: #333;
}

/* Video background */
video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-color: #003b46;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

@media screen and (max-width: 500px) { 
  div{width:100%;} 
}
@media screen and (max-device-width: 800px) {
  html { background-color: #eee no-repeat center center fixed; }
  #bgvid { display: none; }
}

/* ================== */

p {
  line-height: 2rem;
  margin-right: 1em;
}

.deep-aqua {
    background-color: #003b46 !important;
}

.ocean {
    background-color: #07575b !important;
}

.ocean-text {
    color: #07575b !important;
}

.seafoam {
    color: #c4dfe6 !important;
}

.seafoam-text {
  color: #c4dfe6 !important; 
}

.coffee {
    color: #b38867 !important;
}

.deep-purple-text {
    color: #2d4262 !important;
}

.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.page-footer {
  margin: 0;
}

  .card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px; }
    .card .card-action a {
      color: #fff;
      margin-right: 20px;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -o-transition: color .3s ease;
      -ms-transition: color .3s ease;
      transition: color .3s ease;
      text-transform: uppercase; }
      .card .card-action a:hover {
        color: #ffd8a6; }

.mdi-content-send:before {
    content: "\e71c";
}

@-webkit-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    50% { background-color: #a6032e }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #a6032e;
    }
}
@-moz-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    50% { background-color: #a6032e }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #a6032e;
    }
}
@-ms-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    50% { background-color: #a6032e }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #a6032e;
    }
}
@keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    50% { background-color: #a6032e }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #a6032e;
    }
}

#mc_custom_signup {
  clear: left; 
  font:14px Helvetica,Arial,sans-serif; 
}

#mc_custom_signup form {
  display: block;
  position:relative;
  text-align:center;
  padding:10px 25% 10px 25%;
  color: #fff;
}

#mc_custom_signup h2 {
  font-weight:bold; 
  padding:0; 
  margin:15px 0; 
  font-size:1.4em;
}

#mc_custom_signup input {
  -webkit-appearance:none;
}
#mc_custom_signup input[type=checkbox]{
  -webkit-appearance:checkbox;
}

#mc_custom_signup input[type=radio]{
  -webkit-appearance:radio;
}

#mc_custom_signup input:focus {
  border-color:#333;
}

#mc_custom_signup .button {
  clear:both; 
  background-color: #009688; 
  border: 0 none; 
  border-radius:0; 
  letter-spacing:.03em; 
  color: #FFFFFF; 
  cursor: pointer; 
  display: inline-block; 
  font-size:15px; 
  height: 32px; 
  line-height: 32px; 
  margin: 0 5px 10px 0; 
  padding:0; 
  text-align: center; 
  text-decoration: none; 
  vertical-align: top; 
  white-space: nowrap; 
  width: auto; 
  transition: all 0.23s 
  ease-in-out 0s;
}

#mc_custom_signup .button:hover {
  background-color:#777;
}

#mc_custom_signup .small-meta {
  font-size: 11px;
}

#mc_custom_signup .nowrap {
  white-space:nowrap;
}  

#mc_custom_signup .clear {
  clear:none; 
  display:inline;
}

#mc_custom_signup label {
  display:block; 
  font-size:16px; 
  padding-bottom:10px; 
  color: #fff;
}

#mc_custom_signup input.email {
  font-family:"Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; 
  font-size: 15px;
  display:block; 
  padding:0 0.4em; 
  margin:0 4% 10px 0; 
  min-height:32px; 
  width:58%; 
  min-width:130px; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0;
  background: #009688;
  border: 1px solid #009688;
}

#mc_custom_signup input.button {
  display:block; 
  width:35%; 
  margin:0 0 10px 0; 
  min-width:90px;
}

#mc_custom_signup div#mce-responses {
  float:left; top:-1.4em; 
  padding:0em .5em 0em .5em; 
  overflow:hidden; 
  width:90%;
  margin: 0 5%; 
  clear: both;
}

#mc_custom_signup div.response {
  margin:1em 0; 
  padding:1em .5em .5em 0; 
  font-weight:bold; 
  float:left; 
  top:-1.5em; 
  z-index:1; 
  width:80%;
}
#mc_custom_signup #mce-error-response {
  display:none;
}

#mc_custom_signup #mce-success-response {
  color:#529214; 
  display:none;
}
#mc_custom_signup label.error {
  display:block; 
  float:none; 
  width:auto; 
  margin-left:1.05em; 
  text-align:left; 
  padding:.5em 0;
}