body { background-image: url("img/trap-hills.jpg");
	background-size: cover;
}

h1, h2, h3, p, li, a, td {
	font-family: Verdana, Geneva, Tahoma, sans-serif, sans-serif;
}

h6 {
	font-weight: bold;
}

p {
	font-size: 1em;
}


.iframe{
width: 100%;
height: 75%;
border:0;
}

tr, td {
	border:1px solid gray;
	padding: 20px;
}

ul{
  list-style-type: none;
  margin: 10vw;
  overflow: hidden;
}

li {
  float: left;
  padding: 1vw;
}

li a {
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

li a:hover {
  color: black;
  text-decoration: underline;
}

.active {
	text-decoration: underline;
}
.responsive-img {
	width: 15%;
	height: auto;
}

.container {
	justify-content: center;
	align-items: center;
	display: flex;
	background-color: white;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 30px;
	padding: 35px;
}

.btn-outline-secondary {
	padding: 10px;
	margin: 10px;
}
.btn-outline-primary{
	padding: 10px;
	margin: 10px;
}
.logo{
	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}