/* 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;
}

.hamburger {
  color: black;
  text-decoration: none;
}

p {
  line-height: 2rem;
}

.button-collapse {
  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: 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;
}

footer.page-footer {
  margin: 0;
}

 /* label color */
   .input-field label {
     color: #000;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #ffa000 ;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #ffa000 ;
     box-shadow: 0 1px 0 0 #ff8f00;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000;
   }

i.icon-grey {
    color: #333333;
}

.parallax-container {
      height: 50em;
    }


#shop-text {
	font-weight: bold;
}

#logo_large {
	position: relative;
	top: 10%;
	left:2%;
}

#logo_small {
	position: relative;
	top: 10%;
	left: 2%;
	height: 80%;
	width: auto;
}

#navText {
	font-size: 90%;

}

.parallax-container {
      	height: 400px;
}
     
#headerPara1 {
	letter-spacing: 1px;
	position: relative;
	top: 64%;
	font-size: 140%
}

#headerPara2 {
	letter-spacing: 1px;
	position: relative;
	top: 62%;
}

#blurb1 {
	text-align: center;
	position: absolute;
	left: 7%;
	top: 17%;	
	letter-spacing: 1px;
}

#blurb2 {
	text-align: center;
	position: absolute;
	left: 76%;
	top: 17%;	
	letter-spacing: 1px;
}

#blurb3 {
	text-align: center;	
	position: absolute;
	left: 7%;
	top: 45%;
	letter-spacing: 1px;
}

#blurb4 {
	text-align: center;	
	position: absolute;
	left: 74%;
	top: 45%;
	letter-spacing: 1px;
}


#btn1 {
	position: absolute;
	top: 85%;
}

.frontContent {
	text-align: justify;
}

#transBox {
	height: 35%;
	width: 100%;
	position: absolute;
	top: 62%;
	left: 0%;
	
}

#topBannerext {
	position: absolute;
	top: 0%;
	left: 3%;
}

#footerLink {
	color: #424242;
}

.bold {
	font-weight: bold;
}

.smlImg {
	height: 100%;
	width: 100%;
	
}

.xsmlImg {
	height: 50%;
	width: 50%;
	
}

.xxsmlImg {
	position: relative;
	left: 15%;
	height: 30%;
	width: 30%;
	
}

.dropdownPad {
	padding-top: 5%;
    	padding-right: 5%;
    	padding-left: 5%;
	padding-bottom: 5%;
}

html, body {
	height: 100%;
	margin: 0;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -50px;
}

#navlinks {
	margin-top: 0.5em;
}

#menu_icon {
	font-size: 350%;
	margin-top: 0.07em;
	margin-right: 0.2em;
}

.video_module {
	margin-top: 5%;
}

.video_module_long {
	margin-top: 3%;
}

.video_title {
	margin-top: 2%;
}

.about_p {
	padding-left: 35%;
}

#prof_pic {
	max-width: 145%;
  height: auto;
}

.navButton {
	display:block;
  width:100%;
  height:100%;
  background-color: white;
  border: none;
  padding: 0px 0px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.dropdown-content {
  background-color: #fff;
  outline: none;
  margin: 0;
  display: none;
  min-width: 130px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 20;
  left: 0;
  right: 0;

  z-index: 1000;
  will-change: width, height; }

  #larger_p {
  	font-size: 125%;
  }