@font-face {
    font-family: "avenir-next";
    src: url("../fonts/avenir-next/avenir-next-regular.woff") format('woff');
}
body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'avenir-next', sans-serif;
    font-size: 18px;
    background-color: #eee;
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #ffcc33;
}

button {
    color: #333;
    padding: 10px;
    padding-top: 15px;
    border-radius: 8px;
    border: 1px solid #666;
    transition: all 0.5s;
}
button:hover {
    border: 1px solid #ffcc33;;
}

.overlay {
    width: 90vw;
    max-width: 1420px;
    margin: auto;
    background-color: #fff;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    box-shadow: 0 0 5px #333;
}

img.feature {
    width: 64px;
    filter: opacity(0.85);
}

div.start {
    padding: 30px;
    margin: auto;
    width: 70%;
    text-align: center;
    vertical-align: middle;
}
img.start {
    margin-top: 15px;
    width: 128px;
    border-radius: 25px;
    float: left;
}

img.decal {
    width: 500px;
    z-index: 1;
}
img#decal1 {
    position: relative;
    left: -75px;
}
img#decal2 {
    position: relative;
    top: 100px;
}

hr#header {
    position: relative;
    top: -93px;
}

hr#footer {
    position: relative;
    top: -68px;
}