h3 {
	font: bold ;
	color: #696969;
	}

	  

body {
  
  width: 93%;
  max-width: 1024px;
  margin-left: auto ;
  margin-right: auto ;
  background-color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5vw;
  letter-spacing: 0.02em;
  word-spacing: 1px;
  color: black;
  line-height : 40px;
  padding: 0.5em;
  }

.logo {width: 40%;
		margin: 1px;
		padding-right: 1px;
		}	 

.strap {width: 50%;
		margin: 1px;
		padding-right: 1px;
		}	 
				
.banner {width: 100% ;
                
		
		}
			 		 


#menu {visibility: hidden;	
	width: 100% ;
		background-color:#808080;
                margin-top: 8px;
		margin-bottom: 1px;
		font-family: 'Poiret One', cursive;
		font-size: 20px;
		padding-bottom:12px;
		padding-top:12px;
  		}	
		
#menuItem {color: white;
                        text-align: center;
			vertical-align: middle;
			margin-right: 0.5%;
			padding: 16px;
			margin-left: 0px;
			letter-spacing: .3em;
			}
		

			
#menuItem:hover {color:black;
		}
				
#menuItem:a {color: white;
		text-decoration: none;
		}
						
a {text-decoration: none;}

.title {width: 98% ;
		margin-top: 10px;	
		margin-left: 10px;
		color: #5C0000;
  		letter-spacing: 0.04em;
  		word-spacing: 3px;
		}
		
.subtitle {
  		color: black;
  		letter-spacing: 0.04em;
  		word-spacing: 3px;
		text-align:center;
		margin-top: 8px;
		}		
		
.general {height: 550px;
		margin-top: 8px;
		border-radius: 5px;
		position: relative;
		margin-right: 12px;
		text-align:justify;
		
		}

.index1 {	margin-top: 0px;
		width: 100%;
		
		}
		
.index2 {       width:100%;
		margin-top: 20px;
		border-radius: 5px;
		position: relative;
		margin-right: 10px;
		}
		
.index3 {	width:100%;
		margin-top: 22px;
		position: relative;
		margin-right: 12px;
		
		}		
		

.boldText {
			color:black;
			font-size:2vw;
					}
						
.boldText2 {
			color:#5C0000;	
			font-size:2vw;
			font-weight: bold;
					}

.photoIndex {
		width: 100%;
              	margin-top: 0px;
		border: 0;
		box-shadow: 0px 10px 6px -6px #818181;
-webkit-box-shadow: 0px 10px 6px -6px #818181;
-moz-box-shadow: 0px 10px 6px -6px #818181;
		}

.contrast { background-image: url(images/SoundWave2.jpg);		
		width: 100% ;
		background-color:#808080;
		margin-top: 2px;
		margin-bottom: 1px;
		
		color: white;
		padding-bottom:6px;
		padding-top:2px;
  		}	
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 48%;
    padding: 10px;
    
 }

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create two unequal columns that floats next to each other */
.eventscolumn {
    float: left;
    padding: 10px;
  }
.eventscolumn.left {width:30%;}
.right {width: 66%;}

/* Clear floats after the columns */
.eventsrow:after {
    content: "";
    display: table;
    clear: both;
}

.first-column {
    width: 40%;
    padding: 10px 10px 1px 0;
    float: left;
}

.second-column {
    width: 58%;
    padding: 0 10px 0 0;
    float: right;
}

@media only screen and (max-width: 1000px) {
	body {
		font-size: 2vw;
	}
	
	.boldText {
		font-size: 2.25vw;
	}
		
   .first-column {
        width: 100%;
        padding-bottom: 0px;
        float: none;
	
    }

    .second-column {
        width: 100%;
        padding-bottom: 10px;
        float: none;
	
    }
    
}

.repfirst-column {
    width: 49%;
    padding: 0px 10px 0 0;
    float: left;
    
}

.repsecond-column {
    width: 49%;
    padding: 0 10px 0 0;
    float: right;
}

@media only screen and (max-width: 1000px) {

   .repfirst-column {
        width: 100%;
        padding-bottom: 0px;
        float: none;
	
    }

    .repsecond-column {
        width: 100%;
	padding-bottom: 4px;
        float: none;
	
    }
    
}

.indexfirst-column {
    width: 47%;
    padding: 0px 10px 0 0;
    float: left;
    
}

.indexsecond-column {
    width: 47%;
    padding: 0 0px 0 0;
    float: right;
}

@media only screen and (max-width: 1000px) {

   .indexfirst-column {
        width: 100%;
        padding-bottom: 0px;
        float: none;
	
    }

    .indexsecond-column {
        width: 100%;
	padding-bottom: 4px;
        float: none;
	
    }
    
}				
p {padding-left: 10px;
	}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	.burger  {
		visibility: visible;
		margin-top: 10px;
		}
	.joy {
		margin-top: 103px;
		}
	#menuItem  {
		display: none;
		}
	.logo {
		width: 80%;
		}	 	
	.strap {
		width: 90%;
		}	
}	
@media screen and (min-width: 1001px) {
	.burger  {
		display: none;
		}
	
	#menu {
		visibility: visible;
		}	
	}	
	
	
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 16px;
    text-decoration: none;
    font-size: 90px;
    color: #818181;
    display: block ;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 100px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 30px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/* Responsive layout - when the screen is less than 1000px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
    .column {
        width: 100%;
	}	
    .eventscolumn {
	 width: 100%;
    }
	/*
    .finalfooter {
	font-size: 40px;
    }
	*/
    .contrast {
	margin-bottom: 4px;
    }
    
    
}

		
 .finalfooter {
	background-color:#666666;
	width: 98%;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*
	font-size: 22px;
	*/
	color: white;
	letter-spacing: 0.04em;
	word-spacing: 4px;
	text-align: center;
 	
	letter-spacing: 0.02em;
	word-spacing: 2px;
	
	line-height : 30px;
	padding: 10px;
	
  
  	}

.finalfooter a {
	text-decoration: none;
	color: white;
	}