
html {
  font: 95%/1.618 "Lato", sans-serif;
  font-weight: 300;
  color: #111;
  -webkit-font-smoothing: antialiased;
}

.taghead {
  font-size: 2.5em;
  color: #fff;
  margin: 10px 0 0 0;
}

.tagline {
  font-size: 1.4rem;
  color: #fff;
}


#logo-container { padding-top: 4px; }


a {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    color: #e80000;
    text-decoration: none;
}

nav li a {
    display: inline-block;
    width: auto;
    padding: 0 10px 0 10px;
    color: #e80000;
}

.side-nav { width: 180px; }

.side-nav a { color:#ec4a13; }


a:hover, a:focus { color: #000; text-decoration: underline;}


p { line-height: 2rem; }

h2 { margin-bottom: 0rem }

.button-collapse { left: 0px; }


.parallax-container {
  min-height: 250px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
  width: 100%;
}

.parallax-container .section { width: 100%; }


@media only screen and (min-width: 601px) {
    nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i {
        height:68px;
        line-height: 68px
    }

    .navbar-fixed {
        height: 68px
    }
}

@media only screen and (max-width: 992px) {
  #index-banner .section { top: 0; }
}

@media only screen and (max-width: 600px) {
  #index-banner .section { top: 0; }
  #logo { height: 48px; }
}


.icon-block { padding: 0 15px; }
.icon-block { font-size: inherit; }

.icon-block i, .icon-block img { opacity: 0.56; }

footer.page-footer {
  margin: 0;
  background: #ccccca;
  border-top: 1px solid #eeeeee;  
}

.footer-copyright { background-color: #666 !important; }
