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

.logo-header {
	text-align: center;
	padding: 30px 0px 50px 0px;
	margin: 0px auto 0px auto;
}



.logo-image {
	max-width: 279px;
	padding: 0px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
}

.location {
	padding:50px 0px 100px 0px;
}

.three-value {
	padding:100px 0px 80px 0px;
	text-align:center;
  	
}

.three-col-value {
	margin-bottom:30px;
}


.three-col-value h2 {
	color: #2aaae2;
}



@media (max-width: 768px) { 
	.three-col-value {
	margin-bottom:80px;
}
}


.phone {
	background-color:#c0f0fe;
	padding: 30px 0px 0px 0px;
	color: #2b7fc1;
}




.phone h3 {
	font-size: 40px;
	color: #2b7fc1;	
}

.phone h2 {
  font-size:24px;
  line-height:1.5;
  color: #2b7fc1;
}


.phone-col {
	text-align:center;
}

.phone-col2 {
	background-image:url(web/phone.png);
	background-position:center center;
	background-size:130px;
	background-repeat:no-repeat;
	height:380px;
}


.logo-image img {
  width:100%;
}

footer {
	background-color:#e3e3e3;
	padding:20px; 0px 20px 0px;
	text-align:center;
	margin-top:120px;
}
