@font-face {
  font-family: Sacramento-Regular;
  src: url("..\fonts\Sacramento\Sacramento-Regular.tff");
}

.navbar-brand{
    font-family: 'Sacramento', cursive;
    color: #f8f8ff;
}

#nav li a{
    font-family: 'Sacramento', cursive;
    color: #f8f8ff !important;
}

#myCarousel2{
    color: white;
}

#myCarousel2Inner{
    position: absolute;
    top: 40%;
}

html{
    scroll-behavior: smooth;
}

.btn-white-txt{
    color: #ffffff;
    text-decoration: none;
}

.btn-white-txt:hover{
    color: bisque;
}

html{
    padding-top: 55px;
}

.t-indent{
    text-indent: 1em;
}

#office{
    margin-top: 10px;
}

#office img{
    border-radius: 15px;
}

#navbarContent{
    font-size: 1.25em;
}

#nav-reservations{
    opacity: 0;
    display: none;
}

/* #nav-info{
    opacity: 0;
} */

@media only screen and (max-width: 400px) {
    #nav-reservations{
        font-size: 1em;
    }
  }