@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: 1.5% 0; /*12*/
}

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

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

nav {
	width: 60%; /*730*/
	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; /*20*/
	color: #16325a;
	padding: 0 3%; /*30*/
	text-align: left;
}

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

nav a:link {
	text-decoration: none;
	color: #16325a;
	padding: 1% 2%; /* 10 20*/
}

nav a:hover {
	background-color: #16325a;
	color: #fff;
	padding: 1% 2%; /*10 20*/
}

#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: 1.5% 0; /*12px*/
	text-align: center;
}

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

#wrapper-white {
	width: 90%; /*960*/
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 3% 0; /*60*/
	overflow: hidden;
}
main {
	padding: 12% 2% 2%; /* 486 20 20 */
}

section, aside {
	margin-bottom: 4%; /*20*/
}
section {
	width: 60%; /*580*/
	float: left;
}

aside {
	width: 35%; /*300*/
	height: 300px;
	float: right;
	position: relative;
	border: 3px solid #16325a;
	padding: 2% 1.4% 1.4%; /* 20 14 14*/
	text-align: center;
}


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

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

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

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

.uppercase {
	text-transform: uppercase;
}

#wrapper-shop {
	width: 100%;
	padding: 6%; /*60*/
	background-color: #f4f3f0;
	overflow: hidden;
}

#shop-content {
	width: 90%; /*960*/
	margin-left: auto;
	margin-right: auto;
}

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

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

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

.shop-box h3 {
	color: #a32973;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 1.75em; /*28*/
	margin: 2% 0 1.2%; /*18 0 12*/
}

.shop-box p {
	font-size: 14px;
	margin-bottom: 24px;
}
#wrapper-shop h1{
	text-align: center;
	color: #a32973;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 1.75em; /*28*/
	margin: 3%; /*30*/
}
#team-content{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.team {
    width: 30%; /*300*/
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; 
}

.team h3 {
	color: #a32973;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 1.75em; /*28*/
	margin: 2% 0 1.2%; /*18 0 12*/
}

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

.team a {
	display: block;
	background-color: #a32973;
	padding: 1% 2%; /*10 20 */
	font-family: 'Lato', sans-serif;
	font-size: 0.875em; /*14*/
	color: #fff;
	text-decoration: none;
	width: 50%; /*160*/
	margin: 0 auto;
}

footer {
	padding: 4% 0 3%; /*40 0 30*/
	width: 100%;
	font-size: 0.75; /*12*/
	overflow: hidden;
	background-color: #16325a;

}

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

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

#footer-content {
	width: 90%; /*960*/
	margin: 0 auto;
}

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

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


/*---------TRANSITIONS--------------*/
aside .book-details{
	opacity: 1;
}
aside .book-details:hover {
     opacity: 0;
     transition: linear 1s;
}
.mask {
     width: 90%; /*328*/
     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; /*32*/
     color: #fff;
     margin-top: 25%;
     opacity: 1;
}
.mask:hover p {
     font-size: 20px;
     color: white;
     margin-bottom: 40px;
     opacity: 1;
}
.mask:hover .learn {
     font-size: 1.25em; /*20*/
     color: #fff;
	background-color: #16325A;
	font-family: Lato;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
     padding: 1% 3%; /* 16 34*/
     opacity: 1;
}
.shop-box{
	opacity: .7;
	transition: opacity 2s;
}
.shop-box:hover{
	opacity: 1.0;
}
aside hr {
    width: 90%;
    margin: 2% auto; /*20*/
    border-top: 1px solid #16325a;
}
/*----------------------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: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 15px;
}
#circle-nav{
	margin: -7.5% 0 0; /*-50*/
	text-align:center;
}

@media only screen and (max-width: 1024px) {
		 #header-content {
        text-align: center; /* Center the content */
    }

    #header-content img {
        margin-bottom: 20px; 
    }

    nav {
        width: 100%;
        text-align: center; 
        position: static; 
        bottom: auto; 
        margin: 10px 0; 
    }

    nav ul {
        text-align: center; 
    }

    nav li {
        margin-bottom: 10px; 
    }


	.circle{
		height:9px;
		width:9px;
	}
	#color-bar h3{
		font-size:16px;
	}
	section h1,aside h2{
		font-size: 25px;
	}
    
 
 #banner,
  #slideshow, #slideshow-wrapper {
    height: 300px;
  }
	.index-page .shop-box
{
        width: 100%; 
        float: none; 
        margin-bottom: 20px; 
        clear: both; 
		margin-left:auto;
	margin-right:auto; 
    }
	.index-page #wrapper-shop img {
    width: auto; 
    max-width: 100%; 
    height: 200px; 
    display: block;
    margin: 0 auto;
	}
}
@media only all and (max-width: 480px) { 
#header-content {
        text-align: center; 

    }

     #header-content img {
        margin-bottom: 20px;
        width: 30%;
        height: 30%;
    }

    nav {
        background-color: #a32973;
        color: #fff;
		width:100%;
    }
	nav li{
		display:block;
		text-align:center;
		margin: 10px;
		
	}
	nav a:link {
		color: #fff;
	}


	.circle{
		height:9px;
		width:9px;
	}
	#color-bar h3{
		font-size:16px;
	}
	section h1,aside h2{
		font-size: 25px;
	}
    
 
 #banner,
  #slideshow, #slideshow-wrapper {
    height: 200px;
  }
	.team, .shop-box {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

    .team a, #wrapper-shop img {
        width: auto;
        max-width: 100%;
        height: 200px;
        display: block;
        margin: 0 auto;
    }
	section{
		width:100%;
		float:none;
	}
	aside{
		width:90%;
		float:none;
		text-align:center;		
	}
	
}
/*---------------------Thank Yous----------------*/
#wrapper-thanks h2 {
	padding-left: 10%; /*60*/
	padding-bottom: 2%;
	background-color: #f4f3f0;
	overflow: hidden;
	font-size: 32px;
	color: #a32973;
	font-family: 'Goudy Bookletter 1911', serif;
	
}
#wrapper-thanks h2{
	font-size:40px;
}
#tablehead tr, th{
	background-color: #16325a;
	color:white;
}

#thanks-content {
	width: 100%; /*960*/
	margin-left: auto;
	margin-right: auto;
	background-color: #f4f3f0;
}
#thanks-content table, th, td{
	border:3px solid;
	border-color: #16325a;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 6%;
	width: 20%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
tbody {
 background-color:white;
}

#monthlypay {
	text-align:center;
	margin:10px;
}
#monthlypay p{
	font-size:20px;
	font-family: 'Goudy Bookletter 1911', serif;
}

