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

.header {
	background-color:#000000;
	background-image:-webkit-linear-gradient(top left, #000000, #111111);
	background-image:-o-linear-gradient(top left, #000000, #111111);
	background-image:linear-gradient(to bottom right, #000000, #111111);
}

.content a {
	color:#202020;
}

.content a:hover {
	color:#000;
}

.page-content {
	margin-top:20px;
}

.outside-section {
	display:block;
	margin:25px 0px 25px 0px;
	padding: 25px 25px 25px 25px;
}

@media (min-width: 992px) {
	
	.header {
		height:100%;
		width: 30%;
		position: fixed;
		float:left;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

@media (min-width: 1900px) {
	.page-content {
		margin-top:200px;
	}
	
	.header {
		width:20%;
	}	
}