@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Racing+Sans+One&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
	--site-color: #04b46b;
	--site-color-dark: #036e49;
	--site-bg: #04b46b;
	--site-bg-dark: #036e49;
}

html,
body {
	height: 100%;
}

body {
	font-family: "Georama", sans-serif;
	font-size: 18px;
	font-weight: 300;
	background-color: #23392f;
	color: #f6f6f6;
	letter-spacing: .5px;
}

h1 {
	font-size: 200%;
	font-weight: 600;
}

h2 {
	font-size: 150%;
	font-weight: 500;
}

h3 {
	font-size: 120%;
	font-weight: 400;
}
/* bsovr */
a {
	color: var(--site-color);
	text-decoration: none;
	font-weight: 500;
}

a:hover {
	color: var(--site-color-dark);
	text-decoration: none;
}

a:focus-visible {outline: 1px dashed;}

.racing-sans-one-regular, .font-racing {
	font-family: "Racing Sans One", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-serif {
	font-family: "Roboto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.text-justify {text-align: justify;}

.bg-primary {
	color: #FFFFFF;
	background-color: var(--site-bg) !important;
}

.bg-primary-dark {
	color: #FFFFFF;
	background-color: var(--site-bg-dark) !important;
}

.bg-none {
	background: none !important;
}

.bg-contain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-overlay {
	background: rgba(15, 15, 15, 0.7);
}

.color-white {color:#FFF;}

.color-gold {color:#f0be00;}

.site-color {
	color: var(--site-color);
}

.site-color-dark {
	color: var(--site-color-dark);
}

.site-color-inverse {
	color: #fff;
	background: var(--site-bg);
}

.btn-primary {
	color: #fff;
	background-color: var(--site-color);
	border-color: var(--site-color);
	box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:active {
	background-color: var(--site-color-dark) !important;
	border-color: var(--site-color-dark) !important;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none;
}

.btn-outline-primary {
	border-color: var(--site-color);
	color: var(--site-color);
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem rgb(125 125 125 / 50%) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active {
	color: #fff;
	background-color: var(--site-color-dark) !important;
	border-color: var(--site-color-dark) !important;
}

.form-control {
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.container {
	width: 100% !important;
	max-width: 1320px !important;
}

.table-responsive {
	padding-left: 1px;
	padding-right: 1px;
}

.table-bordered {
	border: 1px solid #dee2e6 !important;
}

.table th {
	background: #f6f6f6;
}

.text-underline,
.text-underline:hover {
	text-decoration: underline;
}

/*.btn, .form-control {border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}*/
button:focus {
	outline: none;
}

label {
	font-weight: 600;
	font-size: .9rem;
}
input:invalid, textarea:invalid { border: red solid 1px;}
.form-check, .form-check label {cursor:pointer;}


header {
	width: 100%;
	z-index: 99;
}

.header-row-0 {min-height:34px;	font-size: 80%; padding-top:.4em; padding-bottom:.4em;}
.header-row-0 a {color: #FFFFFF;}
.header-row-0 a:hover { color: inherit;}
.header-row-0 img.flag {height: 18px; width: auto;}

.header-row-0 .dropdown-toggle {
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 8px;
	background-color: rgba(180, 180, 180, 0.2);
}
.header-row-0 .dropdown-item {color: #707080;}

.header-row-0 .topicons>* {margin-left: 1em;}
.header-row-0 .col {padding-top: 1em; padding-bottom: 1em;}


.header-nav nav {background-color:rgba(15, 15, 15, 0.2);}


.header-row-1 {
	color: var(--site-color);
	line-height: 1;
	padding-top: .5em;
	padding-bottom: .5em;
}

.header-row-1 i {
	font-size: 1em;
	margin-bottom: .2em
}

.header-row-1 a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header-row-1 a span {
	font-size: .8em;
}

.header-row-1 a:hover {
	color:#000;
}

.header-row-2 {
	align-items: center;
	/*border-top:1px solid; border-bottom:1px solid;*/
	border-color: var(--site-color);
}

/*
.header-row-2 a { font-size:inherit; font-weight: inherit; color:inherit;}
.header-row-2 a:hover {color:#FFFFFF;}
*/
.scrollfix {background-color: #fff; z-index:10;}

#navbarcontainer { background-color: #f8f8f8;}

.navbar {
	padding: 1.4rem 0;
	width: 100%;
}

.navbar .dropdown-menu {
	font-size: 1em;
}

.navbar .nav-item {
	text-align: center;
	border-bottom: 1px solid #DADADA
}
.nav-link {
    padding: 0.2rem 1rem;
	color: #fff !important;
	font-weight: 300;
}
.navbar .nav-link.active, .navbar .nav-link:hover {
	color: var(--site-color) !important;
}


button.navbar-toggler {
	background: none;
	border: none;
	padding: 0;
	font-size: 1rem;
	outline: none;
}
.btn-link {
    font-weight: 600;
    color: var(--site-color-dark);
    text-decoration: none;
}
.btn-link:hover {
    color: var(--site-color);
    text-decoration: none;
}
.dropdown-toggle.active-dropdown::after {
	transform: rotate(-90deg) !important;
}

.slider-item {
	position: relative;
}


@media (min-width:490px) {
	/* body {padding-top:207px;} */
}

@media (min-width:768px) {
	.header-row-1 i {
		font-size: 1em;
	}


}

@media (max-width:768px) {
	.header-row-2 [class^="col"] {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (min-width:992px) {
	/*
	.header-row-1 [class^="col"] {}
	*/
	#navbarcontainer { background-color: #fff;}

	.header-row-2 {
		height: auto;
	}

	nav.navbar {
		/*padding: 0.4rem 0;*/
		background-color: rgba(180, 180, 180, 0.12);
		text-transform: uppercase;
		font-size: .65em;
		padding-left: 1em !important;
		padding-right: 1em !important;
		padding-top: 1em !important;
		padding-bottom: 1em !important;
	}

	.navbar-nav .nav-link {
		text-align: inherit;
		border-bottom: none;
	}
	.navbar-nav a:first-child {padding-left: 0 !important;}
}

.news-box img {transition: all .8s; opacity: .7; }
.news-box img:hover { opacity: 1;}

.font-sans {
	font-family: "Open Sans", sans-serif;
}

.font-serif {
	  font-family: "Roboto Serif", serif;
}

.font-xl {
	font-size: 3em;
}
.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.shadowed {
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

::placeholder {
	font-size: .9rem;
	font-style: italic;
	color: #D0D0D0 !important;
}


#cookie_alert_overlay {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: rgba(15, 15, 15, 0.7);
	z-index: 10999;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#cookie_alert {
	padding: 2em;
	background: #FFF;
	color: var(--site-color-dark);
	text-align: justify;
	font-size: .9em;
	margin-bottom: 5%;
	max-width: 540px;
}
/*
footer [class^="col"] {
	padding-bottom: 2em;
}
*/
.footer-links {font-size: small;}

.footer-links a {
	font-weight: 300;
	color: inherit;
	white-space: nowrap;
}

footer .links a:hover {
	color: var(--site-color);
}

.copyright {
	font-size: .8em;
}