
body {
  max-width: 1920px;
  font-family: 'Oxygen', sans-serif;
  background: #fbfbfb;
}

/* Navbar
========= */

nav {
  background: #fbfbfb;
}

#nav img {
  padding-top: 5px;
}

nav ul a {
  color: #c81b18;
  font-size: 1.5em;
}

.side-nav li>a {
  color: #c81b18;
  font-size: 17px;
}

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


nav .material-icons {
  color: #c81b18;
}

#scroll-nav.side-nav {
  max-height: 95px;
}

#nav img {
  max-height: -webkit-fill-available;
}

/* Hero 
======= */
#hero .header {
  color: #c81b18;
}

#hero .top {
  margin-top: 20px;
  max-height: 150px
}

#hero .banner {
  background: #c81b18;
}

#hero .locations {
    color: #FFF;
}

#hero i {
  color: #c81b18;
  font-size: 70px;
}

#hero .parallax-container {
  max-height: 300px;
}


@media screen and (max-width: 1150px) {
  #hero h5 {
    font-size: 11px;
    margin: 0;
    font-weight: bold;
  }
  
  #hero h2 {
    margin: 0;
    font-size: 20px;
  }
  
  #hero i {
    font-size: 30px;
  }
  
  #hero .header {
    font-size: 1em;
    margin-top: 10px;
  }
  
  #hero .parallax-container {
  max-height: 125px;
  }
  
  #hero .col.s3 {
    padding: 0;
  }
  
  #nav .alt {
   font-size: 20px; 
  }
}


/* About
======== */

#about .locations {
  color: #FFF;
  font-size: 2.5em;
  letter-spacing: 2px;
}

#about .info {
  font-size: 3em;
  color: #040624;
}

#about li {
  font-size: 1.5em;
  color: #040624;
}

#about p {
  font-size: 1.5em;
  color: #040624;
}

@media screen and (max-width: 1150px) {
  #about .locations {
  color: #FFF;
  font-size: 1em;
  letter-spacing: 2px;
  padding: 10px 0;
  }
  
  #about .info {
  font-size: 2.3em;
  }
  
  #about li {
  font-size: 1.3em;
  }
  
  #about .info {
  font-size: 1.5em;
  }

  #about li {
  font-size: 1em;
  }

  #about p {
  font-size: 1.1em;
  }
}

/* Gallery
========== */

#gallery h3 {
  color: #c81b18;
}

#gallery img {
  padding: 5px;
  margin-bottom: 5px;
  max-height: 400px;
}

#gallery .damage img {
  max-height: 400px;
}

#gallery span {
  color: #c81b18;
  text-transform: uppercase;
}

#gallery .top {
  margin-top: 10px;
  max-height: 150px
}

#gallery p {
  font-size: 20px
}

#tabs-swipe {
  background: #c81b18;
}

#tabs-swipe a {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

#tabs-swipe li.indicator {
    background: #040624;
}

@media screen and (max-width: 1150px) {
  #tabs-swipe a {
    font-size: 10px;
  }

  #gallery .top {
  margin-top: 10px;
  max-height: 150px;
  }

  #gallery .content {
  font-size: 15px;
  }

  
}

/* Footer
========= */

#footer .page-footer {
  background: #fbfbfb;;
  color: #c81b18;
}

#footer .col l6 s12 {
  color: #c81b18;
}

#footer a {
  color: #c81b18;
}

#footer ul {
  display: inline-flex;
}

#footer svg {
  font-size: 50px;
padding: 5px;
}

#footer .row {
  margin: 0;
}

#footer .page-footer {
  padding: 0;
}

#footer .footer-logo {
  max-height: 50px;
}

#footer .offset {
  padding-top: 10px;
}

@media screen and (max-width: 1150px) {
  #footer i {
  font-size: 25px;
  }
  
  #footer h5 {
    font-size: 1em
  }

  #footer .footer-logo {
    max-height: 50px;
    
  }

}




