@charset "UTF-8";

/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato:wght@300;400;700&display=swap');

/* ---------- GLOBAL ---------- */

body {
	font-family: "Lato", sans-serif;
}

/* ---------- HEADER ---------- */

header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header-content {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header-content img {
	display: block;
	max-width: 100%;
	height: auto;
}

nav {
	position: absolute;
	bottom: 20px;
	right: 31.25%;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	display: inline-block;
}

nav a {
	padding: 5px 20px;
	text-decoration: none;
	color: #16325a;
	font-family: "Goudy Bookletter 1911", serif;
}

nav a:hover {
	background-color: #16325a;
	color: #fff;
}

/* ---------- BANNER ---------- */

#banner {
	background-image: url("images/home-banner.jpg");
	background-size: cover;
	background-position: center;
	height: 440px;
}

/* ---------- COLOR BAR ---------- */

#color-bar {
	background-color: #a32973;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-family: "Goudy Bookletter 1911", serif;
}

#color-bar h3 {
	font-size: 1.25em;
}

/* ---------- MAIN ---------- */

#wrapper-white {
	width: 100%;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

section {
	width: 60%;
	padding: 10px;
	box-sizing: border-box;
}

section h1 {
	font-size: 2.25em;
	color: #a32973;
	text-transform: uppercase;
	font-family: "Goudy Bookletter 1911", serif;
}

section p {
	line-height: 1.5;
	margin-top: 15px;
}

aside {
	width: 30%;
	border: 3px solid #16325a;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

aside h2 {
	text-align: center;
	margin: 10px 0;
	color: #a32973;
	font-size: 1.25em;
	font-family: "Goudy Bookletter 1911", serif;
}

.uppercase {
	text-transform: uppercase;
}

aside img {
	display: block;
	margin: 0 auto;
	padding: 10px;
	max-width: 100%;
	height: auto;
}

.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #a32973;
	opacity: 0;
	transition: linear 2s;
	box-sizing: border-box;
}

.mask:hover {
	opacity: 1;
}

.mask h2,
.mask p,
.mask .learn {
	opacity: 0;
}

.mask:hover h2 {
	font-size: 2em;
	color: #fff;
	margin-top: 25%;
	opacity: 1;
}

.mask:hover p {
	font-size: 1.25em;
	color: #fff;
	margin-bottom: 40px;
	opacity: 1;
}

.mask:hover .learn {
	background-color: #16325a;
	color: #fff;
	font-size: 1.25em;
	opacity: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 16px 34px;
	display: inline-block;
}

/* ---------- SHOP ---------- */

#wrapper-shop {
	width: 100%;
	background-color: #f4f3f0;
	padding: 50px 0;
}

#wrapper-shop h1 {
	text-align: center;
	font-family: "Goudy Bookletter 1911", serif;
	text-transform: uppercase;
	font-size: 1.875em;
	color: #a32973;
}

#shop-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.shop-box {
	width: 30%;
	text-align: center;
}

.team {
	width: 22%;
	text-align: center;
}

.shop-box img,
.team img {
	max-width: 100%;
	height: auto;
}

.shop-box h3,
.team h3 {
	color: #a32973;
	font-family: "Goudy Bookletter 1911", serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop-box p,
.team p {
	line-height: 1.5;
	margin-bottom: 15px;
}

.shop-box a {
	background-color: #a32973;
	color: white;
	padding: 6px 12px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
}

/* ---------- FOOTER ---------- */

footer {
	background-color: #16325a;
	color: #fff;
	padding: 20px 0;
}

#footer-content {
	display: flex;
	justify-content: space-between;
}

#footer-left,
#footer-right {
	width: 40%;
}

#footer-content h3 {
	margin-bottom: 8px;
	font-family: "Goudy Bookletter 1911", serif;
}

#footer-content p {
	line-height: 1.5;
}

/* ---------- SLIDESHOW ---------- */

#slideshow-wrapper {
	width: 100%;
	height: 460px;
}

#slideshow {
	width: 100%;
	height: 441px;
	overflow: hidden;
	white-space: nowrap;
}

#slideshow img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.circle {
	width: 12px;
	height: 12px;
	background: lightgray;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
}

#circle-nav {
	margin-top: -50px;
	text-align: center;
}

/* ---------- ORDER SUMMARY / ORDER FORM ---------- */

.ordersummary {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0 60px 0;
	display: block !important;
}

.ordersummary h1 {
	font-family: "Goudy Bookletter 1911", serif;
	font-size: 3em;
	color: #a32973;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.ordersummary h2 {
	font-family: "Goudy Bookletter 1911", serif;
	font-size: 1.5em;
	color: #a32973;
	margin-bottom: 30px;
	font-weight: normal;
	width: 100%;
}

.order-table {
	width: 100%;
	margin: 0 auto 20px auto;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #fff;
	border: 3px solid #16325a;
	border-radius: 12px;
	overflow: hidden;
}

.order-table th,
.order-table td {
	border: 2px solid #16325a;
	padding: 15px;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 1.1em;
}

.order-table th {
	background-color: #16325a;
	color: #fff;
	font-weight: bold;
}

.order-table td[colspan="2"],
.order-table td[colspan="3"] {
	text-align: right;
	padding-right: 25px;
}

.order-table input[type="text"],
.order-table select {
	padding: 5px;
	font-family: "Lato", sans-serif;
}

.payment-text {
	font-family: "Goudy Bookletter 1911", serif;
	font-size: 1.2em;
	margin-top: 10px;
	width: 100%;
	color: #000;
}

.payment-amount {
	color: red;
	font-weight: bold;
}

.order-submit {
	margin-top: 20px;
}

.order-submit input {
	background-color: #a32973;
	color: #fff;
	border: none;
	padding: 10px 18px;
	font-family: "Goudy Bookletter 1911", serif;
	cursor: pointer;
}

.order-submit input:hover {
	background-color: #16325a;
}

/* ---------- TABLET ---------- */

@media only screen and (max-width: 1024px) {

	#header-content {
		text-align: center;
	}

	#header-content img {
		margin: 0 auto 15px auto;
	}

	nav {
		position: static;
		text-align: center;
		margin-bottom: 15px;
		right: auto;
		bottom: auto;
	}

	nav li {
		display: inline-block;
	}

	#banner {
		height: 300px;
	}

	#slideshow-wrapper {
		height: 320px;
	}

	#slideshow {
		height: 300px;
	}

	.circle {
		width: 9px;
		height: 9px;
		margin-right: 10px;
	}

	#wrapper-white {
		flex-direction: column;
	}

	section,
	aside {
		width: 90%;
		margin: 0 auto 20px auto;
	}

	#shop-content {
		flex-direction: column;
		align-items: center;
	}

	.shop-box,
	.team {
		width: 90%;
		margin-bottom: 25px;
	}

	#footer-content {
		flex-direction: column;
		text-align: center;
	}

	#footer-left,
	#footer-right {
		width: 90%;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	.ordersummary {
		width: 85%;
	}

	.order-table {
		width: 100%;
	}
}

/* ---------- MOBILE ---------- */

@media only all and (max-width: 480px) {

	#header-content img {
		width: 220px;
		margin: 0 auto 15px auto;
	}

	nav {
		position: static;
		width: 100%;
		text-align: center;
		right: auto;
		bottom: auto;
	}

	nav ul {
		width: 100%;
	}

	nav li {
		display: block;
		margin: 0;
	}

	nav a {
		display: block;
		background-color: #a32973;
		color: white;
		padding: 12px 0;
		border-bottom: 1px solid white;
	}

	#banner {
		height: 200px;
	}

	#slideshow-wrapper {
		height: 220px;
	}

	#slideshow {
		height: 200px;
	}

	#wrapper-white {
		flex-direction: column;
	}

	section {
		width: 100%;
	}

	aside {
		width: 90%;
		margin: 20px auto;
	}

	#shop-content {
		flex-direction: column;
	}

	.shop-box,
	.team {
		width: 90%;
		margin: 0 auto 25px auto;
	}

	#footer-content {
		flex-direction: column;
	}

	#footer-left,
	#footer-right {
		width: 90%;
		text-align: center;
		margin: 0 auto 20px auto;
	}

	.ordersummary {
		width: 95%;
		padding: 25px 0 40px 0;
	}

	.ordersummary h1 {
		font-size: 1.9em;
	}

	.ordersummary h2 {
		font-size: 1.1em;
		line-height: 1.4;
	}

	.order-table th,
	.order-table td {
		padding: 10px;
		font-size: 0.9em;
	}

	.payment-text {
		font-size: 1em;
		line-height: 1.5;
	}
}