@import url('https://fonts.googleapis.com/css?family=Big+Shoulders+Text:100,300,400,500,600,700,800,900&display=swap');

body {
  margin: 0;
  background-color: #f3f3f3;
}

.nav-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  padding: 0;
}

.nav-flex-row li {
  text-decoration: none;
  list-style-type: none;
  padding: 20px 15px;
}

.nav-flex-row li a {
  font-family: 'Big Shoulders Text', cursive;
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 300;
}

.nav-flex-row li a:hover {
  color: #dddddd;
  text-decoration: none;
}

.section-intro {
  height: 820px;
  background-image: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-intro h1 {
  text-align: center;
  color: #ffffff;
  font-size: 4em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Big Shoulders Text', cursive;
  letter-spacing: 2px;
}

.section-intro header {
  display: flex;
  flex: 4;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.link-to-book-wrapper {
  flex: 1;
}

.link-to-book {
  color: #ffffff;
  display: block;
  border: 2px solid #ffffff;
  padding: 8px 18px;
  font-family: 'Big Shoulders Text', cursive;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
}

a.link-to-book:hover {
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
}

.about-section {
  display: flex;
  align-items: center;
  background-color: #f3f3f3c0;
  padding: 50px 30px;
}

.about-section p,
.about-section h3 {
  text-align: center;
  width: 60%;
  margin: auto;
  font-family: 'Big Shoulders Text', cursive;
  text-transform: uppercase;
}

.about-section h3 {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-section p {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}

.carousel-inner {
  height: 700px;
}

.carousel-inner img {
  height: 700px;
  object-fit: cover;
  object-position: center;
}

.menu-text-section {
  padding: 50px 30px;
  text-align: center;
  background-color: #ffffff;
}

.menu-text-section h3,
.menu-text-section p {
  font-family: 'Big Shoulders Text', cursive;
  text-transform: uppercase;
}

.menu-text-section h3 {
  font-size: 2.4em;
  font-weight: 700;
}

.menu-text-section p {
  font-size: 1.5em;
  font-weight: 300;
}

.row-flex {
  display: flex;
  flex-direction: row;
}

.flex-column-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 30px 20px;
}

.flex-column-form h3,
.opening-time h3,
.contact-adress h3 {
  font-family: 'Big Shoulders Text', cursive;
  text-transform: uppercase;
  font-weight: 700;
}

.form-group p {
  font-size: 1.2em;
  font-family: 'Big Shoulders Text', cursive;
  text-transform: uppercase;
}

.btn.btn-primary {
  font-family: 'Big Shoulders Text', cursive;
  color: #ffffff;
  background-color: #95999e;
  text-transform: uppercase;
  font-size: 16px;
  padding: 7px 14px;
  letter-spacing: 2px;
  border: 0;
}

.btn.btn-primary:hover {
  background-color: #747474;
}

.opening-time,
.contact-adress {
  flex: 1;
  margin: 30px 20px;
  font-size: 1.2em;
  font-family: 'Big Shoulders Text', cursive;
}

.opening-time p span,
.contact-adress p span {
  display: block;
}

footer {
  text-align: center;
  padding: 25px 10px;
  background-color: #222222;
  color: #ffffff;
  font-family: 'Big Shoulders Text', cursive;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer p {
  margin: 0;
}

@media (min-width: 577px) and (max-width: 800px) {
  .section-intro {
    height: 500px;
  }

  .about-section p,
  .about-section h3 {
    width: 80%;
  }

  .about-section h3 {
    font-size: 24px;
  }

  .about-section p {
    font-size: 20px;
  }

  .carousel-inner,
  .carousel-inner img {
    height: auto;
  }

  .row-flex {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .nav-flex-row {
    flex-wrap: wrap;
  }

  .nav-flex-row li {
    padding: 12px 8px;
  }

  .nav-flex-row li a {
    font-size: 1.1em;
  }

  .section-intro {
    height: 360px;
  }

  .section-intro h1 {
    font-size: 2.2em;
    padding: 0 20px;
  }

  .about-section {
    padding: 30px;
  }

  .about-section p,
  .about-section h3 {
    width: 100%;
  }

  .about-section h3 {
    font-size: 22px;
  }

  .about-section p {
    font-size: 16px;
  }

  .carousel-inner,
  .carousel-inner img {
    height: auto;
  }

  .menu-text-section h3 {
    font-size: 28px;
  }

  .menu-text-section p {
    font-size: 18px;
  }

  .row-flex {
    display: flex;
    flex-direction: column;
  }

  .row-flex h3 {
    font-size: 25px;
    text-align: center;
  }

  .form-group p {
    font-size: 15px;
    text-align: center;
  }

  .opening-time p span,
  .contact-adress p span {
    font-size: 15px;
    text-align: center;
  }
}