@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(http://fonts.googleapis.com/css?family=Loved+by+the+King);

body {
margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  width:100%;
  overflow-x:hidden
	}
  
#header {
	width:100%;
	margin-left:auto;
	margin-right:auto;
background: url(Website%20Images/headerbg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:612px;
}

#headerwrap {
	width:1087px;
	margin-left:auto;
	margin-right:auto}

#headingtext {
	width:504px;
		float:left;
		text-align:right;
	
}

	
#headingimage {
	width:583px;
	
	float:right;
}

h1.heading {
	text-align:right;
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;;
	font-weight:normal;
	color:#fff;
	font-size:70px;
	text-shadow: 3px 3px #000;
	margin-top:160px;
}


.iphone {
	float:right;
}
	
	#carousels {
	width:100%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
		}
		
#features {
	width:100%;
	margin-left:auto;
	margin-right:auto;
background: url(Website%20Images/pinkbg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:615px;
}

#featureswrap {
	width:1087px;
	margin-left:auto;
	margin-right:auto
}

#iphone2 {
	width:537px;
	float:left;
}

#featurestext {
	float:left;
	text-align:left;
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
	color:#000;
	font-size:32px;
	width:518px;
	magin-left:10px;
	margin-top:40px;
	line-height: 30px;
}

.feat {
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
	color:#fff;
	background-color:#ff5b99;
	font-size:30px;
	line-height: 40px;
	padding:3px;
}

#share {
	clear:both;
	padding-top:20px;
	min-height: 110px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
	color:#000;
	font-size:32px;
}

.handfont {
	font-family: 'Loved by the King', cursive;
	letter-spacing:2px;
}
	
#footer1 {
	min-height:118px;
	background-color:#fde3e7;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:20px;
}


#footer1 img {
	padding-right:10px;}
	
#footer2 {
	min-height:30px;
	background-color:#fde3e7;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:5px;
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;
	font-size:14px;
	font-weight:bold;
	color:#ff5b99;
}

#footer2 a {
	
	color:#ff5b99;
	text-decoration:none
}

.foot {max-height:40px;}