*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	
}

 /* For mobile phones: */

  [class*="parent-div"] {

    width: 100%;

}

.embeded{
	width: 33.33%;
	height: auto;
	margin: 1px;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
	
}		

img {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
	max-width: 100%;
}

.frame{
	width: 100%;
}

.Frametitle{
	padding-top: 20px;
	width: 100%;
}

header{
	-webkit-position: fixed;
	-moz-position: fixed;
	position: fixed;
	width: 100%;
	z-index: 300;
}

body{
	background: #FAFAFA;
	color:white;
	z-index: 1;
	height: auto;
}
section{
	display:block;
	height: auto;
	width: 100%;
	color: #111;
	font-size: 16px;
	padding: 00px 0px;
}

.headspace{
	display:flex;
	align-content: center;
	width: 100%;
	max-width: 1024px;
	height: auto;
	min-height: 100px;
	margin: 0px auto;
	margin-top: 100px;
	scroll-margin-top: 100px;
	
}

.section{
	
	display:flex;
	align-content: center;
	width: 100%;
	max-width: 1024px;
	height: auto;
	min-height: 100px;
	margin: 10px auto;
	border-top: 1px solid #456582;
	scroll-margin-top: 100px; 
}

.content{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	height:100%;
	position: absolute;
	top: auto;
	justify-content: center;
	text-align: justify;
    line-height: 1.5em;
	padding: 10px;
	
}

.video-content-center{
	display: block;
	padding: 0px 0px;
	margin: 20px auto
}





/*------------Tablet Menu------------*/

@media all and (min-width:767px){

	
	
	body{
		background: #FAFAFA;
		z-index: 1;
	
	}
	
	img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.center {
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 height: 600px;
	}
	
	
	.frame{
		float: left;
  		width: 40%;
  		padding: 10px;
 		height: auto;
	}

	.Frametitle{
		float: left;
  		width: 50%;
  		padding: 10px;
 		height: auto;
	}



}

/*------------Desktop Menu------------*/

@media all and (min-width:1025px){
	
	body{
		background: #FAFAFA;
		z-index: 1;
	}
	
}




