@charset "UTF-8";
/* CSS Document 
    containing high-level, default styles which may be overridden by
	styles for mobile devices, smartphones etc.  
*/

p, h1, h2, h3 {
	color: #fff;
}

html {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #fff;
}


body {
	background-color: #000;
	color: #fff;
}

body#about {
	background-image: url(../images/about-medicine-man-stan-brock.jpg);
}

.desktopOnly {
	display: block;
}
	
.mobileOnly {
	display: none;
}

.ui-page {
	width: 100%;
	height: 100%;
	background-color: #000;
}

.ui-footer {
	height: 10%;
}

.ui-content #main-content {
	border: none;   /* do not remove.  Positioning out, otherwise?! */
	width: 55%;
	height: 100%;
}

.ui-content #the-team {
	position: absolute;
	left: 60%;
	top: 5%;
	width: 25%;
	padding: 0;
	/* border: 1px dashed #fff; */        
}

#mobileFooter {
	display: none;
}

#desktopFooter {
	display: block;
}

#movieFrame {
	margin-top: 0%; 
	margin-left: 25%;
}