

@import url('https://fonts.googleapis.com/css2?family=Lato:400,700');

html, body {
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

.navbar {
  background: rgba(51, 51, 51, 0.295);
}

.navbar-brand img {
  height: 8rem;
}

.weatherWidget {
  width: 255px;
  position: fixed;
  top: 250px;
  right: 24px;
}

.newsWidget {
  width: 255px;
  position: absolute;
  top: 310px;
  left: 5px;
}

.video-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}

.welcome{
  position: absolute;
  top: 28%;
  width: 100%;
  color: white;
}

.guest {
  position: absolute;
  top: 38%;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  word-wrap: break-word;
}

.eatAndPlay {
  position: absolute;
  top: 58%;
  width: 100%;
  color: white;
}

.tvinfo {
  position: absolute;
  top: 78%;
  width: 100%;
  color: white;
}

.guest h1 {
  font-size: 5rem;
  font-weight: 700;
  initial-letter: .2rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
  line-height: 1.2;
}

.welcome h3 {
  font-size: 2rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}

.tvinfo h4 {
  font-size: 1rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}

.btn-lg {
  border-width: medium;
  border-radius: 5;
  font-size: 1.1rem;
  padding: .6rem 1.3rem;
  background-color: rgb(150, 41, 41);
}



/*============= COURSE SECTION =============*/

.col-md-8 {
  margin: 2rem auto 8rem;
  padding-top: 2rem;
}
.col-md-8 h1 {
    font-size: 2.4rem;
  }
.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: #1EBBA3;
  background-color: #1EBBA3;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #189582;
  background-color: #189582;
  color: white;
}

/* @media (min-width: 768px) { 
  .caption h1 {
    font-size: 1.4rem;
    initial-letter: .15rem;
    padding-bottom: .5rem;
  }
  .caption h3 {
    font-size: 1.1rem;
    padding-bottom: 1.2rem;
  }
  .btn-lg {
    font-size: .1rem;
    padding: .5rem 1rem;
  }
  .col-md-8 h1 {
    font-size: 1.4rem;
  }
} */

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
.reservation-info {
  position: absolute;
  top: 190px;
  left: 25px;
  color: white;
  text-shadow: .1rem .1rem .5rem black;
  font-size: 1.2rem;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 8px;
}
