html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;}
* {margin:0;padding:0;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none; line-height: 1;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
a:hover{text-decoration:none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
ul {list-style:none;}
hr{display:block;height:1px;border:0;border-top:1px dashed #ddd;margin:1em 0 3em;padding:0;}
input,select{vertical-align:middle;}

html {
	background: #0e0e0e;
	color: white;
	font-family: Montserrat;
}

h1, h2 {
	color: #A18D6B;
}


h1 {
	font-size: 6em;
	margin-left: -7px;
	margin-bottom: 0.3em;
}


.blueshift h1 {
	color: rgb(15, 79, 166);
}

h2 {
	font-size: 4em;
	line-height: 1em;
	margin-bottom: 20px;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 1.5em;
	margin-bottom: .5em;
}

p {
	font-size: 1em;
	line-height: 1.6em;
	color: rgba(255,255,255,0.75);
}

section {
	margin: 0 auto 0;
	padding: 8% 3%;
	max-width: 1500px;
	box-sizing: border-box;
	clear: both;
	height: 1000px;
}

hr {margin: 100px auto; display: block;}

a {
	color: rgba(255,255,255,0.75);
	transition: .1s background ease-in-out;
}

a:link:hover {
	color: rgba(255,255,255,1);
}

.wrap {
	margin: 0 auto 0;
	padding: 5%;
	max-width: 1500px;
}


::selection {
	background-color: rgba(255,255,255,.1);
}

.about .one-column p {
	font-size: 1.1em;
	margin-bottom: 20px;
}

.title {
	position: absolute;
	left: 30px;
	top: 35px;
	color: rgba(255,255,255,.2);
	text-shadow: 0 1px 30px #000;
}

h4 em {
	font-style: normal;
	font-weight: 300;
}

.alert {
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	font-weight: 600;
	margin-top: 18px;
}

.title:hover {
	color: rgba(255,255,255,.35);
}

/**/

.left-column, .right-column {
	display: block;
	float: right;
	box-sizing: border-box;
}

.left-column {
	margin-right: 3%;
	width: 40%;
}

.right-column {
	margin-left: 3%;
	width: 54%;
}

.one-column {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.feature-art {
	box-shadow: 0 20px 40px rgba(0,0,0,1);
	border-radius: 24px;
	width: 100%;
	border: #1e1e1e solid 1px;
}

/**/

.socials {
	display: block;
/*	clear: both;*/
}

.socials li a {
	background: rgba(255,255,255,0.07);
	padding: 10px;
	border-radius: 10px;
	margin: 0 10px 10px 0;
	display: flex;
/*	position: relative;
	float: left;*/
}

.socials li a p {
	vertical-align: middle;
	float: left;
	margin-top: 8px;
	line-height: 1em;
}

.socials li a:hover {
	background: rgba(255,255,255,0.1);
}

.social-icon {
	height: 30px;
	width: 30px;
	margin-right: 15px;
	float: left;
}

.aux {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: -1000;
	font-size: .9em;
	color: rgba(255,255,255,0.2);
	text-align: right;
}

blockquote {
	border-left: 5px white solid;
	padding: 0 30px;
	margin: 50px 0;
}

blockquote p:first-child {
	color: white;
	font-weight: bold;
}

/**/

.margin-xlarge {
	margin-top: 300px;
}


.new .margin-large {
	margin-top: 1%;
}

.margin-large {
	margin-top: 5%;
}

.margin-medium {
	margin-top: 50px;
}

.margin-small {
	margin-top: 25px;
}

.margin-small-b {
	margin-bottom: 25px;
}

/**/

label {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255,255,255,0.07);
	display: block;
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 10px;
	box-sizing: border-box;
	z-index: 100;
	-webkit-backdrop-filter: blur(25px);
}

label:hover {
	background: rgba(255,255,255,0.1);
	cursor: pointer;
}

#overlay {
	height: 100vh;
	width: 100%;
	background: #0e0e0e;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	box-sizing: border-box;
	z-index: 50;
	visibility: hidden;
	transition: .1s opacity ease-in-out;
	opacity: 0;
}

.menu {
	width: 350px;
	margin: 28% auto 0;
	text-align: center;
	transition: .24s margin ease-in-out;
	font-size: .9em;
}

.menu li {
/*	margin-bottom: 20px;*/
}

.menu li a h3 {
	line-height: 1.4;
	margin: 0;
}

.menu li:hover {
	opacity: .6;
}

.menu li:last-child {
	padding-top: 20px;
	font-size: .7em;
}

#toggle:checked ~ #overlay {
	visibility: visible;
	opacity: 1;
}

#toggle:checked ~ #overlay .menu {
	margin-top: 24%;
}

input[type=checkbox] {
	display: none;
}

/**/

@media all and (max-width: 960px) {
.left-column, .right-column {width: 100%; margin: 0;}
.margin-large {margin-top: 100px;}
.feature-art {margin-bottom: 50px;}
h1 {font-size: 4em;}
}

@media all and (max-width: 550px) {
.socials li a {padding: 5px;}
.socials li p {font-size: .8em; margin-right: 10px;}
h3 {clear: both; margin-top: 50px;}
section {height: 1000px;}
/*.socials li a p {display: none}*/
/*.social-icon {
	height: 40px;
	width: 40px;
	margin-right: 0;
	float: none;
}*/
hr {display: none;}
.feature-art {margin-bottom: 25px;}
.margin-large {margin-top: 0;}
.aux {
	position: relative;
	float: left;
	padding: 40px 0 10px;
	text-align: center;
	margin: 0 auto;
	width: 300px;
	box-sizing: border-box;
	left: 8px;
}
.title {visibility: hidden;}
label {top: 10px; right: 10px;}
.margin-medium {margin-top: 25px;}
}







