@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700');
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 1em;	
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	background-image: url(images/bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 300px;
}

.wrapper {
	padding: 0 50px;
	clear: both;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo {
	text-align: center;
	font-size: 120px;
	font-weight: 700;
	padding-bottom: 70px;
	line-height: 100px;
	text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.2);
}

.slogan {
	text-align: center;
	padding-bottom: 40px;
	font-size: 25px;
}

.contact {
	font-size: 16px;
	text-align: center;
}

.projects {
	position: absolute;
	bottom: 20px;
	right: 20px;
	white-space: nowrap;
}

.projects h6 {
	display: inline-block;
	padding-right: 10px;
	font-size: 13px;
}

@media only screen and (max-width: 1280px) {
	.logo { font-size: 180px; line-height: 140px; }
	.slogan { font-size: 40px; padding-bottom: 60px; }
	.contact { font-size: 30px; }
}

@media only screen and (max-width: 768px) {
	.logo { font-size: 140px; line-height: 90px; }
	.slogan { font-size: 30px; padding-bottom: 60px; }
	.slogan span { display: none; }
	.contact { font-size: 30px; }
	.projects { font-size: 22px; }
}
