@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%;
}

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

html{
    scroll-behavior: smooth;    
}


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

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

.icon{
    max-height: 40px;
    max-width: 120px;
}

body{
    padding-top: 55px!important;
}

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