/*** Type ***/
h1 {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 4px 20px #000000;
}

h4 {
  color: rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: 4rem;
}

img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

.btn,
.btn-large {
  background-color: #33bb37;
}

.btn:hover,
.btn-large:hover {
  background-color: #33bb37;
  opacity: 0.8;
}

div#index-banner h5 {
  text-shadow: 0 2px 3px #222;
}

a:hover{text-decoration: underline;}

footer p{
    color: #fff;
}

nav a {
    color: #000;
}

#services p {
    text-align: center;
}

/*** Sections ***/
.full-height-container {
  height: auto;
  min-height: 100vh;
  padding: 3rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) and (orientation: landscape) {
  .full-height-container {
    min-height: 768px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) and (orientation: portrait) {
  .full-height-container {
    min-height: 1000px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 737px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .full-height-container {
    min-height: 414px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 737px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .full-height-container {
    min-height: 690px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 668px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .full-height-container {
    min-height: 320px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 668px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .full-height-container {
    min-height: 620px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 641px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .full-height-container {
    min-height: 360px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 641px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .full-height-container {
    min-height: 600px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 569px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .full-height-container {
    min-height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 569px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .full-height-container {
    min-height: 420px;
  }
}

/*** Menu ***/
.nav {
  position: fixed;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background: #fff;
}

nav ul a {
  color: #444;
}
.nav .button-collapse {
  float: right;
}
.nav-background {
  background: rgba(255, 255, 255, 0.72) !important;
}
@media screen and (max-width: 601px) {
  .nav img {
    height: 56px;
  }
}

.side-nav {
  padding: 10rem 0 0;
  background: url("../../images/menu-back-2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 280px;
}
.side-nav a {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.menu-close {
  position: absolute;
  right: 2rem;
  bottom: 20%;
}
.menu-close i {
  color: #333333;
  cursor: pointer;
}
.menu-close i:hover {
  opacity: 0.8;
}

/*** Icons ***/
.icon-block i {
  color: #b9140d;
}

.arrow-to-top {
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  cursor: pointer;
}
.arrow-to-top a {
  color: #23bd10;
}
.arrow-to-top:hover {
  opacity: 0.8;
}

/*** Footer ***/
footer {
  background-color: #b90e0e;
}

.padding-5-0 {
  padding: 5rem 0;
}

/*** CSS from Materialize style.css ***/

p {
  line-height: 2rem;
}

.parallax-container {
  line-height: 0;
  color: rgba(255, 255, 255, 0.9);
}

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

.text-shadow {
  text-shadow: 0 1px 4px #444;
}

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

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/*# sourceMappingURL=main.css.map */

#logo-container img {
  max-width: 280px;
}


@media screen and (max-width: 767px){
    h1{
        font-size: 3rem;
    }
}