@font-face {
    font-family: SF-Ultralight;
    src: url('fonts/SF-UI-Display-Ultralight.otf');
}

* {
	margin: 0;
	color: white;
	font-family: SF-Ultralight, Helvetica, sans-serif;
}

body {
	background: #1f1f1f;
}

div.container {
    width: 1024px;
    height: 2000px;

	position:fixed;
	top:50%;
	left:50%;
	margin-left:-512px;
	margin-top:-1000px;
}

div.left-container {
	position: absolute;
    width: 50%;
    height: 100%;
	left:0;
}

div.left-container img {
	float:right;
}

div.right-container {
	position: absolute;
	right:0;
    width: 50%;
    height: 100%;
}

div.content {
	width:948px;
  
  	opacity:0;
  
    margin: 0 auto;
}

.text-content {
	line-height:150%;
}

#logo-container {
	float:left;
	margin:20px;
}

#social-container {
	float: right;
	margin: 20px;
}

.social-icon {
	float: right;
	margin: 0px 10px;
	
}

.right-col {
	float:right;
	width: 226px;
	margin-right:20px;
}

.left-col {
	float: left;
	width: 662px;
	margin-left:20px;
}

.blue-title {
	color: #33acd8;
	font-size:200%;
}

.blue-divider {
	background: #33acd8;
	height:1px;
	width:100%;
}

.white-title {
	color: white;
	font-size:200%;
}

.white-divider {
	background: white;
	height:1px;
	width:100%;
}

.content-spacer {
	margin-top:15px;
	margin-bottom:15px;
}

.app-bar {
	margin-top: 7px;
	margin-bottom: 8px;
}

.app-bar:first-child {
	margin-top:0;
}

.review {
	margin: 20px 0px;
	line-height: 150%;
}

.review :first-child{
	margin-top: 10px
}

.review-title {
	color: #33acd8;
}

.app-name {
	margin-top: 15px;
}

div.pop-over {
    width: 764px;
    height: 782px;

	position:fixed;
	top:50%;
	left:50%;
	margin-left:-382px;
	margin-top:-391px;
	
	background-image: url("../images/pop-up-bg.png");
	
	display:none;
}

div.pop-over-window {
	width: 100%;
}

div.icon-container {
	float:left;
	margin-top:60px;
	margin-left:60px;
	
    width: 262px;
    height: 259px;
	
	background-image: url("../images/icon-box.png");
}

div.icon-source {
	margin-top:18px;
	margin-left:18px;
}

div.pop-over-content {
	float:right;
		
	margin-top:70px;
	margin-right:55px;
	
	width: 347px;
}

div.available-container {
	float: left;
	width: 625px;
	height: 246px;
	
	margin-left: 60px;
	margin-top: 100px;
	
	background-image: url("../images/available-box.png");
}

div.center {
	margin: 10px;
	text-align:center;
}

div.app-store-icons {
	margin-top: 30px;
}

div.app-store-icons img:first-child {
	margin-right: 20px;
}

div#footer {
	clear:both;
	margin-bottom:30px;
}