@font-face {
	font-family: "Segoe Print";
	src: url("./segoeprb.ttf");
}

* {
	font-family: "Segoe Print", Tahoma, Geneva, Verdana, sans-serif !important;
}

body {
	background-color: #b3e1ee;
	/* color: #4d4d52; */
	color: #111;
	overflow-x: hidden;
}

header,
footer {
	min-height: 200px;
	font-size: 1.5rem;
	height: 100%;
}

header h1 {
	font-size: 3rem;
}

header h3 {
	font-size: 1.5rem;
}

nav .nav-link {
	color: #111 !important;
	font-size: 1.25rem;
}

nav .nav-link:hover {
	text-decoration: underline !important;
}

nav .active {
	text-decoration: underline !important;
}

.navbar,
footer {
	font-size: 1.25rem;
}

/* Prices toggle button */
#pricesToggleBtn {
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	border: 1px solid black;
	margin-bottom: 1rem;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	height: 90%;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/* iframe */
iframe {
	height: 100%;
}

/* The Close Button */
#closeButton {
	color: #aaaaaa;
	display: block;
	margin: 0 10px 5px auto;
	font-size: 2rem;
	font-weight: bold;
}

#closeButton:hover,
#closeButton:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.content p {
	font-size: 1.25rem;
}

a {
	color: inherit;
}

a:hover {
	color: crimson !important;
}

.auto-flex {
	flex: 1 1 auto;
}

.flex-grow-2 {
	flex-grow: 2;
}

.medium-text {
	font-size: 1.5rem;
}

.large-text {
	font-size: 1.5rem;
}

.background-inherit {
	background-color: inherit;
}

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

.text-left-center {
	text-align: center;
}

.text-right-center {
	text-align: center;
}

@media only screen and (min-width: 700px) {
	header h1 {
		font-size: 5.5rem;
	}
	.medium-text {
		font-size: 2rem;
	}
	.large-text {
		font-size: 2.5rem;
	}
	header h3 {
		font-size: 2rem;
	}
	nav .nav-link {
		font-size: 2rem;
	}
	.text-left-center {
		text-align: left;
	}
	.text-right-center {
		text-align: right;
	}
}
