body{
	margin: 0;
}

.block1 {
width: 100%;
background-color: #9BC3E4;

}

.block1 img {
width: 100%;

}

.block2 {
	background-color: #9BC3E4;
	height: 100px;

}

.block2 p{
margin: 0;
}

.block2 img[src="footlogo.png"]{
margin-left: 47%;
}

.block3{
	background-color: #E9F1F8;
	height: 650px;
}

.page2{
	background-color: #E9F1F8;
	height: 12 00px;
}

.page2 table{
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.page2 img[src="phone.png"]:hover{
transition: all .2s ease-in-out; 
 transform: scale(1.1); 	
}

.page2 img{
	margin-top: 10%;
}

.page2 p{
text-align: left;
font-size: 15px;
font-family: 'Quicksand';
	font-size: 15px;
	color: #5E5E5E;
	max-width: 70%;
	height: 5%;	
	position: relative;
	left: 5%;
}

.page2 table img:hover{
	transform: scale(1.1);
	transition: all .1s ease-in-out;  	
}


.example{
	background-color: #3887C7;
	height: 750px;
}

.block3 p{
	text-align: center;
	font-family: 'Quicksand';
	font-size: 15px;
	margin-right: 10%;
	margin-left: 10%;
	color: #5E5E5E;	
	font-weight: 200;
} 

.block3 img{
margin-left: 5%;
margin-top: 3%;
}

.block3 img:hover{
	transform: rotate(180deg);

}

.block4 table:hover { 
transition: all .2s ease-in; 
 transform: scale(1.1); 
 /* THANKS TO CSS TRICKS ^^^^^^*/
}



.block4{
	background-color: #3887C7;
	height: 70%;
}

.block4 h2 {
color: #ffffff;	

}

.block4 h1 {
color: #ffffff;	

}



.block4 table {
display: inline-block;
position: relative;
left: 20%;
margin-top: 3%;

}

h1{
	margin: 0;
	padding-top: 5%;
	text-align: center;
	font-family: 'Quicksand';
	font-size: 40px;
	color: #5E5E5E;	
}

h2{
	text-align: center;
	font-family: 'Quicksand';
	font-size: 20px;
	font-weight: 100;
	color: #5E5E5E;	
}

p{
		text-align: center;
	font-family: 'Quicksand';
	font-size: 15px;
	margin-right: 10%;
	margin-left: 10%;
	padding-bottom: 2%;
	color: #ffffff;
	font-weight: 200;
}

.block4 img {
	text-align: right;
	font-family: 'Quicksand';
	font-size: 20px;
}

.foot{
	background-color: #F26B4A;
}

.foot img{

padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
}

.foot p{
text-align: right;
position: relative;
top: 5%;
padding: 0, 0, 1%;
margin: 0;
}

.foot img:hover{
	transform: scale(1.1); 
transition: all .1s ease-in;
}

#nav{
font-family: 'Quicksand', sans-serif;
text-align: center;
position: relative;
top: 35%;
font-size: 21px;

}

#nav a:link {
text-decoration:none;
padding: 5px 15px;
color: #ffffff;
background-color: transparent;
border-color: #ffffff;
color: #ffffff;
font-family: 'Quicksand'
}

#nav a:visited {
text-decoration:none;
padding: 5px 15px;
color: #ffffff;
background-color: #000000;
}

#nav a:hover {
color: #ffffff ;
background-color: #F26B4A;
text-decoration: underline;
}

#nav a:active {
text-decoration:none;
padding: 5px 15px;
color: #ffffff;
}
          