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

.top-header-text {
    font-size: 10pt;
    color: white;
}

.top-header-text:link {
  	font-size: 10pt;
  	color: white;
}

/* visited link */
.top-header-text:visited {
  	font-size: 10pt;
 	color: white;
}

.menu-main-text {
    font-size: 12pt;
    color: #274CA1;
}

.menu-sub-text {
    font-size: 10pt;
    color: #274CA1;
}

.carousel img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.display-7 {
	font-size: calc(1.475rem + 0.9vw);
	font-weight:300;
	line-height:1.2
}

/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
  	width: 70px !important;
  	overflow: hidden !important;
  	transition: all 0.3s ease !important;
  	left: 4px !important;
}

.grecaptcha-badge:hover {
  	width: 256px !important;
}

#backtotopBtn {
	display: none; /* Hidden by default */
  	position: fixed; /* Fixed/sticky position */
  	bottom: 20px; /* Place the button at the bottom of the page */
  	right: 30px; /* Place the button 30px from the right */
  	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
  	outline: none; /* Remove outline */
  	background-color: #3D6ED1; /* Set a background color */
  	color: white; /* Text color */
  	cursor: pointer; /* Add a mouse pointer on hover */
  	padding: 10px; /* Some padding */
  	border-radius: 5px; /* Rounded corners */
  	font-size: 16px; /* Increase font size */
	opacity: 0.75;
}

#backtotopBtn:hover {
  	background-color: #555; /* Add a dark-grey background on hover */
}

/* Fix to resolve issue where the sticky menu causes anchors to be in the wrong place */
.anchor {
    display: block;
    position: relative;
    top: -10vh;
    visibility: hidden;
}