@charset "utf-8";

@media (min-width: 576px) { } /* sm */
@media (min-width: 768px) { } /* md */
@media (min-width: 992px) { } /* lg */
@media (min-width: 1200px) { } /* xl */


body, html {
	
}

#header .nav-link {
	font-size: 20px !important;
}
@media (min-width: 992px) {
	#header .nav-link {
		font-size: 16px !important;
		text-align: center;
	}
}

footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}


@media (min-width: 768px) {
  #topImage {
    --bs-aspect-ratio: 20%;
  }
}

/* Misc *******************************************************************************************************/
.date-picker { cursor:pointer; width:150px; background:#FFF !important; }
.cursor-pointer { cursor:pointer; }
.bg-image { background-repeat:no-repeat; background-position:center; background-size:cover;

 