/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.background {
  position: fixed;
  z-index: -100;
  min-height: 100vh;
  min-width: 100vw;
  top: 0;
}

nav {
  position: fixed;
  z-index: 10;
  background-color: rgba(0,0,0,0.9);
  color: white;
  overflow: hidden;
  padding: 15px 20px;
  transition: 0.4s;
  top: 0;
  height: 100px;
}

nav :hover {
  color: orange;
}

#navbar #logo {
  transition: 0.4s;
}

#logo {
  height: 70px;
}

.brand-logo img {
  width: 300px;
}

.social_icons img {
	height: 45px;
}

h1 {
  font-size: 80px;
  text-shadow: 2px 2px black;
}

@media only screen and (max-width : 767px) {
  h1 {
    font-size: 40px;
  }
}

h5 {
  line-height: 2;
}

@media only screen and (max-width : 992px) {
  h5 {
    font-size: 1rem;
  }
}

p {
  line-height: 2rem;
}

.no-margin {
  margin: 0;
}

hr {
  border-color: orange;
}

.content {
  position: relative;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 60vw;
  position: absolute;
  top: 0;
}

@media only screen and (max-width : 767px) {
  .overlay {
    width: 100%;
  }

}

.slider .slides li .caption {
  top: 0;
  width: 60%;
  height: 100%;
  padding: 20% 10%;
  left: auto;
}

.right {
  right: 0;
}

@media only screen and (max-width : 767px) {
  .slider {
    height: 400px !important;
  }
  .slider .slides {
    height: 400px !important;
  }
  .slider .slides li .caption {
    width: 100%;
    padding: 40% 10%;
  }
}

.h500 {
  margin: 0 auto;
  height: 500px;
  width: 85%;
}

@media only screen and (max-width : 767px) {
  #nav-mobile {
    top: 100px;
    background-color: rgba(255, 255, 255, 0.9);
  }

  nav .sidenav-trigger {
    float: right;
    color: #ffa500;
  }
}

.sidenav-overlay {
  z-index: 9;
}

#about_us, #contact {
  padding: 5%;
  background-color: rgba(255,255,255,.8);
}

#contact img {
  max-width: 100%;
  max-height: 300px;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  color: rgba(255,255,255,.9);
}

@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 : 767px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

.page-footer {
  padding: 20px;
}
