body {
    background: #606060 url(anomaly-splash-mobile.jpg) center top no-repeat fixed;
    background-size: contain;

    margin: 0;
}

#header-logo {
    position: relative;
    top: 10px;
    margin: 0 1em;
}
#header-logo img {
    position: relative;
    float: right;
    top: 5px;
    max-width: 15%;
}

#header-main {
    position: relative;
    top: 50px;
    width: 100%;
    clear: right;
}
#header-main img {
    display: block;
    margin: 0 auto;
}
img#header-1 {
    margin-top: 100px;
    max-width: 90%;
}
img#header-2-mobile {
    padding-bottom: 25px;
    max-width: 60%;
}
img#header-2 {
    display: none;
}

#content-container {
    padding: 1em;

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 20%);
}

#content {
    max-width: 100ex;
    margin: 0 auto;
}

h1, h2 {
    font-family: Coda,'Lucida Console',Monaco,sans-serif;
    text-align: center;
}
h1 {
    color: white;
    text-shadow: black 0 0 5px;
    font-size: 1.6em;
}
h2 {
    /* color: #147fc3; */
    /* text-shadow: #1aa6ff 0 0 2px; */
    margin-top: 1em;
    color: white;
}
p {
    font-family: sans-serif;
}

a {
    color: #147fc3;
}

div.section {
    padding: 0.5ex 1em;
    margin: 0;
    background: rgb(240, 240, 240);
    border: 2px solid #147fc3;
}

#footer {
    border-top: 1px solid black;
    font-size: 70%;
    font-weight: bold;
    color: white;
    margin: 0 1em;
    text-align: center;
}

#social {
    display: none;
}

#social-mobile {
    margin: 1ex auto;
    height: 30px;
}
#social-mobile .fb-like {
    position: relative;
    top: -6px;
}

#blog-promo {
    font-family: sans-serif;
}
#blog-excerpt {
    font-size: 90%;
    display: block;
    margin: 1ex;
    padding: 5px 5px 5px 59px;
    background: url(blog-icon.jpg) no-repeat 5px 5px;
    background-size: 48px 48px;

    min-height: 48px;

    text-decoration: none;
    background-color: #E0E0E0;
}
#blog-snippet {
    color: black;
    margin-top: 1ex;
}
#blog-date {
    white-space: nowrap;
}

#ouro {
    height: 120px;
    float: none;
    margin: 1em auto 0;
    text-align: center;
}
