/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body { background: #DADADA; color: #000000; }
nav { background: transparent; color: #FFFFFF;box-shadow: none;-webkit-box-shadow:none; }
nav .brand-logo {
  font-family: "Maven Pro";
  font-size:3em;
}
nav .brand-img {
  margin-top:0.7em;
  margin-right:0.5em;
  width: 3em;
}
nav .menu-img {
  margin-top:0.7em;
  margin-right:0.5em;
  width: 3em;
}
p {
  line-height: 2rem;
}
.full-bg {
  background: #DADADA;
}
.landing-bg {
  background-image: url(/img/tooly-front.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

.sidenav-trigger {
  color: #00B1E9;
}

.input-field input {
  background-color:transparent !important;
}
.input-field input:focus {
  border-bottom: #00B1E9 solid 1px !important;
  box-shadow: 0 1px 0 0 #00B1E9 !important;
}
input[type=text]:not(.browser-default):focus:not([readonly])+label {
  color:#00B1E9;
}
input[type=email]:not(.browser-default):focus:not([readonly])+label {
  color:#00B1E9;
}
input[type=password]:not(.browser-default):focus:not([readonly])+label {
  color:#00B1E9;
}

.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%;
  }

  .brand-img { display: none; }
}

@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;
}
