.csvcvwrap {
	margin-top: 5em;
	background-color: #ccccff;
	z-index: 1000;
	padding: 1em;
	padding-bottom: 6em;
	height: 100%;
	box-sizing: border-box;
}

.csvcv {
	height: 100%;
	z-index: 1000;
	background-color: white;
	box-sizing: border-box;
}

/*Header*/
#slider {
	background-color: rgb(85,221,170);
	height: 5px;
	width: 0%;
	z-index: 1000;
	transition:
		width 0.2s;
}

#header {
	z-index: 399;
	text-align: center;
	background: #101f47;
	background-image: url("../img/stripes.png");
	background-position: center;
	padding: 1px;
	margin: 0px;
	width: 100%;
	height: 5em;
	position: fixed;
	top: 0px;
	border-bottom: #2f466d 2px solid;
	transition:
		background-color 0.3s;
}

#header:hover {
	background-color: #2c333f;
}

#preloader_title {
	top: 6px;
	left: 5px;
}

#name_title, #preloader_title {
	position: relative;
	color: white;
	text-transform: uppercase;
	font-size: 3.35em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	z-index: 10;
	width: 7.5em;
	/*background-image: radial-gradient(closest-side, #2a243fff 50%, #2a243f00);*/
}

#contact_title {
	position: absolute;
  font-family: opensans;
	color: white;
	text-transform: uppercase;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	z-index: 10;
	right: 0;
	top: 0;
	font-size: 1.70em;
	line-height: 1.3em;
	padding-right: 0.5em;
	text-align: right;
}

/*Clickable div in the header to go to part of the page*/
.hclicker {
	cursor: pointer;
	position: absolute;
	height: 145px;
	width: 150px;
	top: 5px;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: overlay;
	background-color: #444488;
	clip-path: polygon(50px 0px, 150px 0px, 100px 150px, 0px 150px);
	opacity: 0.6;
	transition:
		background-color 0.3s, opacity 0.3s, transform 0.3s;
}

.hclicker:hover {
	opacity: 1;
	background-color: #888888;
	transform:
		translateX(5px);
}

.hclickerglow {
	opacity: 0.9;
	background-color: #888888;
}

.download {
	top: -50px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
  font-family: opensans;
  font-weight: 700;
	z-index: 10;
	transition:
		transform 0.3s;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	color: #ddaa55ff;
}

.download:hover {
	transform:
		scale(1.2);
}
