/*Universal Begin*/
* {
  margin: 0;
	padding: 0;
	font-family: sans-serif;
}
html, body {
	height: 100%;
}
.button1, .button2, .button3 {
  display: none;
}
a {
	text-decoration: none;
	color: #5a0507;
}
a:hover {
	color: #353876;
}
p {
	margin: 10px;
}
/*Universal End*/
/*Header Begin*/
.main-header {
  background-color:#a83c3f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.springdale {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 35px;
	padding: 18px;
	text-align: left;
  color: white;
}
.main-nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.main-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-top: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.main-nav ul li {
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	text-align: center;
}
.banner {
	width:100%;
	background-color: #353876;
	text-align: center;
	height: 60px;
}
.banner-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.banner-text h1 {
	text-align: center;
	margin: auto;
	padding-top: 15px;
	font-size: 24px;
	width: 100%;
  color: white;
}
/*Header End*/
.main-content {
	min-height: 80%;
  background-color: lightgray;
  display: flex;
	padding: 3%;
	text-align: center;
}
.main-content img {
  height: auto;
  width: 100%;
}
.main-employees {
  min-height: 80%;
  background-color: lightgray;
  display: flex;
	padding: 3%;
	text-align: center;
}
.main-contact {
  min-height: 80%;
  background-color: lightgray;
	padding: 3%;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-employees img {
  height: auto;
  width: 60%;
}
.main1, .main2, .main3 {
  flex: 3;
	margin: 10px;
}
.contact-header {
	display: flex;
  justify-content: center;
  align-items: center;
}
/*Footer Begin*/
.main-footer {
	background-color: #a83c3f;
	height: 80px;
}
.main-footer h4 {
	padding-top: 33px;
	text-align: center;
	color: #5a0507;
  font-weight: normal;
}
/*Footer End*/
@media (max-width: 940px) {
	p {
		font-size: 15px;
	}
	.springdale {
    font-size: 30px;
		text-align: center;
  }
  .banner-text {
		font-size: 25px;
		text-align: center;
	}
	.main-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.springdale {
		padding: 18px 0 0;
		margin-top: 0;
	}
	.main-nav ul li {
		padding-bottom: 10px;
		font-size: 16px;
	}
	.banner {
		width: 100%;
	}
  .main-content, .main-employees {
    display: flex;
    flex-direction: column;
  }
  .main-content img, .main-employees img{
    height: auto;
    width: 35%;
  }
}
@media (max-width: 600px) {
  a {
    font-size: 15px;
  }
  .springdale {
    font-size: 27px;
  }
  .main-content img, .main-employees img{
    height: auto;
    width: 60%;
  }
  .pHeader {
    display: none;
  }
  .button1, .button2, .button3 {
    display: block;
    text-align: center;
  }
  button {
    font-size: 15px;
    padding: 5px;
    margin-top: 10px;
    background-color: #a83c3f;
    border: 3px solid #5a0507;
    border-radius: 5px;
  }
  .pRemove1, .pRemove2, .pRemove3 {
    display: none;
  }
  .footer-text h4 {
    font-size: 12px;
  }
}
