@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato&display=swap');

/*
font-family: 'Goudy Bookletter 1911', serif;
font-family: 'Lato', sans-serif;
*/

Header {
	width:100%;
}

#header-content {
	width:960px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

Nav{
	position: absolute;
	bottom: 20px;
	right: 120px;
	font-family: 'Goudy Bookletter 1911', serif;
}
nav li {
	display: inline-block;
	padding: 10px 20px;
}

nav a {
	text-decoration: none;
}

nav a:hover {
	background-color: #16325a; color: white; padding: 10px 20px;
}

#banner {
	height: 440px;
	width: 100%;
}

#color-bar{
	background-color: #A32973;
	color: white;
	text-align: center;
	padding: 10px 0;
	font-family: 'Goudy Bookletter 1911', serif;
}

#wrapper-white{
	width: 960px;
	margin-top: 15px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	
}

section{
	width: 580px;
}

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

section p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	padding-right: 20px;
	font-family: 'Lato', sans-serif;
}

aside {
	width: 300px;
	border: 3px solid #16325a;
	text-align: center;
	position: relative;
	line-height: 1.5;
}

aside h2 {
	color: #a32973;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: 'Goudy Bookletter 1911', serif;
}

aside h2{
	line-height: 1.5;
}

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

.uppercase{
	text-transform: uppercase;
}

#wrapper-shop{
	background: #f3f3f0;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
}

#wrapper-shop h1{
	font-size: 28px;
	text-transform: uppercase;
	color: #a32973;
	text-align: center;
}

#shop-content{
	width: 960px;
	margin: 20px auto;
	display: flex;
	text-align: center;
}

#shop-content h1{
	text-transform: uppercase;
	color: #a32973;
	font-family: 'Goudy Bookletter 1911', serif;
	text-align: center;
	font-size: 32px;
	display: inline-block;
}

.team img{
	width: 200px;
	text-align: center;
	display: inline-block;
	margin-left: 15px;
}

.team h3, .shop-box h3{
	
}

.team p, .shop-box p{
	
}

.team:first-of-type {
     margin-right: 25px;
}
.team:nth-of-type(2),
.team:nth-of-type(3){
     margin-left: 24px;
     margin-right: 24px;
}
.team:last-of-type {
     margin-left: 25px;
}


#shop-content h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #a32973;
	padding: 5px 0;
}

#shop-content p{
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
}

#shop-content a{
	text-decoration: none;
	color: white;
	background-color: #a32973;
	padding: 10px;
}

footer{
	width: 100%;
	background-color: #16325a;
	color: white;
	padding: 20px 0;
}

#footer-content{
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}

footer h3{
	color: white;
	font-size: 16px;
	text-transform: uppercase;
}

footer p{
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	opacity: 70%;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
}

#footer-left{
	
}

#footer-right{
	text-align: right;
}

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

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



















