@charset "utf-8";
body{
font-family:Calibri;
margin: 0;
}
.primary_header {
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
	clear: left;
	border-bottom: 15px solid #2B60DE;
	
}
.logo {
	
}
.tims_number {
float: right;		
}
.secondary_header {
	font-weight: ;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #B3B3B3;
	clear: left;
	border-left: 3px solid #2B60DE;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	letter-spacing: 1px;
	text-align: center;
	width: 25%;
	transition: all 0.3s linear;
	margin-bottom: 0px;
}

.intro {
	width: 100%;
	background-color: #2B60DE;
	color: #ffffff;
	padding-bottom: 35px;
	padding-top: 35px;
}

.intro p {
	color: #FFFFFF;
	text-align: center;
	width: 70%;
	font-size: 30px;
}











.social {
	
	text-align: center;
	height: 205px;
	width: 100%;
	background-color: #2B60DE;
	border-top: 10px solid #ffffff;

}
.social_icon_container {
	
	width: 25%;
	height:100px;
	float: left;
	transition: all 0.3s linear;
}
.social_icon {
	width:175px ;
	border-radius: 200px;
	height: auto;
	margin-left: auto;
}
.big_numbers {
	text-align: center;
	background-color: #a9a9a9;
	color: #FFFFFF;

}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #2B60DE;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 0px;
	font-family: 'Bookman Old Style';
	padding: 2px;
}








@media (max-width : 414px ){ 		/*phones*/

	.primary_header{
		height: 205px;
	}
	.logo{
	float: left;
		margin-left:7.5%;
		width: 85%;
	}
	.tims_number{

		width: 50%;
		float: left;
		margin-left:25%
	}

.secondary_header ul li {
	float: none;
	margin-top: 15px;
	width: 100%;
}
.container .secondary_header ul {
	
	width: 100%;
	text-align: center;
}
.secondary_header {
	padding-top: 1px;

}
	.intro p{
width: 100%;
	}
	
	.review{
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-left: 5%;
	}
	.review_columns{
	width: 90%;
	height: auto;
	margin-left: 0px;
	}
	.review_columns_2{
	width: 90%;
	height: auto;
	margin-left: 0px;
		
	}
	.review_column_outlier{
	width: 100%;
	height: auto;
	margin-left: 0px;
	}
	
	
	
	.social {
	
	text-align: center;
	height: 260px;
	width: 100%;
	background-color: #2B60DE;
}
.social_icon_container {
	width: 50%;
	float: left;
	transition: all 0.3s linear;
}
.social_icon {
	width:100px ;
	border-radius: 200px;
	height: auto;
	margin-left: auto;
}
