:root {
	--theme-color: #0d72c4;
}

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

h1 {
	font-size: 40px;
}

h2, h3 {
	margin: 10px 0;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 25px;
}

p, li, label, input, textarea, .linkcolor {
	font-size: 20.5px;
	line-height: 30px;
}

input, textarea {
	display: block;
	width: calc(100% - 37px);
	padding: 10px 15px;
	border-radius: 15px;
	border: 3px solid rgba(0,0,0,0.3);
	margin: 5px 0 10px;
	resize: none;
	font-family: system-ui;
	transition: all 0.2s;
}

textarea:focus, input:focus{
    outline: none;
	background-color: rgba(0,0,0,0.1);
	border-color: rgba(0,0,0,0.4);
}

summary {
	color: white;
	margin-top: 25px;
	cursor: pointer;
}

details {
	text-align: right;
	background-color: var(--theme-color);
	border-radius: 15px;
	display: none;
}

.button {
	font-size: 18px;
	border-radius: 15px;
	background-color: var(--theme-color);
	font-family: system-ui;
	font-weight: 500;
	color: white;
	width: max-content;
	border: 0;
	transition: all 0.2s;
}

.button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.btn-outline {
    color: black;
    text-decoration: none;
    padding: 10px;
    border: 3px solid rgba(0,0,0,0.3);
    border-radius: 15px;
    margin: 8px 16px 8px 0;
	transition: all 0.2s;
	font-size: 21px;
	display: inline-block;
}

.btn-outline:hover {
    background-color: rgba(0,0,0,0.1);
	border-color: rgba(0,0,0,0.4);
}

.container {
	width: 70%;
	max-width: 1200px;
	margin: auto;
}

.grid {
	margin-top: 100px;
	display: grid;
	gap: 45px;
	grid-template-columns: auto auto; 
}

.gray {
	height: min-content;
	background-color: rgba(0,0,0,0.05);
	padding: 25px;
	border-radius: 15px;
}

.icon {
	height: 20px;
	position: relative;
	top: 4px;
}

.first {
	padding-top: 100px;
}

.right {
	float: right;
}

#navbar {
	background-color: var(--theme-color);
	height: 70px;
	position: fixed;
	width: 100%;
	z-index: 3;
}

#mobilenav {
	display: none;
	padding-bottom: 100px;
}
/*
#navbutton:focus + #mobilenav, #mobilenav:focus-within {
	display: block;
}*/

#logolink {
	text-decoration: none;
	display: inline-block;
	padding: 0;
}

#logo {
	padding-top: 5px;
	height: 60px;
	display: inline-block;
	vertical-align: top;
}

#heading {
	font-size: 37px;
	display: inline-block;
	font-weight: 500;
	color: white;
	padding-left: 10px;
	vertical-align: top;
	top: -26px;
	position: relative;
	line-height: 43px;
}

.navlink, .navlink:visited {
	color: white;
	display: inline-block;
	margin: 20px;
	font-size: 18px;
	font-weight: 500;
	transition: opacity 0.2s;
	text-decoration: none;
}

.navlink:hover {
	color: white;
	text-decoration: none;
	opacity: 0.7;
}

.navlink.active {
	border-bottom: solid 2px white;
	pointer-events: none;
}

#mobilenav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	background-color: rgb(83, 83, 83);
}

.cover {
	position: relative;
}

#covertext {
	font-weight: 600;
	font-size: 60px;
	color: white;
	position: absolute;
	text-shadow: 0px 0px 15px black, 0px 0px 100px black;
	transform: translate(0%, -50%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.coverimage {
	width: 100%;
	height: 100%;
	max-height: 500px;
	object-fit:cover;
}

.border-radius-10 {
	border-radius: 15px;
}

.profileimage {
	max-width: 200px;
	margin-top: 15px;
}

.mapimage {
	max-width: 900px;
	width: 100%;
}

.linkcolor, .linkcolor:visited {
	color: #d36002;
	text-decoration:none;
	transition: all 0.2s;
	border-bottom: 1.5px solid #d36002;
}

.linkcolor:hover {
	opacity: 0.8;
	border-bottom: 2.5px solid #e48a04;
}

.check-bullet-points {
	list-style: none;
	padding: 0;
}

.check-bullet-points li::before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url('/icons/check-circle.svg');
	background-size: contain;
	position: relative;
	top: 3px;
}

/* FOOTER */

#footer {
	margin-top: 50px;
	background-color: rgb(83, 83, 83);
	-moz-box-shadow: inset 0 10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 10px 10px -10px #000000;
	box-shadow: inset 0 10px 10px -10px #000000;
	color: white;
	background-color: #DFDBE5;
	background-color: #5e556c;
	background-color: #3c4554;
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232d2539' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	padding: 5px 0 45px 0;
}

#footer a {
	color: white;
}

/* MOBILE */

@media screen and (max-width: 900px) {
	#heading {
		font-size: 26px;
		top: -13px;
	}
	#covertext {
		font-size: 50px;
	}
	.coverimage {
		max-height: 100%;
		height: 600px;
	}
	.container {
		width: 95%;
	}
	.grid {
		grid-template-columns: auto!important; 
	}
	.nav-desktop {
		display: none;
	}
	details {
		display: block;
	}
}