body {
	background-color: #000000;
	background-image: url(../images/background/cove01bg.jpg);
	background-repeat: no-repeat;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.holder {
	height: 100vh;
}
.titlecolumn  {
	width: 30%;
	padding-top: 209px;
	float: left;
	height: 100vh;
}


.titlecolumn .style1  {
	color: #941B1D;
	font-size: 54px;
	margin-left: 30px;
}
.titlecolumn .style2 {
	color: #8FA335;
	font-size: 32px;
	margin-left: 30px;
}



.gallery {
	float: left;
	width: 70%;
}
.gallery .galtitle  {
	color: #6E1E20;
	font-size: 39px;
	text-align: center;
}
.gallery .nav  {
	text-align: center;
	font-size: 31px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

.gallery .imageport {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.gallery .imageport img  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gallery .nav a {
	color: #A7A03B;
	text-decoration: none;
}
.gallery .nav a:visited {
	color: #BDD14B;
}
.gallery .nav a:hover {
	color: #D0E729;
}
