* {
    margin: 0;
    padding: 0;
}
html {
    background-image: url("/_assets/images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}
body {
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    padding: 20px;
    text-align: center;
}
header {
    padding: 50px 0 25px;
}
header h1 {
    margin: 0 0 25px;
}
@media only screen and (max-width: 480px) {
    header {
        padding: 25px 0 20px;
    }
    header h1 {
        margin: 0 0 20px;
    }
}
header h1 img {
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 516px) {
    header h1 img {
        width: 100%;
    }
}
header h1 span {
    display: block;
    height: 0;
    overflow: hidden;
}
header p.tagline {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    opacity: 0.5;
}
header p.est {
    font-size: 10px;
    opacity: 0.5;
    text-transform: uppercase;
}
section {
    padding: 25px 0;
}
@media only screen and (max-width: 480px) {
    section {
        padding: 20px 0;
    }
}
::selection {
    background: #182b43;
}
a {
    color: #fff;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
li {
    list-style: none;
    opacity: 0.5;
}
section.tech ul li {
    display: inline;
    opacity: 0.5;
}
section.tech ul li:after {
    content: ",";
}
section.tech ul li:last-child::after {
    content: none;
}
footer {
    color: #000;
    font-size: 10px;
    margin: 25px 0 10px;
    opacity: 0.5;
    text-transform: uppercase;
}
@media only screen and (max-width: 516px) {
    footer {
        margin-top: 20px;
    }
}