/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 

nav ul a,
nav .brand-logo {
  color: #444;
  background-image:images/logo1.png;
  background-repeat:no-repeat;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 0;
  }
  #index-banner .section {
    top: 5%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/* ----------------------- customize -------------------- */

.materialboxed{
margin: 10px 0;
}

.bdr{
text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.border {
    background: none repeat scroll 0 0 #999999;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 100px;
    margin-bottom: 40px;
}

.bg_white_05{
background-color: rgba(225, 225, 225, 0.5);
}

.bg_black_05{
background-color: rgba(0, 0, 0, 0.5);
}

.bg_black_08{
background-color: rgba(0, 0, 0, 0.8);
}

.pad5{
padding:5px;
}

.pad8{
padding:8px;
}

section{
padding-bottom:70px;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  
h1{
font-size:3.5rem !important;
font-weight:bold;
margin-top:25%;
}

 h4{
  font-size:1.28rem;
  }
 
 h2 {
    font-size: 2rem;
	}
h5 {
    margin-bottom:20px;
	}

 .bg_white_05{
  margin-bottom:20px;
  }
  
  .bg_black_08{
  min-height:450px;
  }
  
   section {
    padding-bottom: 10px;
}

.parallax-container {
    min-height: 450px;
	}
	
.border{
margin-bottom: 20px;
}
  
  }

@media only screen and (min-width: 601px) and (max-width: 767px) {
  
  .bg_white_05{
  min-height:520px;
  }
  
  section {
    padding-bottom: 30px;
}

h1{
font-size:3.2rem !important;
margin-top:20%;
}

h2 {
    font-size: 2.5rem;
	margin-top:10px;
	}
	
h5 {
	font-size:1.5rem;
	}
	
.border{
margin-bottom: 20px;
}


.bg_black_08{

}
  
  }
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .bg_white_05{
  min-height:410px;
  }
  
   section {
    padding-bottom: 30px;
}

#contact{
min-height:500px;
}


#contact .parallax-container{
min-height:480px !important;
}

}

@media only screen and (min-width: 992px){
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    line-height: 75px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1032px) {
  
  .bg_white_05{
  min-height: 362px;
  }
}
