* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
}

body {
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;
    background: #151515 url(data/fox.jpg) center center no-repeat;
    background-size: cover;
    text-rendering: optimizeLegibility;
    font: normal 20px/1.4 'Open Sans', Helvetica, Arial, sans-serif;
    color: #ffffff;
    padding: 2em;
    margin: 0;
}

::selection {
    background-color: #1793d1;
    color: #ffffff;
    text-shadow: none;
}

h1, h2, h3 {
    font-weight: 400;
}

h1 {
    font-size: 3.4em;
    margin: 0;
}

h2 {
    font-size: 1.35em;
    margin-top: -.4em;
    color: #999999;
}

h3 {
    font-size: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-top: .5em;
    line-height: 1.6em;
}

.stuff,
.stuff a {
    color: #999999;
}

.profiles a {
    color: #ffffff;
}

.service {
    color: #ffffff;
    display: inline-block;
    width: 6em;
}

.muted {
    color: #444444;
    border-bottom: 2px solid transparent;
}

a,
.muted {
    text-decoration: none;
    transition: color .2s, border-bottom-color .2s;
}

a:hover,
a:focus {
    color: #ffffff;
    outline: none;
}

a:hover .muted,
a:focus .muted {
    color: #1793d1;
    border-bottom-color: #1793d1;
}

.fas, .fab {
    width: 1em;
    display: inline-block;
    text-align: center;
    margin-right: .5em;
    color: #ffffff;
}

@media (max-width: 570px) {
    h2 {
        font-size: 4.5vw;
    }

    h1 {
        font-size: 11.5vw;
    }
}

@media (min-height: 800px) and (min-width: 680px) {
    body {
        font-size: 2.5vh;
    }
}

@media (max-width: 770px) {
    body {
        background-position: -100px center;
    }
}

@media (max-width: 400px) {
    body {
        background-image: none;
    }

    .service {
        padding: 0.1em 0;
        display: inline-block;
    }

    .muted {
        display: none;
    }
}
