/* 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: url(/assets/images/background.jpg) no-repeat center center fixed;
	}

nav ul a,
nav .brand-logo {
  color: #fff;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}


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

.glide_img {
  display: block;
  width: 750px;
  object-fit: cover;
} 

@media only screen and (max-width : 992px) {
  #index-banner .section {
    top: 10%;
  }
	.parallax-container {
  	min-height: 300px;
  	line-height: 0;
  	height: 300px;
  	color: rgba(255,255,255,.9);
	}
	.parallax-container .section {
    position: absolute;
    top: 40%;
  }
	 .glide__arrows {
    display: none;
  }
}

@media only screen and (max-width : 600px) {
	body {
		background: url(/assets/images/background.jpg) no-repeat top center;
	}
  #index-banner .section {
    top: 0;
  }
	.parallax-container {
  min-height: 200px;
  line-height: 0;
  height: 200px;
  color: rgba(255,255,255,.9);
	}
  .parallax-container .section {
    width: 100%;
		top: 40%;
  }
	.glide_img {
		display: block;
		width: 450px;
		object-fit: cover;
	} 
  .glide__arrows {
    display: none;
  }
}

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

.row {
    margin-bottom: 0px; 
}


.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 998; 
  }
  .navbar-fixed nav {
    position: fixed; }

footer.page-footer {
	overflow: auto;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #63b02f; }
  footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background-color: #63b02f; }