html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.uk-height-wp1-1{
  height: 100vh;
}
header {
	margin-bottom: 9%;
}
header .logo{
  background-image: url(./img/logoGLY.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 34%;
  width: 40%;
	margin-top: -17%;
}
.mobile{
	display: none;
}
.desktop{
  display: block;
}
.steam{
  background-image: url(./img/steam.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 45%;
	margin-bottom: 5%;
}
header a .steam h1{
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #white;
  padding-top: 4%;
}
header a.steam h1:hover{
  text-decoration: none;
}
body{
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 25%, rgba(60,26,50,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 25%, rgba(60,26,50,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,1) 25%, rgba(60,26,50,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#3c1a32",GradientType=1);
}
content #easy{
  text-align: center;
}
content .margin{
  margin-top: 3%;
}
content h1{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1%;
}
content p, content li{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: none;
    color: #fff;
    line-height: 30px;
}
content #pitch .description {
  height: 38vw;
}
content #pitch .feature {
  height: 25vw;
	margin-top: 5%;
}
content .logo{
	background-image: url(./img/logoGLY.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 184px;
	width: 20%;
}
content .obelisk{
	background-image: url(./img/ObeliskStudio_W.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 134px;
	width: 20%;
}

content .steamlogo{
	background-image: url(./img/steamlogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 134px;
	width: 20%;
	z-index: 2;
}
content .paddingtop{
padding-top: 38%;
}

nav .logo{
	background-image: url(./img/logoGLY.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 200px;
	display: block;
	height: 70px;
	margin-top: 5px;
}

nav .logomobile{
	display: none;
}

nav .button{
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0px 10px;
	background-position: center;
}
.twitter{ background-image: url(./img/Twitter.svg);}
.discord{	background-image: url(./img/discord.svg);}
.mail{	background-image: url(./img/Mail.svg);}
.instagram{	background-image: url(./img/instagram.svg);}
.steamlogoblue{	background-image: url(./img/Steam.svg);}
