div.prez_content {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px;
}
div#slider {
	height: 90%;
	width: 100%;
}
div#Snav {
	width: 100%;
	height: 70vh;
	margin-top: 95px;
}
div#SnavBottom {
	position: absolute;
	top: 50%;
	width: 100%;
}
div#SnavBottom span {
	color: #cccccc;
	font-size: 60px;
	position: absolute;
	cursor: pointer;
}
div#SnavBottom span img {
	width: 32px;
}
span#SnavLeft {
	left: 0%;
	margin-left: 3%;
}
span#SnavRight {
	right: 0%;
	margin-right: 3%;
}
div#SnavTop {
	height: 5%;
	float: right;
	width: 100%;
	margin-top: 15px;
	margin-right: 5px;
}
div#marker {
	float: right;
}
.pager {
	display: block;
	float: left;
	border: 1px solid black;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	background-color: white;
	margin-left: 10px;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.9);
	   -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.9);
	        box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.9);
	cursor: pointer;
	opacity: 0.7;
}
#title {
	margin-right: 20px;
	z-index: -1;
}
#slide_title {
	font-size: 150%;
	color: white;
	float: right;	
	font-weight: bold;
	margin-top: 20px;
	margin-right: 10%;
	opacity: 0;
	transition: 0.3s;
	/*display: none;*/
}
div#SnavMiddle {
	overflow: hidden;
	position: absolute;
	height: 70vh;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	z-index: -5;
}
div.bigs {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	display: none;
	opacity: 0;
	transition: 0.5s;
	background-color: rgba(0,0,0,0.7);
/*    background: #00557f;
    background: -moz-linear-gradient(top,  #196787 0%, #049edd 100%);
    background: -webkit-linear-gradient(top,  #196787 0%, #049edd 100%);
    background: linear-gradient(to bottom,  #196787 0%, #049edd 100%);*/
}
div.frame {
	/*border-left: 1px solid lime;
	border-right: 1px solid lime;*/
	width: 80%;
	height: 100%;
	margin: 0 auto;
}
.frame div {
	width: 100%;
	margin-bottom: 4%;
	clear: both;
}
.left {
	height: 20%;
}
.left h3 {
	color: white;
	font-size: 500%;
	margin-top: 7%;
	font-style: italic;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	float: left;
}
.left img {
	margin-top: 5%;
	max-width: 128px;
	max-height: 128px;
	float: right;
}
.right p {
	font-size: 200%;
	color: white;
}
.right ul {
	margin-top: 3%;
	margin-left: 20%;
}
.right ul li {
	color: white;
	font-size: 300%;
	line-height: 1.3em;
	font-family: 'Josefin Sans', sans-serif;
}
.right img {
	max-width: 300px;
	max-height: 300px;
	float: none;
	margin-top: 7%;
	margin-left: 30%;
	text-align: center;
}
.hidden {
	visibility: hidden;
}
@media all and (max-height: 600px) and (max-width: 550px) {
	.left h3 {
		font-size: 200%;
	}
	.right ul li {
		font-size: 200%;
	}
	.left img {
		max-width: 64px;
		max-height: 64px;
	}
}
@media all and (max-width: 950px) {
	.left h3 {
		font-size: 250%;
	}
	.right ul {
		margin-left: 3%;
	}
	.right ul li {
		font-size: 250%;
	}
	.hidden {
		visibility: visible;
	}
	.right p {
		font-size: 150%;
		margin-bottom: 20px;
	}
}
@media all and (max-width: 768px) {
	.left img {
		position: absolute;
		right: 5%;
		bottom: 40%;
	}
	.right ul {
		margin-left: 3%;
	}
	.right ul li {
		font-size: 250%;
		margin-right: 15%;
	}
	div#SnavBottom {
		position: absolute;
		top: 75%;
	}
	.right img {
		max-width: 300px;
		max-height: 300px;
		float: right;
	}
}
@media all and (max-width: 550px) {
	.left h3 {
		font-size: 260%;
		margin-top: 10%;
		font-family: "Times New Roman", Georgia, Serif;
	}
	.right ul li {
		font-size: 165%;
		margin-right: 15%;
		font-family: "Times New Roman", Georgia, Serif;
	}
}
@media all and (max-width: 420px) {
	.left {
		padding-top: 5px;
	}
	.left h3 {
		font-size: 180%;
		margin-top: 15%;
		font-family: "Times New Roman", Georgia, Serif;
	}
	.left img {
		max-width: 64px;
		max-height: 64px;
		position: absolute;
		right: 40%;
		bottom: 5%;
	}
	.right ul li {
		font-size: 150%;
		line-height: 1.1em;
		margin-right: 15%;
		font-family: "Times New Roman", Georgia, Serif;
	}
	.right img {
		max-width: 250px;
		max-height: 250px;
	}
}