body, html{
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-family: "lato", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  color: black;
}

img{
  max-width: 100%;
}

.content{
  height: 146px;
  width: 100%;
  background-color: #424242;
  opacity:0.8;
  position:fixed;
  z-index:99;
}

#toggle {
  display: none;
}

#nav{
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  margin-right: 8%;
  float: left;
  margin-left: 2%;
  margin-top: -10px;
}

#nav a{

}

#nav a:hover{
  color: green;
}



.dropbtn {
    //background-color: #4CAF50;
    color: white;
    padding: 4px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
  //background-color: #f9f9f9;
	background-color: none;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
    color: gray;
    padding: 1px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	//background-color: #f1f1f1;
	color: green;
	}


.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;

}

.sect{
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
}


.subSection{
	height: 50%;
	background-color: #FFF;
	margin-left: 50px;
	margin-right: 50px;
}

.home_subSection{
	height: 630px;
	background-color: #FFF;
}

.events_subSection {
  height: 1875px;
}

.sect.homeSection p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #000;
	padding-bottom: 400px;
	font-weight: bold;
	position: relative;
	padding-top: 150px;
	padding-left: 20px;
	text-shadow: 5px 5px 0px #FFF;
}

#trainingp{
  margin-top: 110px;
}


.pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6, .pimg7, .pimg8, .pimg9, .pimg10{
  position:relative;
  /*opacity:0.70;*/
  /*background-position:  left;*/
  /*background-size:cover;*/
  /*background-repeat:no-repeat;*/
  /*background-attachment:fixed;*/
}

.pimg1{
  background: url('../img/sec1_lotusflwr.jpg');
  background-repeat:   no-repeat;
  background-position: center center;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% auto;
}

.pimg2{
  background: url('../img/action-carefree-cropland-1146242.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pimg3{
  background-image:
  url('../img/flower-flowers-garden-343773.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
}

.pimg4{
  background-image:
  url('../img/adorable-animal-beautiful-573258.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
}

.pimg5{
  background-image:
  url('../img/flowers-trees.jpeg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
}

.pimg6{
  background-image:
  url('../img/astronomy-beach-coast-912587.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
}

.pimg7{
  background-image:
  url('../img/botanic-botanical-bright-827058.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
}

.pimg8{
  background-image:
  url('../img/dew-drop-droplet-544980.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
}

.pimg9{
  background-image:
  url('../img/closing_lotusflwr.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
}

.pimg10{
  background-image:
  url('../img/P1100865.JPG');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  min-height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
}

.section{
  /*text-align:center;*/
  padding: 50px 80px;
}

.section-light{
  background-color:#f4f4f4;
  color:#666;
}

.section-dark{
  background-color:#282e34;
  color:#ddd;
}
.ptext{
  position:absolute;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
  text-shadow: 2px 2px yellow;
  font-size:29px;
  letter-spacing:8px;
  text-transform:uppercase;
}

.ptext .border{
  background-color:white;
  color:green;
  font-weight: 900;
  padding:20px;
  opacity: 0.5;
}

.ptext .border.trans{
  background-color:transparent;
  color: white;
}

.htsession{
  background-color: transparent;
  color: black;
  font-weight: bold;
}

#home{
  padding-left: 0px;
  padding-right: 25px;
  color: white;
  text-decoration:none;
  font-weight: 700;
  letter-spacing: 6px;
}

#benefits, #safety, #sessions, #raindrop, #aboutus, #options, #training, #contactus, #freeclasses,{
  padding-right: 20px;
  color: white;
  text-decoration:none;
  font-weight: 700;
  letter-spacing: 6px;
}

#home_first {
	float: left;
	padding: 20px;
}

#narrow{
  width: 40%;
  margin:auto;
}

.center{
  margin: auto;
  width: 40%;
  padding: 10px;
}

div.a{
  text-indent: 50px;
}

.thick{
  font-weight: bold;
}

label {
  margin: 0 40px 0 0;
  font-size: 26px;
  line-height: 70px;
  display: none;
  width: 26px;
  float: right;
}

.menu a{
  clear: left;
  color: gray;
  margin: 0 10px;
  line-height: 30px;
}
.menu{
  margin-top: -10px;
}





@media only screen and (max-width: 480px){
  body{
    width; 100%;
  }
  .content{
    background-color: green;
  }

  #toggle {
    display:  none;
  }

  .menu{
    float: left;
    margin-top: -25%;
    margin-left: 175px;
  }

  #nav a{
    font-weight: bold;
  }

  #nav a:hover{
    color: green;
  }

  .dropbtn {
      /*background-color: #4CAF50;*/
      color: white;
      padding: 4px;
      font-size: 12px;
      border: none;
      cursor: pointer;
  }
  .dropdown {
  	position: relative;
  	display: inline-block;
  }

  .dropdown-content {
  	display: none;
  	position: absolute;
    background-color: #f9f9f9;
  	/*background-color: none;*/
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
  }

  .dropdown-content a {
      color: white;
      padding: 1px 16px;
      text-decoration: none;
      display: block;
  }

  .dropdown-content a:hover {
  	/*background-color: #f1f1f1;*/
  	color: green;
  	}


  .dropdown:hover .dropdown-content {
      display: block;
  }

  .dropdown:hover .dropbtn {
      background-color: #3e8e41;

  }

  .sect{
  	height: 100%;
  	background-size: cover;
  	background-repeat: no-repeat;
    /*background-attachment:fixed;*/
    background-attachment: initial;
  }


  .subSection{
  	height: 50%;
  	background-color: #FFF;
  	margin-left: 50px;
  	margin-right: 50px;
  }

  .home_subSection{
  	height: 630px;
  	background-color: #FFF;
  }

  .events_subSection {
    height: 1875px;
  }

  .sect.homeSection p {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 40px;
  	color: #000;
  	padding-bottom: 400px;
  	font-weight: bold;
  	position: relative;
  	padding-top: 150px;
  	padding-left: 20px;
  	text-shadow: 5px 5px 0px #FFF;
  }

  #trainingp{
    margin-top: 110px;
  }

  .rwd-line{
    display: block;
  }

  .pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6, .pimg7, .pimg8, .pimg9, .pimg10{
    position:relative;
  }

  .pimg1{
    background: url('../img/one_quarter_size-sec1_lotusflwr.jpg');
    repeat: no-repeat !important;
    background-position:  center center;
    background-attachment:  fixed !important;
  }

  .pimg2{
    background-image: url('../img/action-carefree-cropland-1500.jpg'); background-repeat:no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size:  cover;
  }

  .pimg3{
    background-image: url('../img/flower-flowers-garden-343773.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
    overflow: hidden;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size:  cover;
  }


  .pimg4{
    background-image:
    url('../img/adorable-animal-beautiful-573258.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    min-height: 100%;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: cover;
  }

  .pimg5{
    background-image:url('../img/flowers-trees.jpeg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    min-height: 100%;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: cover;
  }

  .pimg6{
    background-image:
    url('../img/astronomy-beach-coast-912587.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    min-height: 100%;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: cover;
  }

  .pimg7{
    background-image:
    url('../img/botanic-botanical-bright-827058.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    min-height: 100%;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: cover;
  }

  .pimg8{
    background-image:
    url('../img/dew-drop-droplet-544980.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    min-height: 100%;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: cover;
  }

  .pimg9{
    background-image:
    url('../img/closing_lotusflwr.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    min-height: 100%;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: cover;
  }

  .pimg10{
    background-image:
    url('../img/P1100865.JPG');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    min-height: 100%;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: cover;
  }
}
