html{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

body{
   	margin: 0;
	padding: 0;
}

main{
	
	padding: 0px 0px;
	width: 100%
}

section{
	height: auto;
	width: 100%;
	margin: 40px 0px;
	padding: 0px;
	
}

p{
	color: black;
	font-size: 1.07rem;
	font-weight: 100;
	
	
}

h1{
	color: white;
	
}

h2{
	width: 100%;
	text-align: center;
	margin: 0px 0px 40px;
	color: white;
	font-size: 1.2rem;
	font-weight: 5;

}
h2 span{
	background-color: black;
	padding: 5px 25px;
	letter-spacing: 3px;
}

h3{
	height: 35px;
    font-size: 1.4rem;
	font-weight: 100;
    margin: 0px 0px 16px;
    padding: 0px 0px 16px;
    border-bottom: thin solid hsla(0,3%,53%,0.32);
}
a{
    color: #1B1B1B;
    text-decoration: none;
    font-size: 1rem;
}
 


header{
    height: 140px;
    /*min-height: 104px;*/
    width: 100%;
	padding: 0px 0px;
	
    background-color: rgba(255,255,255,1.00);
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content:space-between;
    z-index: 10;
	
}


.logo{
	height: inherit;
	margin: 0px 40px;
}
.logo img{
    height: 90px;
    width: auto;
	position: relative;
	top: 12%;
}

nav{
	height: inherit;
	text-align: center;
    letter-spacing: 2.5px;
	margin: 0px 40px;
	transition: 0.4s;
	
}
nav ul{
	height: auto;
	
	position: relative;
	top: 25%;
	
}

.navbar li{
	display:inline; 
	list-style-type: none;
}

nav a{
	padding-bottom: 4px;
	margin-left: 2rem;
	
}

	
a:link{
	text-decoration: none;
}
nav a:hover{
    border-bottom: 2px solid #DA2725;
    color: red;

}
.currentPage {
	border-bottom: 2px solid #DA2725;
    
}

/* --------------Hamburger------------- */

.hamburgerContainer{
	display: none;
	margin: 0px 40px;
	text-align: right;
	
}

.hamburger{
	
	border: 0;
	cursor:pointer;
	display: none;
	margin:35px 0px 0;
	width: 100%;
	z-index: 10;
	
}

.bar1, .bar2, .bar3{
	background-color: black;
	height: 5px;
	width: 35px;
	margin-top: 6px;
	transition: 0.4s;
	
}

/* Rotate first bar */
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	transform: rotate(-45deg) translate(-9px, 6px) ;
	position: relative;
	left: 64%;
	
}

/* Fade out the second bar */
.change .bar2 {
	opacity: 0;
	position: relative;
	left: 64%;
}

/* Rotate last bar */
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	transform: rotate(45deg) translate(-8px, -8px) ;
	position: relative;
	left: 64%;
} 


#hamNav{
	
	display: none;
	flex-flow: column;
	padding:0;
	
	
}

#hamNav li{
	margin: 5px 0px;
}

#hamNav a:hover{
    border-bottom: 2px solid #DA2725;
    color: red;
}



/* ----------------------------------------------------------*/

#tiles{
	padding: 0px 0px;
	height: 600px;
	width: 70%;
	margin: 0% 15%;
	display: inline-flex;
	flex-wrap: wrap;
	
}
.brick{
    height: 50%;
    width: 50%;
	/*
    background-color: hsla(0,0%,0%,0.27);
	background-blend-mode: darken;
	*/
	font-size: 1.38rem;
	letter-spacing: .5px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

.darken{
	
	height: 100%;
	with: 100%;
	background-color: rgba(0,0,0,0.27);
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	z-index: 10;
}

.blockCenter{
	width: 100%;
	margin: auto;
	text-align: center;
	align-content: center;
	position: absolute;
	top: 24%;
}

.btn{
    color: white;
    background-color: #DA2725;
    font-family: inherit;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: thick solid #961D1F;
    padding: 10px 25px;
	letter-spacing:  1.5px;
}

.btn:hover{
    /*text-decoration: underline;*/
    color: white;
    border-bottom: thick solid #961D1F;
    background-color: #D83C3D;
}


#bandRoomBrick{
	background-image: url("Resources/brick_BandRoom.png");
    background-size: 127%;
    background-repeat: no-repeat;
    background-position: 30% 95%;
	
    
}
#musicLessonBrick{
    background-image: url("Resources/brick_Lesson.png");
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: 60% 93%;
}
#allPurposeRoomBrick{
    background-image: url("Resources/brick_allPurposeRoom.png");
	background-size: 135%;
	background-repeat: no-repeat;
	background-position: 50% 48%;	
}
#studioRoomBrick{
	background-image:url("Resources/brick_studioBooth.jpg");
	background-size: 120%;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.promoBanners{
	height : 180px;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 2px;
	background-color: darkgray;
	
}
.promoBanners .blockCenter{
	position: relative;
	top: 35%;
}

#banner1{
	background-image: url("Resources/PromoBanner.jpg");
	background-size: 135%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#banner2{
	background-image:url("Resources/PromoBanner2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 60%;
	
}
#banner2 .blockCenter {
	top: 28%;
}


.highlightContainer{
	padding: 0px 0px;
	height: auto;
	width: 70%;
	margin: 0% 15%;
	display: inline-flex;
	flex-wrap: wrap;
	text-align: center;
}

.highlight{
	width: 315px;
	max-width: 460px;
	height: auto; 
	padding: 0% 1%;
	margin: 0% auto;
	display: flex;
	flex-flow: column;
	flex-grow: .5;
}

.highlight img{
	width: 100%;
	height: auto;
	height: 12rem;
}


/*----------------------Contact Page-----------------*/

#contact{
	display:inline-flex;
	width: 80%;
	height: 650px;
	margin: 0% 10%;
}

.leftContainer{
	width: 50%;
	text-align: left;
	padding-top: 30px;
	
}

.rightContainer{
    width: 50%; 
}

.leftCenter {
	height: inherit;
	width: 80%;
	position: relative;
	
	
}

.leftCenter h2 { 
	text-align: inherit;
	margin: 0px 0px 40px;
}
.leftCenter p{
	margin: 0px 0px 24px;
}

.about {
	
}

.businessInfo {
	margin: 0px 0px 40px;
}

#phone {
	color: #DA2725;
	text-decoration: underline;
	
}

.hour h3 {
	margin: 0px 0px 24px;
	
}

#contactL{
	margin-right: 5px;
}

#contactR{
	margin-left: 5px;
}

iframe {
	width: 100%;
	height: 100%;
}

/*---------------------------------------*/

footer{
	min-height: 70px;
    width:100%;
	bottom: 0;
	
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	text-align: center;
	z-index: 10;
	
}


#social{
	padding: 0px 0px 16px;
	height: inherit;
	width: 64%;
	margin: 0% 18%;
	border-bottom: thin solid hsla(0,3%,53%,0.32);
	
}
#social img{
	height: 40px;
	width: auto;
	padding: 0px 5px;
}
#copyR{
	height: inherit;
	width: 64%;
	margin: 0% 18%;
}



/*--------------Slide show---------------*/
#sliderContainer{
	height: 600px;
	display: inline-flex;
	wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}

.slider{
	display:flex;
	height: inherit;
	margin: 0px 5px;
	
}
.previewLeft{
	display: flex;
	height: inherit;
	width: 30%;
	overflow: hidden;
	flex-shrink: 3;
	flex-grow: 5;
	
}
.previewRight{
	display: flex;
	height: inherit;
	width: 30%;
	overflow: hidden;
	flex-shrink: 3;
	flex-grow: 5;
	
}

.mySlides{
	display: none;
	width: 100%;
	height: auto;
}
.preL{
	display: none;
	opacity: .50;
}
.preR{
	display: none;
	opacity: .50;
}

.first{
	display: block;
}

.previewLeft img{
	height: inherit;
	margin: auto;
	
}
.previewRight img{
	height: inherit;
	margin: auto;
}

.slider img{
	height: inherit;
}

.row{
	display: inline-flex;
	align-content: center;
	justify-content: center;
	flex-wrap:wrap;
	height: auto;
	width: 100%;
}

.col{
	height: 80px;
	margin-top: 8px;
}

.demoSliders{
	
	cursor:pointer;
	margin: 15px 4px;
	height: inherit;
	opacity: .50;
	
}

.demoSliders:hover{
	opacity: 1;
}

.opacityOff{
	opacity: 1;
	border:thin solid #DA2725;
}


.moveRight{
	position:relative;
	animation:animateright 0.5s
}

@keyframes animateright{
	from{right:-300px;}
	to{right:0;}
}

.fade{
	animation:fading 1.0s;
}

@keyframes fading{
	0%{opacity:0}
	50%{opacity:.25}
	100%{opacity:.50}
}

/*--------------Slide show---------------*/



@media only screen and (max-width : 1900px ){
	
	#tiles{
		height: 600px;
		width: 80%;
		margin: 0% 10%;
	}
	
	.highlightContainer{
		width: 80%;
		margin: 0% 10%;
	}
	
	
}


@media only screen and (max-width : 1200px ){
	
	#bandRoomBrick{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 0% 0%;   
	}
	#musicLessonBrick{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	#allPurposeRoomBrick{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 0% 0%;	
	}
	#studioRoomBrick{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	#sliderContainer{
		height: 500px;
	}

	
}

@media only screen and (max-width : 900px ){
	
	.leftCenter{
		width: 90%;
	}
	
}

@media only screen and (min-width : 820px ){
	nav{
		display: block;
	}
	#hamNav{
		display: none;
	}
	.hamburgerContainer{
		display: none;
	}

}
@media only screen and (max-width : 820px ){/*stacks from here*/
	
	header{
		height: auto;
	}
	
	nav{
		display: none;
	}
	
	.hamburgerContainer{
		display: flex;
		flex-flow:column;
		align-content: flex-end;
		
	}

	.hamburger{
		display: flex;
		flex-flow: column;
		align-content: flex-end;
	}
	
	
	#tiles{
		flex-flow: column;
		height: auto;
	}
	.brick{
		width: 100%;
		height: 350px;
		margin: 3px 0px;
	}
	
	#musicLessonBrick, #bandRoomBrick{
		background-size: cover;
		background-position: 0% 100%;
	}
	
	#contact{
		flex-flow: column;
		text-align: center;
		margin-top: 40px;
		
	}
	
	#contact h2{
		
	}
	
	.leftContainer{
		width: 100%;
		text-align: center;
	}

	.rightContainer{
		width: 100%; 
	}
	
	#sliderContainer{
		height: 350px;
	}
	.col{
		height: 60px;
		margin-top: 8px;
	}
	
	.leftCenter {
		top: 0%;
		width: 100%;
	}
	#contactL{
		margin-right: 0px;
	}

	#contactR{
		margin-left: 0px;
	}
}

@media only screen and (max-width : 425px ){
	h1{
		font-size: 1.5rem;
	}
	#sliderContainer{
		height: 250px;
	}
	.col{
		height: 50px;
		margin-top: 8px;
	}
	
}

