body {
	background-color: gainsboro;
	margin: 0;
	padding: 0;
}

header {
	top: 0;
	left: 0;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
	
header {
	width: 100%;
	height: 100%;
	background: black url(../media/images/main.png) no-repeat center 75px;
	float: left;
	position: absolute;
}

nav {
	background-color: black;
	width: 100%;
	bottom: 0;
	position: absolute;
}

nav ul {
	font-family: 'Montserrat', sans-serif;
	list-style-type: none;
	text-align: right;
	width: 100%;
	text-transform: uppercase;
	color: fuchsia;
}

nav ul a {
	color: fuchsia;
	text-decoration: none;
	width: 320px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 12px;

}

nav ul a:hover {
	color: white;
	width: 320px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 12px;
	text-decoration: none;
}

nav ul ul {
	display: none;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

nav ul li:hover > ul {
	display: block;
}

section {
	max-width: 680px;
	float: left;
	clear: left;
	position: absolute;
	top: 100%;
}

}

@media screen and (min-width: 641px) and (max-width: 960px) {
	
header {
	width: 190px;
	height: 100%;
	background: black url(../media/images/main.png) no-repeat center 75px;
	position: absolute;
	z-index:998;
}

nav {
	background-color: black;
	text-align: right;
	width: 190px;
	bottom: 0;
	position: absolute;
	z-index:999;
}

nav:hover > header {
	width: 320px;
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

nav ul {
	font-family: 'Montserrat', sans-serif;
	list-style-type: none;
	display: block;
	float: right;
	width: 100%;
	text-transform: uppercase;
	color: fuchsia;
}

nav ul a {
	color: fuchsia;
	text-decoration: none;
	width: 320px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 12px;

}

nav ul a:hover {
	color: white;
	width: 320px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 12px;
	text-decoration: none;
}

nav ul ul {
	display: none;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

nav ul li:hover > ul {
	display: block;
}

section {
	max-width: 680px;
	position: absolute;
	left: 190px;
	margin-right: 30px;
}

}

@media screen and (min-width: 961px) {

header {
	width: 320px;
	height: 100%;
	position: fixed;
	background: black url(../media/images/main.png) no-repeat center 75px;
}

nav {
	position: fixed;
	background-color: black;
	width: 320px;
	left: 0;
	bottom: 0;
	z-index: 1;
}

nav ul a {
	display: none;
}

section {
	max-width: 680px;
	position: absolute;
	left: 320px;
	margin-right: 30px;
}

}

header h1 {
	color: fuchsia;
	text-align: right;
	margin-right: 12px;
}

header h2 {
	color: white;
	font-weight: 20000;
	font-style: normal;
	text-align: right;
	font-size: 1.5em;
	margin-right: 12px;
	line-height: 0;
	margin-top: 0;
}

nav ul {
	font-family: 'Montserrat', sans-serif;
	list-style-type: none;
	text-align: right;
	display: block;
	float: right;
	width: 320px;
	text-transform: uppercase;
	color: fuchsia;
}

nav li {
	height: 30px;
}

article {
}

footer {
	
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 12px;
}

h2, p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
}

h2 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	margin-top: 2em;
	margin-bottom: -.5em;
}

p {
	font-size: 1.15em;
}

a {
	color: fuchsia;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

nav ul ul a {
	color: fuchsia;
	text-decoration: none;
	width: 320px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 12px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

nav ul ul a:hover {
	background-color: fuchsia;
	padding-right: 12px;
	color: white;
	text-decoration: none;
}

.active {
	background-color: fuchsia;
	padding-right: 12px;
	color: white;
	width: 320px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px none fuchsia;
	border-bottom: 1px solid fuchsia;
}

.big {
	display: none;
}

.big:target {
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0px;
	left: 0px;
	background-color: #000000;
	display: table;
	position: fixed;
}

.big:target img {
	width: 100%;
	height: auto;
	display: table;
	vertical-align: middle;
}

.big p {
	margin-left:10px;
	color:white;
}

.content {
	margin-left:10px;
	margin-bottom:10px;
}

::selection {
	background-color: fuchsia;
	color: white;
	margin: 2px;
}

/* @group forms */

input, textarea {
	letter-spacing: .05em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	margin-bottom: 5px;
	width: 300px;
	background-color: white;
	padding: 5px;
	color: black;
	border-style: none;
	font: 300 1em 'Source Sans Pro', sans-serif;
}
input[type="submit"] {
	background-color: black;
	color: white;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
	transition: all 1s ease;
	font-weight: bold;
}

input[type="submit"]:hover {
	background-color: fuchsia;
	color: white;
	font-weight: bold;
}
textarea {
	resize: vertical;
	overflow: visible;
	height: auto;
	min-height: 4em;
}

::-webkit-input-placeholder {
    color: black;
}

::-moz-placeholder {
    color: black;
}

::-ms-input-placeholder {
	color: black;
}

::placeholder {
	color: black;
}

/* @end */

.download:before {
	content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNi41ODhweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTYuNTg4IDE4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNi41ODggMTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGMDBGRiIgZD0iTTE0LjgxLDYuNzA2Yy0wLjQ3NS0wLjQ4My0xLjI2Ni0wLjQ4My0xLjc1MywwbC0zLjUxOCwzLjUxOFYxLjI0NUM5LjUzOSwwLjU1NCw4Ljk3NywwLDguMjk0LDANCglDNy42MTIsMCw3LjA0OSwwLjU1NCw3LjA0OSwxLjI0NXY4Ljk3OUwzLjUzMyw2LjcwNmMtMC40ODMtMC40ODMtMS4yNjktMC40ODMtMS43NTIsMGMtMC40ODksMC40OTEtMC40ODksMS4yODIsMCwxLjc2Ng0KCWw1LjYzNiw1LjYzOGMwLjA1MywwLjA2NiwwLjQ1OCwwLjM2MywwLjg3NywwLjM2M3MwLjgyNC0wLjI5NywwLjg3Ni0wLjM2M2wwLDBsNS42NC01LjYzOEMxNS4yOTgsNy45ODgsMTUuMjk4LDcuMTk3LDE0LjgxLDYuNzA2eiINCgkvPg0KPHBhdGggZmlsbD0iI0ZGMDBGRiIgZD0iTTE1LjM0MywxOEgxLjI0NUMwLjU1NCwxOCwwLDE3LjQ0NiwwLDE2Ljc1NnYtNC45NGMwLTAuNjgyLDAuNTU0LTEuMjM4LDEuMjQ1LTEuMjM4DQoJYzAuNjgzLDAsMS4yNDUsMC41NTcsMS4yNDUsMS4yMzh2My42OTVoMTEuNjA3di0zLjY5NWMwLTAuNjgyLDAuNTYzLTEuMjM4LDEuMjQ1LTEuMjM4YzAuNjk1LDAsMS4yNDUsMC41NTcsMS4yNDUsMS4yMzh2NC45NA0KCUMxNi41ODgsMTcuNDQ2LDE2LjAzOCwxOCwxNS4zNDMsMTh6Ii8+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
	}

