﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
	font-family: 'Source Code Pro', sans-serif;
	background-color: #000000;
	color: #e7e8f7;
	margin: 0;
}

.main {
	background-image: url(/img/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 900px;
	max-width: 1200px;
	margin: 0 auto;
}

.info {
	float: left;
	margin-top: 180px;
}

	.info h1 {
		font-weight: 900;
		font-size: 3.8em;
		color: #000000;
		line-height: 1.3;
		margin: 0;
	}

		.info h1 span {
			padding: 0 10px;
			background-color: rgba(255,255,255,0.9);
		}


	.info h3 {
		margin-top: 60px;
		margin-bottom: 120px;
				margin-left: 10px;
		font-weight: 900;
				font-size: 2.0em;
	}

.projects {
	float: right;
	margin-top: 180px;
	width: 38%;
	text-align: right;
}

h2 {
	font-weight: 900;
	font-size: 1.8em;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

	h2 span {
		padding: 0 12px;
		background-color: rgba(255,255,255,0.9);
	}

h4 {
	margin-top: 35px;
	margin-bottom: 6px;
	font-weight: 900;
	font-size: 1em;
}

	h4 span {
		padding: 1px 8px;
		background-color: rgba(0,0,0,0.9);
	}

p {
	font-size: 0.8em;
	font-weight: 300;
	line-height: 1.3em;
	margin-left: 10px;
	margin-right: 10px;
}

.info p {
		margin-left: 10px;
}

.projects p {
		margin-right: 10px;
}

	p span {
		background-color: rgba(0,0,0,0.5);
	}

a {
	color: #ffffff;
	background-color: rgba(0,0,0,1.0);
}

	a:hover {
		color: #000000;
		background-color: rgba(255,255,255,0.9);
		text-decoration: none;
	}

.footer {
	padding: 20px 0 20px;
	font-size: 0.7em;
	font-weight: 300;
	color: #999999;
	text-align: center;
}

@media (max-width: 1200px) {
	.info {
		margin-top: 80px;
	}

	.projects {
		margin-top: 80px;
				width: 32%;
	}
}

@media (max-width: 880px) {
		.info {
						width: 54%;
		}
	.projects {
		width: 46%;
	}
}

@media (max-width: 700px) {

		.main {
						height: auto;
												padding-bottom: 40px;
		}

	.info {
				margin-top: 0;
		float: none;
				width: 80%;
	}

		.info h3 {
						margin-top: 20px;
												margin-bottom: 10px;
		}

	.projects {
				float: none;
		margin-top: 10px;
		width: 100%;
	}

		.projects p {
						margin-left: 60px;
		}

}
