@font-face {
	font-family: ASRoma;
	src: url(font/ASRoma-Light.woff2);
}
@font-face {
	font-family: Cinzel;
	src: url(font/Cinzel-Regular.woff2);
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:not([href]) {
	cursor: default;
	text-decoration: underline;
}
body {
	display: flex;
	font-family: ASRoma, sans-serif;
	justify-content: center;
	margin: 0 0 10px 0;
	text-align: center;
}
h1 {
	font-family: Cinzel, serif;
	font-size: 24px;
}
h2 {
	font-family: Cinzel, serif;
	font-size: 18px;
}
h3 {
	font-family: Cinzel, serif;
	font-size: 16px;
}
img {
	max-width: 100%;
}
ol {
	text-align: left;
}
ul {
	list-style-position: inside;
}
#currency {
	font-family: ASRoma, sans-serif;
	font-size: 16px;
	padding: 8.5px 10px;
}
#price {
	font-family: ASRoma, sans-serif;
	font-size: 16px;
	padding: 8px 10px;
}
.button {
	background: #457da3;
	color: white;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
}
.chevron {
	height: 20px;
	vertical-align: middle;
	width: 20px;
}
.content {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 640px;
}
.currency {
	font-weight: bold;
}
.footer {
	background: #d9e6ef;
}
.halfwidth {
	flex-grow: 1;
	padding: 10px;
	max-width: 300px;
}
.highlight {
	background: #d9e6ef;
	margin: 0 10px;
	padding: 5px 10px;
}
.highlight > div {
	padding: 5px 0;
}
.imago {
	padding: 10px;
}
.legal {
	font-size: 11px;
}
.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.logo {
	padding: 20px 8px;
}
.navbar {
	display: flex;
	justify-content: center;
}
.navlink {
	background: #d9e6ef;
	color: black;
	font-family: Cinzel, serif;
	padding: 10px;
}
.question {
	text-align: left;
	width: 100%;
}
.subtitle {
	font-family: Cinzel, serif;
	margin-bottom: 20px;
}
.thirdwidth {
	flex-grow: 1;
	padding: 10px;
	max-width: 193.3333333333px;
}
@media screen and (min-width: 640px) {
	#menu {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	#menu {
		background: #457da3;
		color: white;
		margin: 0 auto;
	}
	.list {
		max-width: 320px;
	}
	.navbar {
		align-items: center;
		flex-direction: column;
		justify-content: start;
		max-height: 195px;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	.navlink {
		width: 280px;
	}
	.hidden {
		max-height: 0;
	}
}
