/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}

.header-green {
	font-weight: bold;
	background-color: #3db36b;
	text-align: right;
	color: white;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.navbar {
	font-weight: bold;
}
.navbar-brand {
	padding-top: 0px;
}
.navbar img {
	max-height: 100px;
}
.navbar .label {
	color: var(--bs-nav-link-color);
}
.nav-link {
	padding-right: 0 !important;
	padding-left: 1.5rem !important;
}
.button-green {
	background-color: #3db36b;
	color: white;
}

.header-spacing-helper {
	display: none;
}

.featurette {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0%;
	height: 12rem;
}

.featurette h3 {
	text-align: center;
	margin: 0.3em;
	border-radius: 8px;
}

.container-main {
	background: linear-gradient(
          rgba(0, 0, 0, 0.2), 
          rgba(0, 0, 0, 0.5)
        ), url('/img/roof-2490864_1280.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0%;
	padding: 0;
	height: 36rem;
}

#main-label {
	position: relative;
	top: 6rem;
	color: white;
	width: 100%;
	text-align: center;
}

#map-container {
	text-align: center;
}

.cal-day-name {
	text-align: right;
}

.cal-day a {
	text-decoration: none;
	color: inherit;
}

.cal-disabled a {
	cursor: not-allowed;
}

.cal-disabled {
	color: #cccccc;
	cursor: not-allowed;
}

.today {
	font-weight: bold;
	background-color: #3db36b;
	color: white;
}

.list-group-item:disabled {
	color: #cccccc;
	cursor: not-allowed;
}

.not-visible {
	display: none;
}
