
/**font-family**/
h1,
h2{
	font-family: 'Montserrat', sans-serif;
}

h3,
h4,
h5,
p,
a{
	font-family: 'Open Sans', sans-serif;
}

a{
	color: black;
}


/**specific font styles**/
h1{
	font-weight: bold;
	font-size: 2.7rem;
	color: black;
}

h2{
	font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

h3{
	  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #000000;
}

p{
		font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: 0.5px;
}


/**content**/

.header{
	text-align: center;

}


.lead{
	text-align: center;
}



.boxi1
{
	background-color: black;
	color: white;
}

.boxi3{
	background-color: #d2d2d2;

}

.boxi2, .boxi4{
	background-color: gray !important;

}

.addressInfo{
	color: black;
	font-size: 0.95rem;
}

.companyInfo p{

  color: #ffffff;

}

iframe.map{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.footer{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: black;

}

.footer p,
.footer a{
	  font-size: 0.7rem;
  color: #ffffff;
  margin: 0;
}

a:hover{
	color: inherit;
}

/**media query**/

@media (max-width: 991px){
	.equalHeight{
		height: 670px;
	}
	


}

@media (max-width: 767px){
	.equalHeight{
		height: 495px;
	}
	
	h3{
		font-size: 1.1rem;
	}
	
}

@media (max-width: 575px){
	.equalHeight{
		height: 86vw;
	}
	
	.addressInfo,
	.companyInfo{
	width: 90%;
	margin-left: auto;
margin-right: auto;	
margin-top: 14vw;
}


iframe.map{
		width: 100%;
		height: 86vw; 
	}
	
}

@media (max-width: 400px){
	.companyInfo p{
	font-size: 4vw !important;
}
}

@media(min-width: 1px){
	
.footer p{
	padding-left: 9%;
}

.header{
	margin-top: 60px;
	margin-bottom: 0px;
	
	}
	.lead{
	margin-bottom: 60px;
	
}
}

@media (min-width: 576px){
		.addressInfo{
	margin-left: 20%;
	margin-top: 30%;
}

.companyInfo{
	width: 60%;
	margin-left: 22%;
	margin-top: 22%;
}

iframe.map{
		width: 510px;
		height: 495px; 
	}

}

@media (min-width: 767px){
	.header{
	margin-top: 140px;
	margin-bottom: 20px;
	}
	
	.lead{
		margin-bottom: 140px;
	}
	iframe.map{
		width: 690px;
		height: 670px; 
	}
}

@media (min-width: 992px){
	.boxrow1,
	.boxrow2{
		height: 452px !important;
	}
	
.companyInfo h2{
	padding-bottom: 20px;
}
	iframe.map{
		width: 465px;
		height: 462px; 
	}
	
	iframe.map{
	
	border-left: 1px solid #7F7F7F;
}

}

@media (min-width: 1200px) {

	.boxrow1,
	.boxrow2{
		height: 540px !important;
	}
	
	iframe.map{
		width: 555px;
		height: 540px; 
	}
}

@media (min-width: 1500px) {
	.container{
		max-width: 1470px !important;
	}
	
	.boxrow1,
	.boxrow2{
		height: 700px !important;
	}
	
	iframe.map{
		width: 720px;
		height: 700px; 
	}
}

