html {
	overflow-x: hidden;
}

body {
	font-family: Verdana, var(--bs-font-sans-serif);
	color: rgba(0, 0, 0, 0.8);
	overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.h1, h1 {
	text-align: center;
	color: rgb(50, 146, 46);
	margin-bottom: 2rem;
}

.h2, h2 {
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
}

.h3, h3 {
	margin-top: 3rem;
	margin-bottom: 1.25rem;
}

.h4, h4 {
	font-size: 1.35rem;
}

p {
	font-size: 1.35rem;
	margin-bottom: 1.25rem;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: rgb(50, 146, 46);
	text-decoration: none;
}

a:hover {
	color: rgb(50, 146, 46);
	text-decoration: underline;
}

.btn-primary {
	font-weight: bold;
	color: rgb(255, 255, 255);
	background-color: rgb(227, 6, 19);
	border: none;
	border-radius: 1rem;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
	background-color: rgb(50, 146, 46);
	text-decoration: none;
}

.nav-link {
	font-size: 1.35rem;
	padding: 0 1rem;
}

.nav-link:hover {
	text-decoration: none;
}

.navbar .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-light .navbar-toggler {
	color: rgb(50, 146, 46);
}

.navbar-light .navbar-toggler:focus {
	border-color: rgba(50, 146, 46, 0);
}

.text-light .nav-link,
.text-white .nav-link {
	color: rgba(255, 255, 255, 0.7);
}

.text-light .nav-link:hover,
.text-white .nav-link:hover {
	color: rgb(255, 255, 255);
}

ul.check-item {
	list-style: none;
	font-size: 1.35rem;
	padding: 0;
	margin: 0;
}

ul.check-item li {
	padding-left: 2.5rem;
	padding-top: 1.25rem;
}

ul.check-item li:first-child {
	padding-top: 0;
}

ul.check-item li:before {
	content: '✓';
	font-family: serif;
	margin-left: -2.4rem;
	margin-right: 1.3rem;
}

.bg-green {
	background-color: rgb(50, 146, 46);
}

.bg-medium-green {
	background-color: rgba(50, 146, 46, 0.8);
}

.bg-light-green {
	background-color: rgb(194, 222, 193);
}

.bg-green-50 {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(50, 146, 46, 0.3) 50%, rgba(50, 146, 46, 0.3) 100%);
}

.curved-bottom-green {
	background-image: url('../img/bottom-curve-green.svg');
	background-size: 102%;
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

.curved-bottom-light-green {
	background-image: url('../img/bottom-curve-light-green.svg');
	background-size: 102%;
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

.site-header {
	height: 60vh;
	background-color: rgb(50, 146, 46);
	background-image: url('../img/arbotectus-fassade-01-1920.jpg');
	background-size: cover;
	background-position-x: center;
	background-position-y: 25%;
}

.site-header h1 {
	text-align: left;
	margin-bottom: 0.5rem;
}

.site-header p {
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 0.5rem;
}

.text-overlay {
	display: inline-block;
	background-color: rgb(255, 255, 255);
	padding: 10px 15px;
	color: rgb(50, 146, 46);
}

.card-image {
	padding: 1rem;
}

.card-img-top {
	height: 14rem;
}

.card-title {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-bottom: 1rem;
}

.card-text {
	font-size: 1rem;
}

.py-6 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.pt-6 {
	padding-top: 4rem !important;
}

.pb-6 {
	padding-bottom: 4rem !important;
}

.py-7 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.pt-7 {
	padding-top: 5rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.card {
	background-color: rgb(230, 230, 230);
	padding: 1rem;
	border: none;
	border-radius: 1rem;
}

.form-check {
	padding-left: 3em;
}

.form-check .form-check-input {
	margin-left: -3em;
}

.form-check-input {
	width: 2em;
	height: 2em;
	margin-top: 0;
}

.form-control, .form-select, label {
	font-size: 1.35rem;
}

.form-check-input, .form-control, .form-select {
	border: 2px solid rgba(0, 0, 0, 0.8);
}

.form-check-input[type=checkbox], .form-control, .form-select {
	border-radius: 2px;
}

.form-check-input:checked {
	background-color: rgb(50, 146, 46);
	border-color: rgb(50, 146, 46);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: rgb(50, 146, 46);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: rgb(50, 146, 46);
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: inherit;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: rgb(50, 146, 46);
}

.alert {
	border-width: 2px;
	border-radius: 1rem;
}

.alert-success {
	color: rgb(34, 122, 31);
	background-color: rgba(50, 146, 46, 0.2);
	border-color: rgba(50, 146, 46, 0.2);
}

.alert-danger {
	color: rgb(184, 0, 12);
	background-color: rgba(227, 6, 19, 0.15);
	border-color: rgba(227, 6, 19, 0.15);
}

@media (min-width: 576px) {
	.curved-bottom-green,
	.curved-bottom-light-green {
		padding-bottom: 40px;
	}
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	.curved-bottom-green,
	.curved-bottom-light-green {
		padding-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.curved-bottom-green,
	.curved-bottom-light-green {
		padding-bottom: 60px;
	}
}

@media (min-width: 1400px) {
	.curved-bottom-green,
	.curved-bottom-light-green {
		padding-bottom: 70px;
	}
}

@media (min-width: 1700px) {
	.curved-bottom-green,
	.curved-bottom-light-green {
		padding-bottom: 80px;
	}
}

@media (max-width: 575.98px) {
	.site-header p {
		font-size: 1.35rem;
	}
}

@media (max-width: 991.98px) {
	html {
		font-size: 12px;
	}

	.navbar-toggler {
		font-size: 1.778rem;
	}

	.card-text {
		font-size: 1.25rem;
	}
}

@media (max-width: 1399.98px) {
	.nav-item {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.nav-link {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}