@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato&display=swap');

header{
	width: 100%;
	height: 146px;
	padding-bottom: 10px;
}

#header-content{
	width: 100%; /* 960 / 960 x 100 */
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

nav{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 85px;
	height: 177px;
	padding-top: auto;
	padding-bottom: auto;
}

nav ul{
	padding-left: 31.25%; /* 300px / 960 x 100 */
	padding-top: 10px;
}

nav ul li{
	display: inline-block;
	padding-left: 1.04166667%; /* 10px / 960 x 100 */
	padding-right: 1.04166667%; /* 10px / 960 x 100 */
	padding-top: auto;
	padding-bottom: auto;
	font-family: 'Lato', sans-serif;
}

nav ul li a {
	text-decoration: none;
	display: block;
}

nav a {
	
}

nav ul li a {
	height: 30px;
	width: 7.8125%; /* 75 / 960 x 100 */
	padding-top: 15px;
	
}

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

nav ul li a:hover {
	color: white;
}

nav a:link {
	color: black;
	text-decoration: none;
}

#banner img{
	width: 100%;
	margin-bottom: 0px;
	display: block;
}

#banner {
	width: 100%;
}

#color-bar {
	background-color: #a32973;
	height: 75px;
}

#color-bar h3 {
	color: white;
	text-align: center;
	line-height: 75px;
	width: 100%;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 1.25em; /* 20px / 16px */
}

#wrapper-white{
	width: 100%; /* 960 / 960 x 100 */
	height: 430px;
	background-color: #fff;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

#wrapper-white h1{
	font-size: 2.25em; /* 36px / 16 */
	padding-bottom: 30px;
	text-trasform: capitalize;
}

#wrapper-white p{
	font-size: 1em; /* 16px / 16 */
	font-family: 'Lato', sans-serif;
}

section{
	width: 60.4166666667%; /* 580px / 960 x 100 */
	height: 350px;
	padding-right: 10.4166666667%; /* 100px / 960 x 100 */
	margin-top: auto;
	padding-bottom: 50px;
}

section p{
	text-size: 16px;
	line-height: 25px;
}

section h1{
	text-size: 36px;
	color: #a32973;
	font-family: 'Goudy Bookletter 1911', serif;
}

#wrapper-white section h1{
	text-transform: uppercase;
}

aside{
	width: 31.25%; /* 300px / 960 x 100 */
	height: 300px;
	text-align: center;
	border: solid 3px #16325a;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
}

aside hr {
	width: 90%;
	margin: 20px auto;
	border-top: 1px solid #16325a;
}

aside h2{
	color: #a32973;
	padding: 25px 2.60417%; /* 25px / 960 x 100 */
	font-family: 'Goudy Bookletter 1911', serif;
}

.uppercase {
	text-transform: uppercase;
}

#wrapper-shop{
	height: 400px;
	width: 100%;
	background-color: #f4f3f0;
}

#wrapper-shop h1 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #a32973;
	font-family: 'Goudy Bookletter 1911', serif;
	padding-top: 30px;
	font-size: 2em; /* 32px / 16 */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 28px;
	margin-left: 0;
}

#shop-content {
	column-count: 3;
	column-width: 31.25%; /* 300px / 960 x 100 */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	
}

#shop-content-about {
	column-count: 4;
	column-width: 10.41666667%; /* 100px / 960 x 100 */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	
}

.team {
	text-align: center;
	width: 20.8333%; /* 200px / 960 x 100 */
}

.team h3 {
	font-size: 1.75em; /* 28px / 16 */
	text-transform: uppercase;
	text-align: center;
	color: #a32973;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Goudy Bookletter 1911', serif;
}

.team p {
	font-size: 0.875em; /* 14px / 16 */
	text-align: center;
	padding-bottom: 30px;
	font-family: 'Lato', sans-serif;
	line-height: 25px;
}

.team a {
	background-color: #a32973;
	color: white;
	padding: 10px 1.04167%;/* 10px / 960 x 100 */
	text-decoration: none;
}

.team:firsto-of-type {
	margin-right: 12.5%; /* 25px / 200 x 100 */
}

.team:nth-of-type(2), team:nth-of-type(3) {
	margin-left: 12%; /* 24px / 200 x 100 */
	margin-right: 12%; /* 24px / 200 x 100 */
}

.team:last-of-type {
	margin-left: 12.5%; /* 25px / 200 x 100 */
}

.shop-box {
	text-align: center;
}

.shop-box h3 {
	font-size: 1.75em; /* 28px / 16 */
	text-transform: uppercase;
	text-align: center;
	color: #a32973;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Goudy Bookletter 1911', serif;
}

.shop-box p {
	font-size: 0.875em; /* 14px / 16 */ 
	text-align: center;
	padding-bottom: 30px;
	font-family: 'Lato', sans-serif;
	line-height: 25px;
}

.shop-box a {
	background-color: #a32973;
	color: white;
	padding: 10px 1.04167%; /* 10px / 960 x 100 */
	text-decoration: none;
}

footer{
	width: 100%;
	background-color: #16325a;
	display: inline;
}

#footer-content{
	position: absolute;
	width: 100%;
	background-color: #16325a;
}

#footer-left{
	text-align: left;
	float: left;
	padding-left: 10%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer-right{
	text-align: right;
	float: right;
	padding-right: 10%;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer h3{
	color: white;
	font-size: 1em; /* 16px / 16 */
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

footer p{
	font-size: 1em; /* 16px / 16 */
	color: white;
	opacity: 0.7;
	font-family: 'Lato', sans-serif;
}

/* --------- TRANSITION EFFECTS --------- */

aside .book-details {
	opacity: 1;
}

aside .book-details:hover {
	opacity: 0;
	transition: linear 1s ease-in-out 2s;
}

.mask {
	width: 34.16666667%; /* 328px / 960 x 100 */
	height: 334px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #a32973;
	opacity: 0;
	transition: linear 2s;
}

.mask:hover {
	opacity: 1;
}

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

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

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

.mask:hover .learn {
	background-color: #16325a;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 1.25em; /* 20px / 16px */
	opacity: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 3.54167%; /* 34px / 960 x 100 */
	padding-right: 3.54167%; /* 34px / 960 x 100 */
	
}

.picture-hover {
	opacity: 0.7;
}

.picture-hover:hover {
	opacity: 1;
	transition: opacity 2s;
}

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

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

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

.circle {
	display: inline-block;
	background-color: lightgrey;
	width: 12px; /* 12px / 960 x 100 = 1.25% */
	height: 12px;
	border-radius: 50%;
	margin-right: 1.5625%; /* 15px / 960 x 100 */
}

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


@media only screen and (max-width: 1024px) {
	
	header {
		margin-bottom: 40px;
	}
	
	#header-content img {
		display: inherit;
		margin-left: auto;
		margin-right: auto;
	}

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

	nav ul{
		position: absolute;
		width: 30%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		
	}
	
	nav ul li:hover {
		background-color: #16325a;
		color: white;
	}
	
	#banner img {
		height: 300px;
	}

	#slideshow {
		width: 100%;
		height: 300px;
		margin-bottom: -30px;
	}
	
	#slideshow-wrapper img {
		
	}
	
	#circle-nav {
		display: inline-block;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
	
	.circle {
		width: 9px;
		height: 9px;
	}
	
	#color-bar {
		height: 30px;
	}
	
	
	#color-bar h3 {
		font-size: 0.9375em; /* 15px / 16px */
		line-height: 30px;
	}
	
	section {
		margin-left: 30px;
	}
	
	section h1 {
		font-size: 1.25em; /* 20px / 16px */
	}
	
	#wrapper-shop {
		height: 100%;
		padding-bottom: 30px;
	}
	
	#wrapper-shop h1 {
		font-size: 1.375em; /* 22px / 16px */
		margin-top: 80px;
	}
	
	#shop-content {
		columns: 1;
		margin-top: 50px;
		
	}
	
	#button {
		padding-bottom: 30px;
	}
	
	.mask {
		width: 100%;
		height: 334px;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		background-color: #a32973;
		opacity: 0;
		transition: linear 2s;
	}
	
	footer{
		width: 100%;
		background-color: #16325a;
		display: inline;
	}

	#footer-content{
		position: absolute;
		width: 100%;
		background-color: #16325a;
	}

	
}

@media only all and (max-width:480px) {
	
	#header-content img {
		display: inherit;
		margin-right: auto;
		margin-left: auto;
	}
	
	nav {
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
	}
	
	nav ul {
		display: contents;
	}
	
	nav ul li{
		display: block;
	}
	
	nav ul li a{
		text-align: center;
		width: 100%;
		background-color: #a32973;
		color: white;
		margin-top: 1px;
	}
	
	#banner {
		margin-top: 200px;
		margin-bottom: 90px;
	}
	
	#slideshow {
		height: 200px;
		padding-top: 150px;
		margin-bottom: -30px;
	}
	
	#circle-nav {
		display: inline-block;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		padding-bottom: -30px;
	}
	
	#color-bar {
		margin-top: -90px;
		height: 60px;
	}
	
	#color-bar h3 {
	align-content: center;
	}
	
	#wrapper-white {
		display: inherit;
		padding-top: 20px;
		margin-right: auto;
		margin-left: auto;
		align-content: center;
	}
	
	section {
		width: 100%;
		float: none;

	}
	
	aside {
		width: 90%;
		height: 70%;
		margin-top: 80px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#wrapper-shop {
		margin-top: 400px;
		margin-right: auto;
		margin-left: auto;
		align-content: center;
		width: 100%;
	}
	
	#shop-content-about {
		column-count: 1;
	}
	
	#shop-content-about .team {
		margin-left: auto;
		margin-right: auto;
		align-content: center;
		
	}
	
	#footer-content {
		float: none;
		
	}
	
	#footer-left {
		float: none;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	
	#footer-right {
		float: none;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	
	
	
	
}



