p,
h1,
h2,
h3,
h4,
h5,
h6,
button {
	font-family: 'Roboto', serif;
}

body {
	background-color: #f5f5f9;
	background-size: cover;
	width: auto;
	overflow-x: hidden;
	font-family: 'Roboto', serif;
	margin: 0px;
}

.navbar-nav .nav-link {
	color: white !important;
	transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
	color: black !important;
}

.nav-content .logo-touch-target {
	display: inline-flex;
	height: 60%;
	width: 350px;
}

.nav-content .nav-logo {
	height: 60px;
	margin: auto;
}

.nav-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-logo img {
	width: 200px;
}

.nav-content nav {
	display: block;
	width: 100%;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
}

.profile {
	background-color: #27583b !important;
	text-align: center;
	height: 320px;
	margin-bottom: 50px;
}

.profile h1 {
	font-size: 50px;
	font-weight: 700;
	color: white;
}

.profile img {
	border-radius: 50%;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 20px;
}

.profile .profile-picture {
	margin-bottom: 30px;
	height: 200px;
}

.banner {
	padding: 20px 0px 50px 0px;
	height: 150px;
	background-color: #1d539f;
}

.banner .logo {
	max-width: 180px;
	max-height: 60px;
	width: auto;
	height: auto;
}

.banner .title {
	color: white;
	font-size: 50px;
	font-weight: 700;
}

/* styles for visited maps */
svg {
	overflow: hidden;
}
.hoverinfo {
	position: absolute;
	background: white;
	border: 1px solid gray;
	padding: 5px;
	border-radius: 5px;
	pointer-events: none;
	font-size: 12px;
	z-index: 1000;
}

.about-section {
	padding: 2rem;
	background-color: #f9f9f9;
	text-align: center;
}

.about-container {
	max-width: 800px;
	margin: auto;
}

.about-section h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.about-section p {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #333;
}

.experience-section {
	padding: 2rem;
	background-color: #f9f9f9;
	text-align: center;
}

.experience-container {
	max-width: 800px;
	margin: auto;
}

.experience-section h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.experience-section p {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #333;
}

.experience-section ul {
	list-style-position: inside;
	padding-left: 0;
	margin-left: 1.2em;
}

.experience-section ul li {
	margin-bottom: 0.5em;
}

.education-section {
	padding: 2rem;
	background-color: #f9f9f9;
	text-align: center;
}

.education-container {
	max-width: 800px;
	margin: auto;
}

.education-section h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.education-section p {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #333;
}

.education-section ul {
	list-style-position: inside;
	padding-left: 0;
	margin-left: 1.2em;
}

.education-section ul li {
	margin-bottom: 0.5em;
}

.hobbies-section {
	padding: 2rem;
	background-color: #f9f9f9;
	text-align: center;
}

.hobbies-container {
	max-width: 800px;
	margin: auto;
}

.hobbies-section h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.hobbies-section p {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #333;
}

.hobbies-section ul {
	list-style-position: inside;
	padding-left: 0;
	margin-left: 1.2em;
}

.hobbies-section ul li {
	margin-bottom: 0.5em;
}

.btn.btn-primary {
	background-color: #27583b !important;
}
