* {
  box-sizing: border-box;
}

h1 {
  color: white;
}

h3 {
  margin: 0;
  color:white;
}

select {
  font-family: 'Poppins', cursive;
}

a {
  color: white;
  text-decoration: none;
}

ul {
  padding: 0;
}

.menu {
  float: left;
  width: 20%;
  text-align: center;
}

.menu a {
  background-color: #b70000;
  padding: 8px;
  margin-top: 7px;
  display: block;
  width: 100%;
  color: white;
  text-decoration:none;
}

.container {
  float: left;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.cmscontainer {
  float: left;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.cmscontainer h2 {
  margin: 0;
  background: #090979;
  color: white;
}

.cmscontainer h3,
.cmscontainer label,
.cmscontainer a {
  color: #090979;
}

.section#header .centerhack {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.section#header #nav {
  list-style: none;
  font-size: medium;
  margin: 0 auto;
  padding: 10px;
  width: 450px;
  height: 50px;
  background: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=0.8);
  border-radius: 20px;
  cursor: default;
}

.section#header #nav li {
  display: inline-block;
  padding: 0 10px;
}

.section#header #nav li a {
  color: #555;
  text-decoration: none;

  font-size: 18px;
}

.section#header #nav li a:hover {
  color: #000;
}

.container #nav {
  list-style: none;
  font-size: medium;
}

.container #nav li a:hover {
  color: #00d4ff;
}

.section#tab1 h2,
.section#tab1 h3,
.section#tab1 p {
  margin: 0;
  text-align: left;
}

.container article .more {
  display: none;
}

.cmscontainer article .checklist {
  display: none;
}

#reservform label {
  color: white;
}

#reservform input[type="text"],
#reservform input[type="email"],
#reservform input[type="date"] {
  width: 400px;
  padding: 15px 30px;
  margin: 15px 0;
  border: 0;
  background: transparent;
  outline: 0;
  border-bottom: 1px  solid #555;
  font-family: 'Poppins', cursive;
  color: white;
}

#reservform input[type="text"]:focus,
#reservform input[type="email"]:focus,
#reservform input[type="date"]:focus {
  border-color: #fff;
}

#reservform ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.section#footer .container {
  float: left;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: small;
}

.section#footer .centerhack {
  position: fixed;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  color: white;
  font-size: small;
}

.foundicon-location,
.foundicon-phone,
.foundicon-mail,
.foundicon-clock {
  font-family: 'Poppins', cursive;
}

.right {
  background-color: #b70000;
  float: left;
  width: 20%;
  padding: 15px;
  margin-top: 7px;
  text-align: center;
}

.section#header .invoicehack {
  position: fixed;
  top: 5px;
  left: 5%;
  transform: translate(-5%, 0);
  height: 68%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.h1custom {
  background-color: transparent;
  border-color: transparent;
  font-size: 2em;
  font-weight: bold;
  color: white;
  font-family: 'Poppins', cursive;
  margin: 0.67em 0;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}