@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; /* left-right padding already 0 */
}

#header-content {
	width: 80%; /* changed from 960px to 100% */
	margin-left: auto; /* margin left-right auto */ 
	margin-right: auto; /* margin left-right auto */  
	position: relative;
}

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

nav {
	width: 76.04166666666667%; /* 730 / 960 */
	position: absolute;
	bottom: 18px;
	right: 0;
	color: #16325a;
	
}

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; /* 20 / 16 */
	padding: 0 3.125%; /* padding top is 0; padding left-right 30 / 960 */
	text-align: left;
	background-color:#fff ;
	color:#16325a;
}

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

nav a:link {
	text-decoration: none;
	color: #16325a;
	padding: 10px 2.083333333333333%; /* padding top; padding left-right 20 / 960 */
}

nav a:hover {
	background-color:#a32973;
	color: #fff;
	padding: 10px 2.083333333333333%; /* padding top; padding left-right 20 / 960 */
}

#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; /* 30 / 16 */
	margin-bottom: 0;
}

#wrapper-white {
	width: 80%; /* changed from 960px to 100% */ 
	background-color: #fff;
	margin-left: auto; /* margin left-right auto */  
	margin-right: auto; /* margin left-right auto */ 
	padding: 60px 0; 
	overflow: hidden;
}
main {
	padding: 486px 20px 20px;
}

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

aside {
	width: 31.25%; /* 300 / 960 */
	height: 300px;
	float: right;
	position: relative;
	border: 3px solid #16325a;
	padding: 20px 1.458333333333333% 14px; /* padding top; padding left-right 14 / 960; padding bottom */
	text-align: center;
}


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

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

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

aside p {
	font-size: 1em; /* 16 / 16 */
	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%; /* changed from 960px to 100% */
	margin-left: auto; /* margin left-right auto */  
	margin-right: auto; /* margin left-right auto */ 
}

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

.shop-box:first-of-type {
	margin-right: 2.708333333333333%; /* 26 / 960 */
}

.shop-box:last-of-type {
	margin-left: 2.708333333333333%; /* 26 / 960 */
}

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

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

.shop-box a {
	display: block;
	background-color: #a32973;
	padding: 10px 2.083333333333333%; /* padding left-right 20 / 960 */
	font-family: 'Lato', sans-serif;
	font-size: 0.875em; /* 14 / 16 */
	color: #fff;
	text-decoration: none;
	width: 16.66666666666667%; /* 160 / 960 */
	margin: 0 auto; /* margin left-right auto */ 
}

footer {
	padding: 40px 0 30px; /* left-right already 0 */
	width: 100%;
	font-size: 0.75em; /* 12 / 16 */
	overflow: hidden;
	background-color: #16325a;

}

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

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

#footer-content {
	width: 80%; /* changed from 960px to 100% */
	margin: 0 auto; /* margin left-right auto */ 
}

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

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

/*--Transition Effects--*/

aside .book-details {
	opacity: 0; 
}

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

.mask {
	width: 34.16666666666667%; /* 328 / 960 */
	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 p {
	font-size: 1.25em; /* 20 / 16 */
	color: #fff;
	margin-bottom: 40px;
	opacity: 1;
}

.mask:hover learn {
	background-color: #16325a;
	color: #fffff;
	font-family: 'Lato', sans-serif;
	opacity: 1;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 3.541666666666667%; /* padding left-right 34 / 960 */
	text-decoration: none;
}

/*--End of Transition Effects--*/
/*--Extra Transition Effects--*/
.shop-box {
	opacity: 0.7;
	transition: linear 1s;
}

.shop-box:hover {
	opacity: 1.0;
	transition: linear 3s;
}

/*--Extra Transition Effects--*/

/*--Begin Class 3 Case Study Styles--*/

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

.team {
	width: 20.83333333333333%; /* 200 / 960 */
	text-align: center;
	display: inline-block;
}

#shop-content h1 {
	text-transform: uppercase;
	color: #a32973;
	font-family: 'Goudy Bookletter 1911', sans-serif;
	text-align: center;
	font-size: 2em; /* 32 / 16 */
	margin: 0px 0px 2.916666666666667% 0px; /* margin-right is 0 margin-left is 28 / 960 */
}

.team:first-of-type {
	margin-right: 2.604166666666667%; /* 25 / 960 */
}
.team:nth-of-type(2),

.team:nth-of-type(3){
	margin-left: 2.5%; /* 24 / 960 */
	margin-right: 2.5%; /* 24 / 960 */
}
.team:last-of-type {
	margin-left: 2.604166666666667%; /* 25 / 960 */
}

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

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

@media only screen and (max-width: 1024px) {
	#header-content { 
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		text-align: center;
	}

	#wrapper-white h1 {
		font-size: 1.25em;
	}

	nav {
		position: relative;
		bottom: auto;
		right: auto;
	}

	nav li {
		margin: 0 0.3125%; /* 3 / 960 */
		padding: 20px 20px;
	}

	#banner {
		height: 300px;
	}

	#color-bar h3 {
		font-size: 1.5625em; /* 20 / 16 */
	}

	.circle {
		width: 12px; 
		height: 12px;
	}

	/* section is responsive up to 224 x 1230  */
	section {
		width: 56.640625%; /* 580 / 1024 */
		float: left;
	}

	section h1 {
		font-size: 2.25em; /* 36 / 16 */
	}

	aside h2 {
		font-size: 1.5em; /* 24 / 16 */
	}

	p {
		font-size: 1em; /* 16 / 16 */
	}

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

	aside {
		margin-right: 50px;
	}

	.shop-box { /* this is the events, workshops, and monthly picks section */
		width: 100%;
		text-align: center;
		display: inline-block;
		padding: 10px;
	}

	.shop-box a { /* this is the pink box */
		padding: 10px 100px;
		font-family: 'Lato', sans-serif;
		font-size: 0.75em; /* 12 / 16 */
		width: 16.66666666666667%; /* 160 / 960 */
		margin: 0 auto; /* margin left-right auto */ 
	}

	.shop-box img { /* these are all three images within .shop-box */
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

	.shop-box h3, .team h3 {
		font-size: 1.5em; /* 24 / 16 */ 
		margin: 18px 0 12px; /* margin left-right already 0 */
	}
	
	.shop-box p, .team p {
		font-size: 0.75em; /* 12 / 16 */
		margin-bottom: 24px;
	}

}

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

	}
	nav {
		width: 100%;
		background-color: #a32973;
		color: #fff;
		padding: 0 5px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		text-align: center;
	}

	nav ul {
		margin: 1px 0;
		background-color: #a32973;
		color: #fff;
		text-align: center;
		width: auto;
		display: block;
		font-size: 0.875em; /* 14 / 16 */
	}
	nav li {
	font-size: 1.25em; /* 20 / 16 */
	padding: 0 2.083333333333333%; /* padding top is 0; padding left-right 20 / 960 */
	text-align: center;
	background-color: #a32973;
	color: #fff;
	} 

	#banner {
		height: 200px;
	}

	#slideshow {
		width: auto;
		height: 200px; 
	}

	#slideshow-wrapper {
		width: auto;
		height: 200px;
	}

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

	#color-bar h3 {
		font-size: 1.125em; /* 18 / 16 */
	}

	section {
		width: 100%;
	}

	aside {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.team {
		width: 100%;
	}
}


