html {
	margin:0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	margin:0px;
  }

  /* CSS Progress bar */
  

  #mainlogo{
	margin-left:auto;
	margin-right: auto;
	text-align:center;
	z-index:9;
	position:fixed;
	left: 50%;
	width:40%;
	top:50%;
	transform:translate(-50%,-50%);
	opacity: 1;
	box-sizing: border-box;
	border:5px solid black;
	background-color: rgba(255,255,255,.6);



  }
  img.initial {
	display:inline-block;
      margin: 0px auto;
	  /*position:absolute;*/
	  top:0;
	  left:0;
	  height:0px;
  }
  
IMG.logo{
	width:100%;
}
#counter{
	position:fixed;
	bottom:0px;
	left:0px;
	font-weight: bold;
	font-size:2em;
	display:none;
}
.breakout{
	position:relative;
}
.navlogo{
	width:20%;
	position:fixed;
	left:50%;
	top:0px;
	border:black 2px solid;
	transform:translate(-50%,-0%);
	max-width: 100px;
	display:none;


}
#menuul{
	list-style: none;
	display:grid;
	position:fixed;
	width:100%;
	grid-auto-flow:column;  
	grid-template-columns: 1fr 1fr 0fr 1fr 1fr;
	
	color:white;
	background-color: #0707e8;
	z-index:3;
	opacity: .8;
	/*display:none;*/
}

#photolayer{
	position:absolute;
	top:0;
	display:flex;
	flex-wrap: wrap;
	left:0;
	width:100%;
	height:auto;
	overflow-y:hidden;
	border:0px solid yellow;
	box-sizing: border-box;
	min-height: 100%;
	border:0px green solid;

}
 
#sessionlayer{
	position: absolute;
	overflow-y:scroll;
	width:100%;
	display:none;
	grid-template-columns: .8fr 1.5fr;
	color:black;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	border:0px blue solid;
	
}

#sessionimage:first-child,#aboutimage:first-child,#contactlayer:first-child{
	
	width:100%;
	box-sizing: border-box;
	border:0px solid black;
	margin-left: auto;
	margin-right:auto;
	
}

#sessionimage:nth-child(1) IMG,#aboutimage:first-child IMG,#contactimage:first-child IMG{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:5px;
	border:2px solid black;
	padding:3px;
}

#contactlayer INPUT{
	border:1px solid black;
	padding:5px;
	margin:5px;
	font-size: 2vw;
}

#contactlayer .form{
	border-top:0px solid black;
	box-sizing: border-box;
	padding:10px;
}

#contactlayer TEXTAREA{
	width:80%;
	height:150px;
	
	resize: none;
	margin-left:3px;
	padding:10px;
	box-sizing: border-box;
	font-size:1.2em;
}

#aboutlayer{
	position: absolute;
	overflow-y:scroll;
	width:100%;
	display:none;
	grid-template-columns: .75fr 1.5fr;
	color:black;
	box-sizing: border-box;
	border:0px blue solid;
	
}

#contactlayer{
	position: absolute;
	overflow-y:scroll;
	width:100%;
	display:none;
	grid-template-columns: .75fr 1.5fr;
	color:black;
	box-sizing: border-box;
	border:0px blue solid;
	
}

.sessionheader{
	font-family: 'Raleway';
	font-size:3vw;
	background-color: white;
	margin-left:0px;
	text-align: right;
	padding-right:10px;
	text-decoration: underline;
}
.sessiontext{
	background-color: white;
	font-size:1.2em;
	margin-top:10px;
	display:block;
	box-sizing: border-box;
	padding:0px;
	text-align: right;
	padding-right:10px;
	font-family:'Raleway';
	font-weight: 400;
	line-height: 2em;
}

#menuul DIV{
	text-align: center;
	line-height:50px;
	font-family: 'Raleway', sans-serif;
	font-size:1.6em;
}

#menuul DIV:first-child{

}

#menuul DIV:last-child{

}

#menuul DIV:nth-child(3){

}

#menuhamb{
	display:none;
}

#esp{
	background-color: black;
	color:white;
	font-size:3vw;
	font-family: 'Raleway';
	font-weight: 400;
	line-height: 4vw;
	margin-top:20px;
	display:block;
	border:0px red solid;
	position:fixed;
	bottom:0;
	width:100%;
	text-align: center;
	background-color: black;
	z-index:9;
	opacity: .5;
}
#topblock{
	position:fixed;
	background-color: black;
	z-index: 9;
	width:100%
}
#frmobile{
	display:none;
}

input[type=submit]{
	border-radius: 5px;
	background-color: blue;
	color:white;
}

@media screen and (max-width: 600px) {
	#menuul{
		display:grid;
		position:fixed;
		top:0;
		border:0px solid yellow;
		width:100%;
		grid-template-columns: 1fr 1fr 0fr 1fr 1fr;

	}
	#sessionlayer,#aboutlayer,#contactlayer{
	grid-template-columns: 1fr;
	}


	#menuul DIV{
		font-size:1em;
	}
	#mainlogo{
		display:block;
		width:70%;
		top:45%;
		border:none;
		border:5px solid rgb(0, 0, 0);
	}
		#menuhamb{
			display:block;
			position:absolute;
			color:black;
			background-color: white;
			font-size:2em;
			width:100px;
			height:30px;
			text-align: right;
			line-height:30px;
			margin-top:5px;
			right:10px;
		}
	#photolayer{
		columns:2
	}

	#contactlayer INPUT{
		border:1px solid black;
		padding:5px;
		margin:5px;
		font-size: 6vw;
	}
	#esp{
		margin-top: 10px;
		margin-bottom:00px;
		font-size:6vw;
		line-height: 6.5vw;

	}

	#contactlayer .form{
		border-top:0px solid black;
		box-sizing: border-box;
		padding:5px;
	}

	.navlogo{
		position:fixed;
		left:0%;
		top:0px;
		border:white 2px solid;
		transform:translate(-0%,-0%);
	
	
	}
	#frmobile{
		display:grid;
		grid-template-columns: 2fr 8fr;
		align-items:center;
		position: fixed;
		height:auto;
		border:0px yellow solid;
		background-color: white;
		z-index:11;
	}
	#frmobile IMG{
		padding:10px;
	}
	#menuul DIV:nth-child(3){
		display: none;
	}

	
	.sessionheader,.aboutheader{
		font-family: 'Raleway';
		font-size:6.5vw;
	}
}