@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: sans-serif;
}

root {
	display: block;
}

body {
	font-size: 10.5pt;
	background-color: #DFE6FF;
	min-width: 800px;
	max-width: 1280px;
	margin: auto;
}

/* Header */

header * {
	font-family: "Work Sans", sans-serif;
}

.header {
	margin: 0;
	padding: 0;
}

div.header {
	/* width: 1080px; */
	margin: auto;
}

/* Navigation banner */
nav {
	display: grid;
	grid-template-columns: 16% 16% 16% 16% 16% auto;
	font-size: 1.375em;
	color: black;
	background-color: #9499FF;
}

nav * {
	font-family: "Work Sans", sans-serif;
}

nav div {
	padding: 0.5em;
	vertical-align: top;
	border-style: solid;
	border-color: #0000FF;
	border-width: 0 thin 0 0;
}

div.section {
	display: grid;
	grid-template-columns: 27% auto;
}

div.content {
	padding: 1em;
	text-align: justify;
}

div.content * {
	font-family: "Montserrat", sans-serif;
}

div.section_menu * {
	font-family: "Montserrat", sans-serif;
}

div.section_menu ul {
	margin-left: 0.25em;
	font-size: 1.375em;
}

div.section_menu ul li {
	padding: 0.375em;
}

.section_pic {
	display: inline;
	box-sizing: border-box;
	padding: 1em;
	vertical-align: top;
	width: 25%;
}

.section_body {
	display: inline-block;
	width: 74%;
}

.section_body::after {
	content: "";
	display: table;
	clear: both;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 2.5em;
	border: 1px solid #888;
	width: 80%;
	text-align: justify;
}

/* The Close Button */
.modal-close {
	color: #aaa;
	float: right;
	padding: 16px;
	font-size: 28px;
	font-weight: bold;
}

div.modal-content * {
	font-family: "Montserrat", sans-serif;
}

#privacyRequest.modal form div.modal-content {
	width: 50%;
}

#privacyRequest.modal form div.modal-content label, input, textarea {
	display: block;
	width: 90%;
}

#privacyRequest.modal form div.modal-content label {
	margin: 1em 0 0.5em 0;
}

#privacyRequest.modal form div.modal-content input[type=submit] {
	width: 30%;
	margin: 1em 0 0.5em 0;
}

#privacyRequestConfirm.modal div.modal-content {
	width: 50%;
}

.modal-close:hover, .modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

div.privacy {
	padding: 3.6em;
}

div.privacy * {
	font-family: "Montserrat", sans-serif;
}

div.privacy p {
	text-align: justify;
}

div.legal {
	padding: 3.6em;
}

div.legal p {
	text-align: justify;
}

table.opening_hours tr td:nth-of-type(2) {
	text-align: center;
	padding-left: 1em;
}

/* Footer */
#footer {
	width: 698px;
	height: 30px;
	margin: 0 auto;
	padding: 1em 0 0 0;
	/* background-color: #88CCFF; */
	color: #676767;
}

#footer * {
	font-family: "Montserrat", sans-serif;
}

#footer p {
	margin: 0.25em;
	text-align: center;
	font-size: 0.77em;
}

#legal {
	padding: 1em 0 1em 0;
}
