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

@import url('https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911|Lato:400,900');

body {
	background-color: #fff;
}

header {
	background-color: #fff;
	width: 100%;
	padding: 12px 0;
}

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

#header-content img {
	height: 146px;
}

nav {
	width: 76.0416667%; 
	position: absolute;
	bottom: 18px;
	right: 0;
}

nav ul {
	display: block;
	text-align: right;
	list-style-type: none;
}

nav li {
	display: inline-block;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 1.25em;
	color: #16325a;
	padding: 0 4.10958904%;
	text-align: left;
}

nav li:last-child {
	padding-right: 0;
}

nav a:link {
	text-decoration: none;
	color: #16325a;
	padding: 10px 2.73972603%;
}

nav a:hover {
	background-color: #16325a;
	color: #fff;
	padding: 10px 2.73972603%;
}

#banner {
	width: 100%;
	height: 441px;
	background-image: url("images/home-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#color-bar {
	background-color: #a32973;
	padding: 12px 0;
	text-align: center;
}

#color-bar h3 {
	color: #fff;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 1.875em;
	margin-bottom: 0;
}

#wrapper-white {
	width: 80%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
	overflow: hidden;
}
main {
	padding: 486px 2.73972603% 20px ;
}

section, aside {
	margin-bottom: 20px;
}
section {
	width: 60.4166667%;
	float: left;
}

aside {
	width: 31.25%;
	height: 300px;
	float: right;
	position: relative;
	border: 3px solid #16325a;
	padding: 20px 1.91780822% 14px;
	text-align: center;
}


section h1 {
	color: #a32973;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 2.25em;
	margin-bottom: 16px;
}

aside h2 {
	color: #a32973;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 1.75em;
	margin-bottom: 18px;
}

p {
	font-size: 1em;
	color: #000;
	font-family: 'Lato', sans-serif;
	margin-bottom: 16px;
	line-height: 180%;
}

aside p {
	font-size: 1em;
	line-height: 150%;
	font-family: 'Lato', sans-serif;
	margin-top: 10px;
	margin-bottom: 0;
}

.uppercase {
	text-transform: uppercase;
}

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

#shop-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.shop-box {
	width: 31.25%;
	text-align: center;
	display: inline-block;
}

.shop-box:first-of-type {
	margin-right: 8.66666667%;
}

.shop-box:last-of-type {
	margin-left: 8.66666667%;
}

.shop-box h3,.team h3{
	color: #a32973;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 1.75em;
	margin: 18px 0 12px;
}

.shop-box p,.team p{
	font-size: 0.875em;
	margin-bottom: 24px;
}

.shop-box a {
	display: block;
	background-color: #a32973;
	padding: 10px 2.73972603%;
	font-family: 'Lato', sans-serif;
	font-size: 0.875em;
	color: #fff;
	text-decoration: none;
	width: 16.6666667%;
	margin: 0 auto;
}

footer {
	padding: 40px 0 30px;
	width: 100%;
	font-size: 0.75em;
	overflow: hidden;
	background-color: #16325a;

}

footer h3 {
	font-family: 'Goudy Bookletter 1911', serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

footer p {
	font-family: 'Lato', sans-serif;
	color: #fff;
	opacity: .70;
}

#footer-content {
	width: 80%;
	margin: 0 auto;
}

#footer-left {
	width: 35%;
	float: left;
}

#footer-right {
	width: 45%;
	float: right;
	text-align: right;
}

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

#shop-content h1 {
	color: #a32973;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	text-align: center;
	font-size: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
}

.team{
	display: inline;
	width:20.8333333%;
	text-align: center;
	display:inline-block;
}

.team:first-of-type {
     margin-right: 12.5%;
}
.team:nth-of-type(2),
.team:nth-of-type(3){
     margin-left: 12%;
     margin-right: 12%;
}
.team:last-of-type {
     margin-left: 12.5%;
}

/* --------- SLIDESHOW --------- */
#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: lightgray;
	width: 1.25%;
	height: 12px;
	border-radius: 50%;
	margin-right: 15px;
}

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

#wrapper-shop h1{
	color: #a32973;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	text-align: center;
	font-size: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
}
/* --------- ORDER SUMMERY TABLE --------- */
.rightalign{text-align: right; font-weight: normal;}
table{
	border-collapse: separate;
	width: 400px;
	margin: 20px 0;
	background-color: #EDEDED;
}

table tr th,
table tr td{
	border-right: 2px solid #193966;
	border-left: 2px solid #193966;
	border-bottom: 2px solid #193966;
	border-top: 2px solid #193966;
	font-size: 1em;
	color: #000;
	font-family: 'Lato', "sans-serif";
}
table tr:first-child th:last-child{
	border-top-left-radius: 10px;
}
table tr:first-child th:last-child{
	border-top-right-radius: 10px;
}
table tr:first-child th:last-child{
	border-bottom-left-radius: 10px;
}
table tr:first-child th:last-child{
	border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 1024px) {
	#header-content {
	width: 100%;
	text-align: center;
}
	nav {
	width: 80%; 
	position: relative;
	bottom: auto;
	right: auto;
	margin:12px auto 8px;
}
	nav ul {
		text-align: center;
	}
	#banner{
		min-height: 300px;
	}
	.circle{
		min-height: 9px;
	}
	#color-bar h3 {
		font-size: 1em;
	}
	section h1 {
		font-size: 1em;
	}
	aside h2 {
		font-size: 1em;
	}
	#shop-content.theshop{
		display: block;	
	}
	#shop-content.thethem.team{
		width: 100%;
		margin-bottom: 50px;
		display: inline-block;
	}
}
@media only all and (max-width: 480px) {
	#header-content {
	width: 100%;
	text-align: center;
}
	nav {
	width: 80%; 
	position: relative;
	bottom: auto;
	right: auto;
	margin:12px auto 8px;
}
	nav ul {
		text-align: center;
	}
	#banner{
		min-height: 200px;
	}
	section{
		width:100%;
	}
	aside{
		width:90%;
		text-align: center;
	}
	#shop-content {
		display: inline-block;
	}
	footer{
		display: inline-block;
	}
}
