*{
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.jumbos{
	background-image: url('bg.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
body, main{
	background-image: url('bg-repeat.png');
	background-repeat: repeat;
	color: #F5EBE0;
}
.container-fluid{
	color: #efefef;
}
.header-title{
	padding-bottom: 3rem;
	text-transform: uppercase;
	color: #F5EBE0;
	font-weight: bold;
}
.icon{
	display: inline-block;
	width: 10rem;
	margin-bottom: 3rem;
}
#icon_one{
	transition: opacity 3s linear;

}
#icon_one:hover{
	transition: opacity 3s linear;
	content: url('images/icon1c.png');
	transform: scale(1.1);
}

#icon_two{
	transition: opacity 3s linear;
}
#icon_two:hover{
	content: url('images/icon2c.png');
	transition: opacity 3s linear;
	transform: scale(1.1);
}
#icon_three{
	transition: opacity 3s linear;
}
#icon_three:hover{
	content: url('images/icon3c.png');
	transition: opacity 3s linear;
	transform: scale(1.1);
}
#icon_four{
	transition: opacity 3s linear;
}
#icon_four:hover{
	content: url('images/icon4c.png');
	transition: opacity 3s linear;
	transform: scale(1.1);
}
.info-panel{
	background-color: #EDE0D4;
	min-height: 180px;
	text-align: left;
	border-top-right-radius: 90px;
	border-bottom-left-radius: 90px;
}
.info-panel h3{
	text-transform: uppercase;
	font-weight: bold;
}

.dbrown{
	background: #DDB892;
	color: #7F5539;
	border: 2px #7F5539 solid;
}
.cbrown{
	background: #7F5539;
	color: #DDB892;
	border: 2px #DDB892 solid;
}
.dfirst{
	border-top-left-radius: 70px;
	border-bottom-right-radius: 30px;
}
.dsecond{
	border-top-right-radius: 70px;
	border-bottom-left-radius: 30px;
}
.dthird{
	border-bottom-left-radius: 70px;
	border-top-right-radius: 30px;
}
.dfourth{
	border-bottom-right-radius: 70px;
	border-top-left-radius: 30px;
}
.form-label{
	color: #7F5539;
	font-size: 1.2rem;
	font-weight: bold;
}
.form-control{
	border: 0;
	border-radius: 0;
	background: #DDB892;
	color: #7F5539;
	
}
.form-control:focus {
  border-color: #7F5539 !important;
  box-shadow: 0 0 0 0.25rem #7F5539 !important;
  background-color: #DDB892;
  color: #7F5539;
}
input:focus, textarea:focus {
  border-color: #0d6efd;     
  box-shadow: 0 0 0 0.25rem #7F5539 !important;
}
.form-control::placeholder {
  color: #7F5539;
}
.btn-primary{
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #F5EBE0;
	background: #7F5539;
}
.btn-primary:hover{
	color: #7F5539;
	background: #F5EBE0;
}
.footer-hrefs{
	float: right;
}
.footer-hrefs a{
	text-decoration: none;
	color: #7F5539;
	text-transform: uppercase;
}
.cookie-alert{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1050;
	border-radius: 0;
}
.pphone{
	text-transform: uppercase;
	font-weight: bold;
}
.pphtwo{
	text-transform: uppercase;
	font-weight: bold;
	color: #7F5539;
}
.pp b{
	color: #7F5539;
}

