header {
  background-color: #000000;
  text-align: center;
  font-size: 50px;
  font-family: "fredericka-the-great";
  color: #ffffff;
}

#nav {
  background-color: #ffffff;
  color: #000000;
  font-family: "fredericka-the-great";
  font-size: 24px;
}

#nav ul {
  list-style-type: none;
}

#nav li {
  float: left;
  width: 100px;
  text-align: center;
  margin-right: 50px;
}

#nav li.butt {
  padding-top: 30px;
}

a {
  text-decoration: none;
  color: black;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.container {
  width: 100%;
  min-height: 50vh;
  display: flex;
}

#left,
#right {
  width: 600px;
  min-height: 400px;
  margin: 20px;
  border: 2px dashed #000;
  display: flex; 
  flex-wrap: wrap; 
  justify-content: flex-start;
  background-color: #E3DED0;
}

.list {
  background: #FFFFFF; 
  height: 120px; 
  color: black;
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center; 
  width: calc(33.33% - 15px); 
  margin: 30px;
  text-align: center;
}

.list img {
  width: 70px; 
  height: 70px;
  margin-bottom: 10px; 
}

#right .list {
  background: #FFFFFF;
  height: 120px; 
  color: black;
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center; 
  width: calc(33.33% - 15px); 
  margin: 10px; 
  text-align: center;
}


.background {
  background-color: pink;
  cursor: grab;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.carousel > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel {
  width: 100%;
  height: 60vh;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  justify-content: space-between;
}

.slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide[data-active] {
  opacity: 1;
}

.carousel-button {
  position: absolute;
  z-index: 2;
  background: none;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.carousel-button:hover,
.carousel-button:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

.carousel-button:focus {
  outline: 1px solid black;
}

.carousel-button.prev,
.carousel-button.next {
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-button.prev {
  left: 1rem;
}

.carousel-button.next {
  right: 1rem;
}

.BannerText {
  background-color: #000000;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-family: "fredericka-the-great";
}

.VisualButtons {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0px 40px;
}

.VisualButtons table {
  display: inline-block;
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 20px;
}

.VisualButtons td {
  border: solid black;
  padding: 20px;
  border-radius: 10px;
  width: 500px;
  height: 300px;
  background-color: #cccccc;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.VisualButtons a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  padding: 10px;
}

#wrapper {
  /*width:1000px;*/
  margin-left: auto;
  margin-right: auto;
}

.BookingsForm {
  position: relative;
  top: -100px;
}

.IndexBio {
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
  margin: 20px auto;
}

.TitleForStaffMembers {
	font-family: Arial, sans-serif;	
	font-size: 25px;	
}


.TitleForStaffMembers table td:nth-child(2) p {
  color: black;
  border: solid black;
  padding: 20px;
  width: 1480px;
  height: 300px;
  background-color: #FFFFFF;
  font-size: 20px;
  font-family: Arial, sans-serif;
  
}

.TitleForStaffMembers table {
	background: #000000;
	width: 500px;
}

.TitleForStaffMembers table td:nth-child(1) {
  padding-right: 50px;
  
}

.StaffTableBackground {
	background: #000000;
}

.contactmargin {
	margin-left: 80px;
}





