* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #111;
    overflow: hidden;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
}

.wrapper {
    position: absolute;
    width: 200%;
    height: 100%;
    z-index: 0;
}

/* Text */

h1,
h2 {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.4;
    text-shadow: 1px 1px 1px #000;
}

h1 a,
h1 a:hover,
h1 a:visited {
    text-decoration: none;
}

p a {
    font-weight: 700;
}

/* Header */
.page-header 
{
    margin-top:12px;
	font-family: "Myriad Web Pro", Arial;
    font-size: 3em;
    text-transform: uppercase;
    color:#FFFFFF;
    display:block;
    float:left;
    text-shadow: 1px 1px 1px #000;
    font-weight:bold;
	background-image: url(headerbg.png);
	padding: 20px;
}

header {
    position: absolute;
    top: 70%;
    left: 30%;
    z-index: 999;
    color: #fff;
    padding: 60px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

header h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    font-size: 1.7em;
}

header h1 span {
    font-weight: 300;
}

header p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}

/* Video Pages */

.screen {
    position: relative;
    height: 100%;
    width: 50%; /*  Number of videos/100%  */;
    float: left;
    overflow: hidden;
}

.big-image {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.video-title {
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-align:center;
    opacity: .5;
    margin: 40px 0 0 0;
    padding: 0;
    line-height: .80;
    font-size: 3em;
    text-transform: uppercase;
    color:orangered;
    text-shadow: 1px 1px 1px #000;
}

/* Nav */

nav {
    position: absolute;
    right: 5%;
    top: 45%;
    padding: 20px;
    /*background: #000;*/
    border-radius: 40px;
    opacity: .4;
    cursor: pointer;
    z-index: 1000;
}

nav:hover {
    opacity: .6;	
}

nav a {
	font-size: 4em;
}

nav#prev-btn {
	right: auto;
	left: 5%;
}

/* Codrops Header Style */
.codrops-top {
    line-height: 24px;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 9999;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-family: Cambria, Georgia, serif;
    padding:8px;
}
.codrops-top a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
    text-decoration: none;
}
.codrops-top a:hover {
    background: rgba(255,255,255,0.4);
}
.codrops-top span.right{
    float: right;
}
.codrops-top span.right a{
    float: left;
    display: block;
}
.container
{
    max-width:99%;
    margin:auto;
    padding:8px;
}
/* End Codrops Header Style */
.btnContainer
{
    position: absolute;
    bottom:100px;
    width:100%;
}
.btnPause
{
    margin:auto;
    width:200px;
    text-align:center;
    padding: 9px 22px 9px 22px;
    border-radius: 20px;    
    cursor: pointer;
    z-index: 2000;
    font-size:22px;
    color:FFFFFF;
    font-weight:bold;
	background: -webkit-linear-gradient(#00baff, #06356a);
  	background: -moz-linear-gradient(#00baff, #06356a);
  	background: linear-gradient(#00baff, #06356a);
	border:1px solid #667d96;
	box-shadow: 0px 4px 4px #000000;
}
