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



body {
	border: 0;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(/images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #1f101c;
	background-attachment: fixed;
	background-size: cover;
}



.more {
	display: none; 
}

a.showLink, a.hideLink {
	text-decoration: none;
    color: #ffffff;
}

a.showLink:hover, a.hideLink:hover {
    text-decoration: none;
    color: #6b5967; 
}

.text                                  {
	padding-right: 10px;
	padding-left: 10px;

}
.collection                                  {
	padding-right: 10px;
	padding-left: 10px;
}



.full_width_image                                  {
	padding: 0px;
	margin: 0px;
}

.intro  {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	margin-bottom: 3.5em;
	padding-top: 1.2em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
}


.green  {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-bottom: 3em;
	clear: both;
	background-color: #346b69;
}

.green2  {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-bottom: 3em;
	clear: both;
	background-color: #235250;
}

.purple  {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-bottom: 3em;
	clear: both;
	background-color: #382f36;
}

.purple2  {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-bottom: 3em;
	clear: both;
	background-color: #6b5967;
}

.footer {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-top: 3em;
	padding-bottom: 7em;
	clear: both;
}

.copyright {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-top: 0em;
	padding-bottom: 1em;
	clear: both;
}

a:link, a:visited, a:active {
color: #ffffff ;
text-decoration: none ;
}

.green a:hover {
	color: #235250;
	text-decoration: none;
}

.green2 a:hover {
	color: #346b69;
	text-decoration: none;
}

.purple a:hover {
	color: #6b5967;
	text-decoration: none;
}

.purple2 a:hover {
	color: #382f36;
	text-decoration: none;
}

.footer a:hover {
	color: #b862a6;
	text-decoration: none;
}

.copyright a:hover {
	color: #b862a6;
	text-decoration: none;
}