img, object, embed, video {
	max-width: 100%;
}
body {
  background-image: url('/Images/wallhaven-4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
  color: black;
  font-family: Verdana;
  background-position: center center;
  background-attachment: fixed;
  justify-content: center;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 1rem;
}
p{
  color: white; 
}
h1, h2, h3, h4{
  color: white; 
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: .9rem;
  font-family: sans-serif;
}
.container {
  width: 100%;
  max-width: 600px;
  background: black;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid lavender;
  display: flex;
  flex-direction: column;
}
header, footer {
  background-image: url('/Images/field.gif');
  padding: 1rem;
  text-align: center;
}
footer p {
  font-size: 0.75rem;
}
.content {
  display: flex;
  flex-direction: row;
}
.main {
  width: 100%;
  padding: 1rem;
  color: white;
}
.main-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0.5rem 0;
}
.section-title {
  font-weight: bold;
  margin: 1rem 0 0.5rem;
  padding: 0.25rem;
  background-color: lavender;
  color: black;
  font-size: 0.9rem;
}
u {
  text-decoration: underline;
  text-decoration-color: lavender;
}
s, del {
  text-decoration: line-through;
  color: #888;
}
a {
  color: lavender;
  text-decoration: underline;
  transition: color 0.2s ease;
}
a:hover {
  color: white;
  }
i, em {
  font-style: italic;
  color: #ccc;
}
b, strong {
  font-weight: bold;
  color: lavender;
}
@media (max-width: 600px) {
.content {
  flex-direction: column;
}
.left, .main {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #eee;
  }
.main {
  border-bottom: none;
}
}
.tg{
  border-collapse:collapse;
  border-spacing:0;
  margin:auto;
  color:white;
  }
tr{
   padding:5px 5px;
  }
td{
   padding:5px 5px;
  }
@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
    .image-card {
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .image-card img {
      object-fit: cover;
      display: block;
    }

    .hover-box {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;

      padding: 5px;
      color: white;
      background: rgba(0, 0, 0, 0.75);

      transform: translateY(100%);
      transition: transform 0.3s ease;
    }

    .image-card:hover .hover-box {
      transform: translateY(0);
    }

    .hover-box h3 {
      margin: 0 0 6px;
      font-size: 1.2rem;
    }

    .hover-box p {
      margin: 0;
      font-size: 0.95rem;
    }
    
    /*simplenav*/
.topNavUl {
	position: static;
    padding-top:20px;
    padding-bottom: 20px;
}
.topNavLI {
	text-align: center;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.linkStyle {
	color: rgba(0,0,0,1.00);
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;	
}