
*, *:before, *:after {
	box-sizing: border-box;
}

body {
	font-family: 'Archivo Narrow' , sans-serif; 
}

#intro {
	padding-top:157px;
	padding-bottom:108px;
	background-image:url('http://poolga.com/shared/images/poolgas/iphone_1952.jpg');
	text-align: center;
	max-height
}
h1{
	margin-bottom:0px;
    font-size: 79px;
    letter-spacing: 0.68px;
}
h3{
	margin-top: 1.5px;
    font-size: 30px;
}

.content {
	width:960px;
	margin:auto;
}

#section2  {
	background-color:aqua;
	margin-top:0px;
	padding-bottom:40px;
	padding-top:40px;
}

h2 {
	text-align: center;
    font-size: 40px;
    margin-top: -2px;
 }

.content2 img {
	width:400px;
	height:300px;
	float:right;
	margin-left: 40px;
    margin-bottom: 21px;
	/*display: inline-block;*/

/*what mde this fit into the box? how did it know to go into the box
also, does placing image before the text make a difference?*/
}

.content2 p
{
	
	line-height: 22px;
	font-size:18px;
	margin-bottom:15px;
}

#section3 {
	background-color:lightpink;
	margin-top:0px;
	padding-top: 40px;
	padding-bottom: 561px;
}

}
#section3 h2 {
 text-align: center;
 font-size:40px;
 padding-top: 38px;

}


.leftcolumn, .rightcolumn {
	width:480px;
	float:left;
}

.blurb{
	width: 423px;
	margin-bottom:61px;

}
.blurb img{
	width:200px;
	height:150px;
	float:left;
	margin-right:13px;
}
h4 {
	font-size:21px;
	margin-bottom:-13px;
	margin-top:0px;
}
.blurb p {
	font-size:18px;
	line-height:22px;
}
.rightcolumn {

}
#section4 {
	background-color:aqua;
	margin-top:0px;
	padding-top: 40px;
	padding-bottom: 99px; 
}
#section4 h2 {
 text-align: center;
 font-size:40px;
 padding-top: 40px;
 margin-bottom: 33px;
}
.content4 {
	width: 724px;
}
.content4 p {
	margin:0;
	text-align:center;
	font-size: 25px;
    letter-spacing: .75px;
    line-height: 32px;
}
#section5{
		margin-top: -140.5px;
}
#section5 p{
	
   font-size: 18px;
    float: left;
     margin-left: 236px;
    margin-top: 163px;
}

.icon {
	font-size: 30px;
    margin-top: 35px;
 	margin-left: 754px;
    margin-top: 157px;
    float:left;
}












