body{
font-family: 'Lato', sans-serif;
padding-bottom: 70px;
}

ul{
padding: 0;
}

li{
display: inline;
list-style-type: none;
text-align: left;
}

.header{
color: #EB5C38;
font-weight: bold;
font-size: 2em;
text-transform: uppercase;
text-align: left;
letter-spacing: .1em;
line-height: 1em;
}

a{
text-decoration: none;
}

a:link, a:visited {
color: #EB5C38;
}

a:hover{
color: transparent;
text-shadow: 0 0 5px rgba(235, 92, 56, 1);
}

.header li{
margin-right: 20px;
}

div{
width: 85vw;
margin: auto;
padding-bottom: 0;
}

.imges{
max-height: 320px;
border: none;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
letter-spacing: 4px;
}

.subhead{
color: transparent;
text-shadow: 0 0 4px rgba(235, 92, 56, 1);
font-weight: bold;
text-transform: uppercase;
font-size: 1.5em;
letter-spacing: .1em;
}

.subhead li{
margin-right: 8px;
}