/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #cc3266;
	text-decoration: none;
}
a:hover {
	color: #df76a0;
	text-decoration: none;
}
a:visited {
	color: #cc3266;
	text-decoration: none;
}

.hidden {
	display:none;
}



/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%;
	height:auto;
	background-color:#ffffff;
	z-index:100;
	border-bottom: solid 3px #0e1f2f;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	text-align: right;
	margin: 30px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 50px;
	color: #cd3167;
}
.navigation li:hover{
	cursor:pointer;
	color: #580421;
}

.navigation .active{
	cursor:pointer;
	color:#cd3167;
}

.navigation a:link {
	color: #cd3167;
	text-decoration: none;
}
.navigation a:hover {
	color: #580421;
	text-decoration: none;
}
.navigation a:visited {
	color: #cd3167;
	text-decoration: none;
}




/* General Slides */

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
}

/* Silid U */

#slideU{
	background: #000;
	color: #fff;
	padding-top: 200px;
}

#slideU h2 {
	font-size: 1em;
}
#slideU a {
	color: #fff;
}

#gr_grid_widget_1464031404 {
	margin-top: 40px;
}
#gr_grid_widget_1464031404 h2 a {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.gr_grid_container{
	margin-left: 20px;
}
.gr_grid_book_container {
	/* customize book cover container div here */
	float: left;
	width: 40px;
	height: 60px;
	margin: 5px;
	overflow: hidden;
}

/* Slide 1 */

#slide1{
	background: #eee;
  border-top: solid 3px #2C3E4E;
}
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#cat {
	width: 100%;
	 height: 34px;
 	overflow: hidden;
 	background: #fff;
	border: 1px solid #ccc;
	color: #435d76;
}
#selections img {
	max-width: 30%;
}



/* Slide 2 */

#slide2{
	background-color: #b5285b;
	color:#ffffff;
}
#slide2 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide2 h2 {
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
	text-align: center;
}




/* Slide 3 */

#slide3{
	background-color:#ffffff;
	border-top: solid 2px #0e1f2f;
	border-bottom: solid 2px #8a8683;
}
#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide3 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-top:20px;
	font-weight: 400;
}
#social img{
	margin: 7px;
}
#social i {
    font-style: normal;
		font-size: 3em;
		padding-right: .3em;
}
#copy {
	float:right;
	font-size: 50%;
	margin-top: 42px;
}




/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:33%;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	display:none;
}

#gr_grid_widget_1464031404 {
	text-align:center;
	width:100%;
}

#content {
	text-align:center;
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#viewer {
	display:none;
}
#selections img {
	max-width: 100%;
}


#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}


}
