﻿@import url(//fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons.eot');
	src:url('../fonts/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
}

body {
	padding: 0 0 400px 0;
	font-family: "Merriweather", "Georgia", serif;
	background: #000 url("attic-bg.jpg") 46% 0 no-repeat;
	background-size: cover;
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
	font-style: normal;
}

@media only screen and (max-width: 1280px) {
	body{
		font-size: 0.8em;
	}	
}

@media only screen and (min-width: 1600px) {
	body{
		font-size: 1.2em;
	}	
}

.top-menu {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 15px 20px;
	background: rgba(15, 3, 3, 0.92);
	border-bottom: solid 1px rgba(255,255,255,0.18);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(15, 3, 3, 0.5);
	-moz-box-shadow:    0px 1px 0px 0px rgba(15, 3, 3, 0.5);
	box-shadow:         0px 1px 0px 0px rgba(15, 3, 3, 0.5);
}

#logo {
	font-family: 'Exo 2', sans-serif;
	text-transform: uppercase;
	letter-spacing: 16px;
	font-weight: 500;
}

div.wrapper {
	 width: 800px;
	 margin: 0 auto;
	 padding: 50px 0;
}

p {
	 font-size: 1.2em;
	 line-height: 1.73em;
	 margin: 0px;
	 text-indent: 0; /* 2em; */
	 font-family: Merriweather;
	 font-weight: 400;
	 font-style: normal;
	 width: 100%;
}

div.wrapper {
	width: 70%;
	padding: 300px 0px 200px 0px;
	float: none;
	margin: 0 0 0 6%;
}

div.container {
	width: 85%;
	padding: 400px 0px 400px 0px;
	float: none;
	margin: 0 0 0 6%;
}

@media only screen and (max-width: 1620px) {
	div.container {
		width: 75%;
		padding: 140px 0px 70px 0;
		float: none;
		margin: 0 0 0 4em;
	}
}


div.text {
	width: 50%;
	margin-right: 6%;
	float: left;
	padding-bottom: 100px;
}

@media only screen and (max-width: 1620px) {
	div.text {
		margin-right: 6%;
	}
}

@media only screen and (max-width: 1280px) {
	div.text {
		width: 60%;
		margin-left: 0;
	}
}

h1 {
	 font-size: 10.8em;
	 line-height: 1em;
	 margin: 0;
	 letter-spacing: -2px;
	 font-family: 'Six Caps', sans-serif;
	 font-weight: 500;
	 font-style: normal;
	 text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 1620px) {
	h1{
		font-size: 10.8em;
		line-height: 1em;
		margin: 0;
	}
}

@media only screen and (max-width: 1280px) {
	h1{
		font-size: 10.8em;
		letter-spacing: 0;
		line-height: 1em;
		margin-bottom: 0.05em;
	}
}

h1 strong {
	color: #000;
	font-weight: 500; 
}

@media only screen and (max-width: 1620px) {
	strong{
		color: #fff;	
	}
}

p.first {
	 text-indent: 0px;
	 font-size: 1.2em;
	 line-height: 1.73em;
	 width: 100%;
}

div.basic {
	 margin: 0 auto;
	 text-align: center;
	 width: auto;
}




.container > header,
.codrops-top {
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	color: #89867e;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #716d62;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.container > section {
	margin: 0 auto;
	padding: 10em 3em;
	text-align: left;
}

.color-4 {
	background: #0e83cd;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}

.menu {
	width: 30%;
	position: relative;
	float: left;
	margin-top: 0;
	padding-bottom: 100px;
}

#selected {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	padding: 10px;
	outline: none;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 500;
	font-size: 1.25em;
	font-family: 'Exo 2', sans-serif;
	background: rgba(255,255,255,1);
}

#separator {
	padding: 0em;
	margin: 1.2em 24px;
	width: 8em;
	height: 3em;
	background: repeating-linear-gradient( to right, rgba(255,255,255,0.7) 9px, rgba(255,255,255,0.7) 10px, rgba(255,255,255,0) 10px, rgba(255,255,255,0) 13px);
}

.footer {
	width: 100%;
	padding: 1em;
	background: rgba(15, 3, 3, 0.78);
	position: absolute;
	bottom: 0;
}

.footer span {
	color: #666;
	float: right;
}

.footer span a {
	color: #999;
	text-decoration: none;
}


.attainer {
	 width: 70%;
	 margin: 0 6% 4em 0;
     position: relative;
     z-index: 1; /* needed for setting pseudo-element z-index */
     backface-visibility: hidden;
	 float: left;
}

.atticbar {
	width: 25%;
	position: relative; 
	float: left;
	margin: -5em 0 -4em 3%;
}

.atticnav {
	width: 10%;
	position:relative;
	float: left;
	margin: -2em 0 0 80%
}
