* {
    -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: 500%;
    height: 100%;
    z-index: 0;
}

/* Text */

h1,
h2, h3 {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

p {
    line-height: 1.4;
    text-shadow: 1px 1px 1px #000;
}

a,
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #40a5c6;
}

h1 a,
h1 a:hover,
h1 a:visited {
    text-decoration: none;
}

p a {
    font-weight: 700;
}

/* Header */

header {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 60px;
    width: 405px;
    height: 405px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

#drone {
    position: absolute;
    padding-top: 20px;
    right: .1px;
	
    font-size: 1.7em;
	width: 25rem;
	height: auto;

}
.bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); 
}
.bottom2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); 
}

header small {
	position: absolute;
	bottom: 7%;
	left: 40%;	
}

header h1 span {
    font-weight: 300;
}

header p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}

/* Video Pages */

.screen {
    position: relative;
    height: 100%;
    width: 20%; /*  NOTE: numVideos/100%  */;
    float: left;
    overflow: hidden;
}

.big-image {
    min-width: 100%;
    min-height: 100%;
}

.video-title {
	display: none;
    position: absolute;
    top: 2%;
	right: 5%;
    opacity: .7;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: .65;
    font-size: 4em;
    text-transform: uppercase;
}
#me {
	position: absolute;
	top: 250px;
	left: 46%;
	color: #fff;
	font-size: 1.2rem;
}
#logo {
    position: absolute;
	top: 200px;
	right: 3%;
	z-index: 10000;
}

#logo img { width: 30em; height: auto;}

.mobile-image {
	display: none;
}

#land {
	display: none;
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#drone {
		width: 20.4rem;
		height: auto;
	}
	#drone {
	 position: absolute;
	 left: 35px;
 
	}
	.video-title {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
    .big-image{    
		display: none;
 	}
	.mobile-image {
		display: block;
		position: relative;
	    min-width: 100%;
	    min-height: 100%;
	}
	.video-title {
		display: none;
	}
	body { overflow: hidden;}
	
}
@media screen and (orientation:landscape) and (max-width: 588px) { 
	header {
		display: none;
	}
	.mobile-image {
		position: fixed;
		left: 0px;
		bottom: -7px;;
	    width: 50%;
	    height: auto;
		overflow: hidden !important;
	}
	#land {
	    color: #fff;
	    background: rgba(0,0,0,0.7);
	    border-radius: 50%;
		width: 150px;
		height: 150px;
		display: block;
		position: fixed;
		left: 25%;
		top: -3px;
		text-align: center;
		z-index: 10000;
		overflow: hidden;
	}
	#scape {
		display: absolute;
		z-index: 10000;
		width: 100%;
		height: auto;
	}
}
