html,body{
	font-weight: 100;
	background-color: #F5F8FA;
	overflow-x: hidden; 
}

.banner{
	background-image: url(../img/banner.jpg);
	text-align: center;
	background-position: bottom;
	color: white;
	height: auto;
}


.ghost-btn{
	padding: 10px;
	display: inline-block;
	border: 1px solid;
	border-color: white;
	background-color: transparent;
	color: white;
	text-decoration: none;
}

.ghost-btn:hover, .ghost-btn:active, .ghost-btn:visited{
	color:white;
	text-decoration: none;
	position: relative;
}

.shot{
	margin-bottom: -25%;
	overflow: hidden;
}


.welcome{
	margin-top: 25%;
	background-color: rgb(221,27,82);
	color: white;
	height: auto;
	padding-top: 15px;
	padding-bottom: 2%;
}

.features{
	margin-left: 0;
	margin-top: 10%;
	position: relative;

}

.shot-left{
	margin-left: 5%;
	margin-top: -4%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	position: relative;
	height: 65%;
}

.features-text{
	display: block;
	height: 100%;
	background-color: #009dff;
	color:white;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right:5%;
}

.store{
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}


.more{
	margin-right: 0;
	margin-top: 10%;
	position: relative;
}

.shot-right{
	height: 65%;
	position: relative;
	float: right;
	margin-left: 5%;
	margin-top:-5%;
	 clear: both;
}

.more-text{
	display: block;
	height: 100%;
	background-color: #ef2496;
	color:white;
	height: auto;
	width: 100%;
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 2%;
}

.footer{
	color:#444;
	text-align: center;
}

.screenname{
	color: white;
	text-decoration: underline;
}
.screenname:hover{
	color: white;
	text-decoration: none;
}

