/* final.css */
header, footer {
	

}

header nav {
  float: right;
  margin-right: 5px;
}

header nav li {
  display: inline;
  font-size: 24px;
}

footer {
	font-size: 20px;
	text-shadow: 2px 2px forestgreen;
	align-self: center;
	padding-top:  75px;
	color: white;
}

a {
	color: white;
	padding: 5px;
	font-size: 22px;
	text-decoration: underline;
	text-decoration-color: white;	
}

body {
	background-color: lightgreen;
	font-family: Georgia;
	font-size: 25px;
	color: white;

	margin: 0 auto;
	
}
#headText {
	font-family: Arial Black;
	font-size: 50px;
	color: white;
    text-shadow: 4px 4px forestgreen;
}

#main {
	padding: 3px;
	margin-top: 100px;
	border: solid 3px;
	border-color: forestgreen;
	font-size: 24px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border: #solid 10px #000;
	background-color: rgba(105,100,100,0.8);
	width:80%;
	margin-left: auto ;
 	margin-right: auto ;

}

#about {
	font-size: 20px;
	text-shadow: 2px 2px forestgreen;
	align-self: center;
	padding-top:  75px;
	padding-left: 25px;
	color: white;
}

.dropbtn {
  background-color: forestgreen;
  color: white;
  padding: 16px;
  font-size: 16px;
  -moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:10px;
	border: #solid 5px #000;
}

.home1 {
	border: groove forestgreen 8px;
	padding: 12px 16px;
	border-radius:10px;
	border: #solid 5px #000;
	opacity: 2;
 	border-radius:30px;
 	width: 50%;
 	overflow: auto;

}

.home2 {
	border: groove forestgreen 8px;
	padding: 12px 16px;
	border-radius:10px;
	border: #solid 5px #000;
	opacity: 2;
	margin-left: auto;
 	border-radius:30px;
 	width: 50%;
 	overflow: auto;
}

.about{
	padding: 12px;
	text-shadow: 2px 4px forestgreen;
}

}

.dropdown {
  position: relative;
  display: inline-block;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: forestgreen;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:10px;
	border: #solid 5px #000;
}

.dropdown:hover .dropdown-content {
	display: block;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:10px;
	border: #solid 5px #000;
	opacity: 2;
}

#services {
	margin-top: 150px;
}

.headPic {
	margin-top: 100px;
	height: 300px; 
	width: 500px;
}

.tableA {
	table-layout: fixed;
	border: 2px white;
	border-style: ridge;
	text-shadow: 2px forestgreen;
	padding: 6px;
	margin-bottom: 10px;
	height: auto;
	width: 100%;
	margin: auto;
	border-radius: 10px;
}

.gal {
	padding: 6px;
	margin-bottom: 10px;
	height: auto;
	width: 100%;
	margin: auto;
	font-size: 24px;
	text-shadow: 2px 2px forestgreen;	
}

.tableB {
	table-layout: fixed;
	border: 2px white;
	border-style: ridge;
	text-shadow: 2px forestgreen;
	padding: 6px;
	margin-bottom: 10px;
	height: 100%;
	width: 100%;
	margin: auto;
	border-radius: 10px
}

th, td {
	position: relative;
	font-family: Arial Black;
	font-size: 18px;
	text-shadow: 3px 3px forestgreen;
	table-layout: fixed;
	border: solid 2px white;
	border-style: ridge;
	border-radius: 6px



}

td:hover {
	background-color: forestgreen;
}

mark {
	background-color: darkgreen;
	color: white;
	font-size: 12px;

}

h1 {
	font-size: 30px;
	color: white;
	text-shadow: 3px 3px forestgreen;
	font-family: Georgia;
}

#form {
	border: ridge 3px white;
	border-radius: 200px;
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
