body{
	background-color: rgba(218, 164, 139, 0.596);
}

.mainbody {
	background-image: url(pictures/background.jpg);
	background-size: fit-content;
	background-repeat: space;
	background-color: rgba(206, 97, 47, 0.596);
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}

.navbar{
	overflow: hidden;
	background-color:rgba(148, 14, 14, 0.198);
	margin-top: 0px;
	width: 100%;
}

.logo{
  float: left;
	font-style: oblique;
	font-size: 30px;
	font-weight: bold;
	font-family: serif;
	border: double 5px;
	border-color: whitesmoke;
	border-radius: 25px;
  width: fit-content;
}

#logo1{
  font-size: 20px;
  color: white;
  border-radius: 25px;
  border: none;
  padding: 12px 16px;
}

.navbar a {
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  font-weight: bold;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(112, 17, 107);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

h1{
	text-align: center;
	font-weight: bold;
	color: rgb(56, 6, 56);
	font-size: 60px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

#prevmap iframe{
  /* display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; */
  width: 90%;
  height: 720px;
  margin-left: 5%;
  margin-right: 5%;
}

#mapp p{
  padding-right: 5%;
}


.contactbar{
	background-color: rgb(177, 40, 28);
	font-size: small;
	color: white;
	line-height: 20px;
	position: absolute;
	margin-bottom: 0;
	margin-top: 20%;
	margin-right: 5px;
}

.contactbar .contact-info{
	float: left;
	background-color: rgb(177, 40, 28);
	background-size: cover;
	background-position: absolute;
	margin-bottom: 0px;
	width: 45%;
	margin-bottom: 0px;
	margin-left: 10px

}

.contactbar .aboutus{
	float: right;
	width: 45%;
	background-color: rgb(177, 40, 28);
	background-size: cover;
	margin-right: 10px;
}

.stats-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  width: 250px;
  height: 200px;
}

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  font-style: oblique;
  border: ridge;
  color: rgb(56, 6, 56);
  border-radius: 25px;
  border-color: white;
}

ul > li {
  font-size: 25px;
}
