@charset "UTF-8";
/* CSS Document */

body {
	font-size:2.1em;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

h1 {
	font-size:2em;
	/* margin-bottom: -0.25em;*/
	color:#FCFCFC;
	text-align: center
}

h2 {
	font-size:1em;
}

h3{
	font-size:14px;
	color: #000000;
	letter-spacing: .02em;
	font-weight:100;	
}

.emph{
	text-decoration:underline;	
}
.head-alt{
	font-size: 25px;
	color: #F9F8F8;
    letter-spacing: .1em;
    text-shadow: 
      -1px -1px 1px #111, 
      2px 2px 1px #363636;
	text-transform: uppercase;	
}

.slug {
	margin-top:10px;
	font-size:12px;
	width:50%;
	margin-left: auto;
	margin-right:auto;	
}

.head-line{
	border: 0;
	height: 3px;
	width: 240px;
	background-color:#FC7F33	
}

.slides{
	position:absolute;
	height:100%;
	width:100%;
	background: rgba(252,127,51,1.50);
	color: #ECE3DE;
	letter-spacing: .02em;
	font-weight: 100;
	text-shadow: 1px 1px 1px #2A2A2A;
	overflow:hidden;
}

section {
	width:100%;
	height:100%;
	text-align:center;
	position:absolute;
	padding:36px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	visibility:hidden;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	opacity:0;
	transform:all 1s;
	-moz-transform:all 1s;
	-webkit-transform:all 1s;
	-o-transform:all 1s;
}

li{
	text-align:none;
}

.storage{
	text-align:left;
	width: 50%;
	background-color:#F3F3F3;
	margin:auto;
	margin-top: 2em;
	padding-top:1px;
	padding-bottom:20px;
	padding-left:20px;
	font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;	
}

section.active {
	visibility:visible;
	overflow-y:auto;
	opacity:1;
	-webkit-overflow-scrolling: touch;
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transform:none;
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
}

section.titleSlide, section.endSlide {
	padding-top:12%;
	letter-spacing: .1em;
	text-align: center;
	background:#3A0C42 url(../images/header.jpg);
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

section img {
	margin-top:1.25em;
	width: 30%;
	margin-left:auto;
	margin-right:auto;
}

section p {
	width:80%;
	margin-left:auto;
	margin-right:auto;		
}

.left {
	float:left;	
	margin-top:1.55em;
	width:50%;
}

section video{
	text-align:center;
	height: 50%;
	max-width: 70%;
	margin-left:auto;
	margin-right:auto;
	border:solid 10px #FEDBC5
	/* display:block; */
}

.content-video{
		
}
.dark {
	color: rgba(249,249,249,1.00);	
}

.w3link{
	color:#555555;
	text-decoration:none;
}
.w3link:hover{
	color:#4CAF50;	
}

.social{
	width:10%;
	margin-left:.5em;
	margin-right: .5em;	
}
@media all and (max-width: 1000px) {
	body {
		font-size:1.5em;	
	}
}

@media all and (max-width: 799px) {
	section p, section img, p.left {
		width:80%;
		float:none;
		margin-left:auto;
		margin-right:auto;
		margin-top: none;
	}
	
	section {
		padding: 0 16px;
	}
	
	ul {
		padding-left:14px;
	}
	.social{
	width:25%;
	margin-left:.5em;
	margin-right: .5em;	
	}	
	
}

/*CSS*/
body:-webkit-full-screen {
	width:100%;
	height:100%;
	background-color: black;
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	margin:0;
	box-sizing:border-box;
	object-fit:contain;
}

@media all and (max-height:1000px) {
	section.titleSlide h1, section.titleSlide h2, section.endSlide h1, section.endSlide h2 {
		text-shadow: 5px 5px rgba(0, 0, 0, 0.5);
	}
}