/* 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;
}

ul, ol li {
  line-height: 2rem;
  color: #3e2723;
}


p {
  line-height: 2rem;
  color: #3e2723;
}

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

.parallax-container {
  min-height: 530px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
  
  
h3 .subheader{
		font-size: 1.2rem;
}
  

@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 : 600px) {
  #index-banner .section {
    top: 0;
  }
}


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

.ico {
vertical-align: text-bottom;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.bold {
	font-weight: 500;
	}
	
div#rent {
	margin-top: 2em	;
	}
	
/* Responsive images */

.responsive {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.responsive {
  transition: box-shadow 200ms ease-out; }
  a.responsive:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.responsive img {
    box-shadow: none; }
    
/* Responsive youtube iframe    */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

/* old video styles
.vid {
min-height: 530px;
margin: 
}

@media only screen and (max-width : 992px) {
  .vid {
    position: absolute;
    top: 40%;
  }
  .vid {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  .vid {
    top: 0;
  }
}

*/

/* Make google calendar iframe responsive via Thomas van Houtte https://thomas.vanhoutte.be/miniblog/make-google-calendar-iframe-responsive/ */

.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}



footer.page-footer {
  margin: 0;
}

a#contact_mail {
	color: white;
	}

	
	/* custom header color for 2019-2020 Smoke Screen Exhibit #659691 #739894 #607976  */
.smoke-text {
	color: #557A77 !important;
	}
	
.gym-text {
	color: #4CA0A7 !important;
	}