* {
  box-sizing: border-box;
}


/* The sidepanel menu */
.sidepanel {
  height: 150px; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #fff; /* #111 Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 30px; /* Place content 60px from the top */
  padding-bottom: 150px;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  /* opacity: 0.8; */
}

/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 10px;
  color: #818181;  /*gray*/
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 10px;
  cursor: pointer;
  background-color: #f0ede6;
  color: #818181;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
}

.openbtn:hover {
  background-color: #f1f1f1;  /*#444*/
}

/*Website_flyer*/
img {
  max-width: 100%;
  height: auto;
}

.container-fluid {
   background-color: #ffc4ab;
   width:100%;
   padding-top: 25px;
   border-radius: 5px;
   margin-top: -25px;
   padding-bottom: 200px;
   margin-bottom: 50px;
   font-family: 'Arsenal';
}
body,button,nav, h3 {
  color: #ffff;
  font-family: "Arsenal";
}
h3, em, strong{

  text-shadow: 1px 1px black;

}
.amenities, .blurb,tbody, .navbar-brand{
    color: #ffff;
    font-family: "Arsenal";
}

#thead{
  text-align: center;
}
/* centered video with rounded corners */
video {
	max-width: 100%;
	height: auto;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

#vid{
  text-align: center;
}

.card-body, .card-header{
  color: #ffc4ab;
  background-color: #f1f1f1;
  text-align: center;
}



.page-footer {
  background-color: #fff;  /*#f0ede6*/
  position:fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-top-left-radius:25px;
  border-top-right-radius: 25px;
  /* z-index: 100; */
  margin-top:10px;
  /* margin-bottom:auto; */
  /* overflow: hidden; */
  padding-top: 30px;
  /* padding-bottom: 5px; */
  line-height: 15px;
  color: #ffc4ab;
  font-family: "Arsenal";
  border-color: white;
}

.icons {
  color: #ffc4ab;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
