@charset "utf-8";
/* CSS Document */

body {
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url(../images/bkgd.webp);
}
h1 {
    font-family: 'Moon Dance', cursive;
    font-size: 55px;
}
h2 {
	font-family: 'Moon Dance', cursive;
	font-size: 45px;
}
h3 {
	font-family: 'Moon Dance', cursive;
	font-size: 35px;
}
/* Color of the navbar BEFORE scroll */
.navbar {
    background-color: rgba(0,0,0,0.40);
}
.cabins {text-align: center;}
.cabins a{
    font-weight: bold;
    text-decoration: underline;
    text-shadow: 1px 1px 4px #8B8A8A;
    text-align: center;
    color: #03B01C;
    font-size: 20px;
}
.header{
    background-image: url(../images/header.webp);
    background-size: cover;
    border-bottom: 12px solid #276E00;
}
#carouselMaterialStyle {
	border-bottom: 12px solid rgba(39,110,0,1.00);
}
/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler .fa-bars {
  color: #fff;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler .fa-bars {
  color: #4f4f4f;
}

/* Color of the navbar AFTER scroll */
.navbar-scrolled {
  background-color: #fff;
}
.nav-link {
    font-size: 20px;
    font-weight: bold;
}
/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}
.multi-carousel-item img{
    max-height: 300px!important;
	height: 300px!important;
}
.footer {
    background-color: #276E00;
    color: #FFFFFF;
    border-top: 10px solid #276E00;
    background-image: url(../images/footer.webp);
    background-size: cover;
    margin-top: 25px;
    padding-top: 15px;
}
.footer a{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
.header-row {
	position:absolute;
	right: 15%;
bottom: 1.25rem;
left: 15%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
text-align: center;
	
}