@font-face {
  font-family: "NexaRustSlab";
  src: url("fonts/NexaRustSlab.eot");
  src: url("fonts/NexaRustSlab.ttf") format("truetype");
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: sans-serif;
}

a {
  color: #fafafa;
  transition: all 0.25s ease-in-out;
}

a:hover {
  color: #c1c1c1;
}

/* Hero section */
.hero {
  position: relative;
  background-image: url("/images/hero.jpeg");
  background-attachment: fixed;
  height: 100%;
  font-family: "NexaRustSlab", serif;
  color: #fafafa;
}

.hero h1:after {
  content: "";
  display: block;
  height: 3px;
  border-bottom: 5px solid #fafafa;
  width: 60%;
  margin: 0 auto;
}

.box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.CTA {
  display: block;
  margin: 20px auto;
  width: 150px;
  border: 5px solid #fafafa;
  transition: all 0.25s ease-in-out;
}

.CTA:hover {
  border-color: #d9d9d9;
}

.CTA p {
  position: relative;
  top: 10px;
  font-family: sans-serif;
}

.social {
  position: absolute;
  bottom: 10px;
  left: -40px;
  right: 0px;
}

.social a {
  list-style: none;
  display: inline-block;
  font-size: 3rem;
  border: 3px solid white;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 100%;
  margin: 0 10px;
}

.social a:hover {
  border-color: #c1c1c1;
}

/* Nav styles */
.collapse {
  width: 35px;
  height: 35px;
  margin: 20px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.active {
  transform: rotate(-90deg);
}

.menu-icon {
  content: "";
  position: relative;
  top: 15px;
  display: block;
  background: #fafafa;
  height: 3px;
  width: 33px;
  z-index: 9999;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}

.menu-icon:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 8px;
  display: block;
  height: 3px;
  width: 33px;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  transition: all 0.25s ease-in-out;
}

.menu-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -1px;
  display: block;
  height: 3px;
  width: 33px;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  transition: all 0.25s ease-in-out;
}

.active .menu-icon:before {
  transform: rotate(-45deg);
  right: 20px;
  bottom: 6px;
  width: 50%;
}

.active .menu-icon:after {
  transform: rotate(45deg);
  right: 0px;
  top: 6px;
  width: 50%;
}

.off-canvas {
  height: 20px;
  width: 100%;
  background: #14100d;
  color: #fafafa;
  position: fixed;
  bottom: -20px;
}

.off-canvas a {
  color: #fafafa;
}

.off-canvas-logo {
  text-align: center;
  font-family: "NexaRustSlab", serif;
  margin-top: 100px;
}

.off-canvas-social {
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.off-canvas-social li {
  list-style: none;
  display: inline-block;
  font-size: 3rem;
  border: 3px solid #fafafa;
  color: #fafafa;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 100%;
  margin: 0 10px;
  transition: all 0.25s ease-in-out;
}

.off-canvas-social li:hover {
  border-color: #c1c1c1;
  color: #c1c1c1;
}

nav {
  position: relative;
  height: 50%;
}

nav ul {
  width: 100%;
}

nav li {
  position: relative;
  left: -40px;
  width: 100%;
  list-style: none;
  text-align: center;
}

/* Divided sections */
#about {
  background-image: url("/images/hero.jpeg");
  background-attachment: fixed;
}

.about-text {
  background: rgba(20, 16, 13, 0.9);
  color: #fafafa;
  vertical-align: middle;
  text-align: center;
}

.about-text h5 {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
}

#img-right {
  background-image: url("/images/o.jpg");
  background-size: cover;
  background-position: top center;
}

#img-left {
  background-image: url("/images/o (2).jpg");
  background-size: cover;
  background-position: center;
}

/* Menu Section */
#menu {
  background: #fafafa;
}

#menu a {
  color: black;
}

.type {
  border-right: 5px solid #d9d9d9;
  height: 450px;
  margin-top: 25px;
  text-align: center;
  padding-top: 100px;
}

.type li {
  list-style: none;
  text-align: left;
  margin: 20px 0;
  cursor: pointer;
  width: auto;
}

.menu-content {
  position: relative;
  font-family: sans-serif;
  font-style: italic;
}

.menu-content section {
  position: relative;
  display: none;
  height: 450px;
  margin-top: 25px;
  padding-left: 25px;
  overflow-y: scroll;
}

.menu-content section h4 {
  text-align: center;
  margin-bottom: 25px;
}

.menu-content li {
  position: relative;
  left: -30px;
  height: 125px;
  list-style: none;
}

.current {
  border-bottom: 2px solid #d9d9d9;
}

/* Reservation Section */
#reservation {
  background-image: url("/images/o (3).jpg");
  background-attachment: fixed;
  background-size: cover;
  margin-top: -25px;
}

#reservation-display {
  background: #fafafa;
  height: 400px;
  margin-top: 50px;
}

input[type="date"] {
  min-width: 66.6666666666%;
}

select {
  height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid black;
}

/* Footer Styles */
footer {
  position: relative;
  background: #14100d;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fafafa;
}

footer form {
  text-align: center;
}

footer input[type="submit"] {
  background: #fafafa;
}

footer ul {
  margin-top: 40px;
}

.footer-nav li,
.hours li {
  list-style: none;
  text-align: center;
  margin-left: -40px;
}

.footer-social {
  text-align: center;
}

.footer-social a {
  font-size: 2.5rem;
}

.bottom {
  position: absolute;
  bottom: 10px;
  font-size: 1rem;
}

.b {
  font-family: "NexaRustSlab";
  font-size: 7.5rem;
  color: #14100d;
  text-align: center;
  background: #fafafa;
}

@media screen and (max-height: 400px) {
  .social {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  h1 {
    font-size: 4.5rem;
    margin: 0px;
  }
  h2 {
    font-size: 4rem;
    margin: 0px;
  }
  h3 {
    font-size: 3.5rem;
    margin: 0px;
  }
  h4 {
    font-size: 3rem;
    margin: 0px;
  }
  h5 {
    font-size: 2rem;
    margin: 0px;
  }
  p {
    font-size: 1.5rem;
    margin: 0px;
  }
}
