
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

body {
  font-family: "Poppins", serif;
  background: #0d6dfb;
} 




/* Nav Bar */

.navbar {
	border-bottom: #000 1px solid;
		
	}
/*
.navbar .nav-item {
    font-size: 1rem;
    padding-right: 1.1rem;
  }
*/
.navbar .nav-item .nav-link {
	color: white;
}

/* .navbar-dark {
  background: #26319a;
} */

footer {
  /*background-color: black;*/
  color: white;
  padding-top: 2rem;
  height: 100px;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%
  margin-top: .8rem;
  margin-bottom: 1rem;
}

hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%
  margin-top: .8rem;
  margin-bottom: 1rem;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.selected{
  background-color: green;
    color: red;
}

/* Footer */

/* .bg-footer {
  background: #04095b;
} */

/* https://philipwalton.com/articles/what-no-one-told-you-about-z-index/ */

.z-index-order {
  opacity: .99;
}

.masthead {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#color-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: black;
   opacity: 0.4;
   z-index: -1;
   }

.season-bg {
    background-color: #0d6dfb;
    padding: 0px 3px 0px 3px;
    border-left: 1px solid white;
    border-right: 1px solid white; 
  }

  input { 
    text-align: center;
    font-weight: bold; 
}

  
