body {
    background-color: #030303;
    color: #fff;
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.1em;
    font-style: normal;
    line-height: 1.7;
}
h1 {
    font-size: 1.9em;
    text-align: center;
    font-family: "Lugrasimo", cursive;
    font-weight: bold;
}
h2 {
    font-size: 1.4em;
    font-family: "Lugrasimo", cursive;
    font-weight: 400;
    font-style: normal;
}
p {
    margin: 0;
    padding: 0 0 0 25px;
    text-indent: -25px;
}
a {
    color: #fff;
}
section {
    margin: 0 0 1.4em 0;
}
.image {
    max-width: 100%;
    text-align: center;
}


.hero{
	background-color:#fff;
	max-height:999px;
	min-height:100vh;
	position:relative;
	overflow:hidden;
}
.hero .hero-layer:nth-child(1){
	z-index:2;
}
.hero .hero-layer:nth-child(2){
	z-index:3;
}
.hero .hero-layer:nth-child(3){
	z-index:4;
}
.hero-layer{
	height:100%;
	position:absolute;
	width:100%;
}
.hero-layer > div{
	height:100%;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	position:absolute;
	width:100%;
	z-index:-1;
}
.hero-layer.sky > div{
	background-image: url('https://sethhumphrey.com/assets/img/tgrbg.jpg');
}
.hero-layer.name > div{
	background-image: url('https://sethhumphrey.com/assets/img/hero-name-l.png');
	background-size:contain;
	background-position: center center;
}
.hero-layer.landscape > div{
	background-image: url('https://sethhumphrey.com/assets/img/hero-landscape.png');
}
.hero > div.tagline {
	color:#fff;
	font-size:40px;
	position:absolute;
	right:5%;
	text-align:right;
	text-shadow: 0 2px 8px rgba(0,0,0,.6);
	top:20%;
	width:100%;
	z-index:5;
	}
@media(min-width:1024px){
}