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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}

html {
	background: #000;
	height: 100%;
}
body {
	color:#fff;
	font-family: "Lato", sans-serif;
	font-size:1em;
	text-align: center;
	height: 100%;
}
.bg {
	background:url('./lisa-wieland-hero-bg.jpg') center center;
	background-size: cover; 
	width: 100%;
	height: 110vh;
	position: fixed;
	left: 0;
	top: 0;
}
.gradient {
	background: linear-gradient(
		to right,
		black, 
		rgba(0, 0, 0, 0.25)
	  );
	  height: 110vh;
	  width: 100%;
	  position: fixed;
	  left: 0;
	  top: 0;
}

a {color:#fff;}

#main, #footer {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
}

#logo {
	min-width: 240px;
	width: 420px;
	max-width: 100%;
}

.hero-list {
	margin: 0;
	list-style: none;
}

.hero-list-item {
	font-size: 18px;
	line-height: 1.8;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000000;
}

.hero-list-item:nth-child(even) {
	color: #C8A685
}

.buttons {
	margin-bottom: 36px;
	margin-top: 48px;
}

.button {
	border: 1px solid white;
	padding: 8px;
	text-decoration: none;
		margin:  5px 0;
		display: inline-block;
		width: 80%;
		background: rgba(0, 0, 0, 0.25);
		transition: 0.35s;

}

.button:hover {
	background: rgba(0, 0, 0, 0.75);

}

@media only screen and (min-width: 720px) {
	body {
		text-align: left;
		padding: 0 128px;
	}
	.gradient {
		background: transparent;
	}	
	#logo {
		margin-left: -80px;
	}
	.hero-list {
	}	
	.button {
		margin: 0 10px 10px 0;
		width: auto;
	}
}

#footer {
	font-size: 12px;
}