/*
Theme Name: Angry
Theme URI: https://300brand.com
Author: 300Creative
Author URI: https://300brand.com
Description: Custom theme for Angry@Arthritis
Version: 1.1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: angryarthritis
Domain Path: /languages/
Tags: drive it forward
*/

html {
    height: 100%;
}
body {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    font-family: 'Roboto', 'Roboto Light', sans-serif;
    color: #464646;
}
/* body a overrides _reboot.scss without using !important */
body a {
    color: #017db9;
    text-decoration: none;
}
body a:hover {
    color: #017db9;
    text-decoration: underline;
}

/* Header */
body > header {
    margin-bottom: 5em;
}
body > header .header-background {
    background-color: #000;
}
.header-menu .menu-item {
    font-weight: bold;
    background-color: #e1e1e1;
    padding: 0.333em 1.5em;
    text-transform: uppercase;
}
.header-menu .menu-item a {
    color:#000;
}
body > header .donate {
    background-color: #ffa41f;
    color: #000;
    border-radius: 0 0 1em 1em;
    padding: 0.333em 1.5em;
    text-transform: uppercase;
    font-size: 0.825em;
    font-weight: bold;
}
body > header .donate a {
    color: #000;
}

/* Footer */
body > footer {
    background-color: #000;
}
.footer-menu {
    list-style:none;
    padding-left: 0;
}
.footer-menu .menu-item {
    padding: 0.5em 2em 0.5em 0;
    text-transform: uppercase;
}
.footer-menu .menu-item a {
    color:#fff;
}
address {
    color:#fff;
    text-transform: uppercase;
}
.separator {
    border:2px solid #000;
}
.separator-head {
    background-color: #000;
    color:#fff;
    text-transform: uppercase;
    padding:0.5em 3em;
}
@media (max-width: 991px) {
    .header-graphic img, .home-about-graphic img {
        display:none;
    }
    .header-menu { 
        margin-top:0.5em;
    }
}

/* Yellow submarine buttons */
.btn-yellow-submarine {
    display: inline-block;
    padding: 0.25em 2em;
    border-radius: 1em;
    background-color: #ffa41f;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
.btn-yellow-submarine:hover {
    color: #000;
}
.btn-yellow-submarine.inverted {
    background-color: #000;
    color: #ffa41f;
}
.btn-yellow-submarine.inverted:hover {
    color: #ffa41f;
}