@font-face {
    font-family: 'AccidentalPresidency';
    src: url('fonts/AccidentalPresidency.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* CSS reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

html,body {
    font-family: 'AccidentalPresidency', 'Arial', 'sans-serif';
	text-transform: uppercase;
}

fieldset,img { 
	border: 0;
}

ol,ul {
	list-style: none;
}

/* General Style */

body {
	background-color: #111;
	font-size: 15px;
	color: #FFF;
	/* overflow-y: scroll; */
	overflow-y: hidden;
	overflow-x: hidden;
}

.ie7 body {
	overflow: hidden;
}

a {
	text-decoration: none;
}

#banner {
	height: 9vw;
	min-height: 90px; 
	width: 100%;
	z-index: 10;
}

#afp-logo {
	height: 7vw;
	min-height: 90px; 
	width: auto;
	margin: 0;
	padding: 0;
}

.middle-resp #afp-logo {
	height: 9vw;
}

.center {
	text-align: center;
    margin: auto;
}

.left {
    margin-left: 5vw;
    margin-right: auto;
}

.top {
	position: absolute;
	top: 5vh;
}

.middle-resp{
	position: absolute;
    margin-top: 50vh;
	margin-bottom: auto;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.middle-fixed {
	position: absolute;
    top: 20vh;
	text-align: center;
	width: 100%;
}

.middle-top-fixed {
	position: absolute;
    top: 65vh;
	transform: translateY(-100%);
	text-align: center;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.20);
}

.middle-bottom-fixed {
	position: absolute;
    top: 65vh;
	transform: translateY(0%);
	text-align: center;
	width: 100%;
}

.bottom {
    position: absolute;
    bottom: 20vh;
	text-align: center;
	width: 100%;
}

.bottom-left {
    position: absolute;
    bottom: 5px;
	left: 15px;
}

.bottom-right {
    position: absolute;
    bottom: 5px;
	right: 15px;
}

@media screen and (max-width: 600px) { 
	.left {
		text-align: center;
		margin: auto;
	}
	
	.top {
		top: 10vh;
	}
	
	.middle-resp {
		margin-top: 15vh;
		margin-bottom: auto;
		transform: translateY(0%);
	}
}

#nobg {
	height: 9vw;
	min-height: 90px; 
	background-color: rgba(255, 255, 255, 0);
	
}

#bg-resp, #bg-fixed {
	height: 9vw;
	min-height: 90px; 
	background-color: rgba(255, 255, 255, 0.20);
}

@media screen and (max-width: 600px) { 
	#bg-resp {
		background-color: rgba(255, 255, 255, 0.0);
	}
}

/* Progress Bar */

.visible {
	visibility: visible;
	opacity: 1;
}

.hidden {
	visibility: hidden;
	opacity: 0;
}

#information {
	display: block;
	width: 100%;
	height: 20px;
	margin-left: 50vw;
	transform: translate(-50%, 20px);
	animation: bar-progress 2s infinite;
	text-align: center;
	z-index: 20;
}

#bar-icon {
	display: inline-block;
}

#bar-progress {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 1);
	height: 10px;
	width: 35%;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

@keyframes bar-progress {
    0% {opacity: 1;}
    50% {opacity: 0.6;}
    100% {opacity: 1;}
}

#progress {
	display: block;
    width: 25%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

#bar-text {
	display: inline-block;
	color: #ffffff;
    font-size: 20px;
	letter-spacing: 1px;
}

.icon {
    width: 20px;
    height: auto;
}

/* Slideshow */

#afp-slideshow-photo,
#afp-slideshow-photo:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	font-size: 19px;
	font-style: italic;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.5);
}

#afp-slideshow-photo:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left; 
}

#afp-slideshow-text { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 30; 
}

#afp-slideshow-text h3 { 
    font-size: calc(30px + 5vw);
    /* font-size: 8vw; */
	/* white-space: nowrap; */
	font-weight: normal;
    padding: 0;
    margin: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 600px) { 
	#afp-slideshow-text h3 { 
		font-size: calc(22px + 3vw);
	}
}

#afp-slideshow-text h3.middle-fixed { 
	background-color: rgba(255, 255, 255, 0.30);
}

/* Fotorama Fullscreen Icon */

.fotorama__fullscreen-icon {
	visibility: hidden;
	opacity: 0;
}

