/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
h2 {
    font-family: 'Slabo 13px', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20pt;
    color: #1f4a88;
    text-align: center;
}

.container {
    padding: 0;
}

#header {
    border-bottom: 10px solid #1c77ce;
    margin-bottom: 2em;
    max-width: 1200px;
}

#header img{
    width: 100%;
    height: auto;
}

#main {
    padding: 0 15px;
}

form {
    margin-bottom: 3em;
}

form input[type="text"],
form input[type="email"] {
    font-size: 14pt;
    height: 50px;
}

#form_donate .radio {
    margin: 0;    
}

#form_donate .radio input[type="radio"] {
    display: none;
}

#form_donate .radio label {
    margin: 0 1% 1em;
    width: 30%;
    font-size: 12pt;
    font-weight: bold;
    padding: 0.5em 0;
}

form input[type="submit"] {
    font-size: 20pt;
    margin: 0 auto;
    display: block;
    width: 100%;
    font-family: 'Slabo 13px', serif;
    background-color: #d90102;
    text-transform: uppercase;
}

#footer {
    min-height: 200px;
    color: #666;
    font-size: 10pt;
    text-align: center;
    margin: 5em 1em;
}

#disclaimer {
    border: 1px solid #666;
    padding: 1em;
    max-width: 300px;
    margin: 2em auto;
}

/* custom breakpoint to accomodate graphic (tablets, 768px and up) */
@media (min-width: 450px) {
    
    #header {
        background-image: url('../img/whitehouse_header.jpg');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: contain;
        height: 179px;
    }
    
    #header img {
        display: none;
    }                
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h2 {
        font-size: 32pt;
    }
    
    #header {
        background-image: url('../img/whitehouse_header.jpg');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: contain;
        height: 303px;
    }
    #header img {
        display: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    #header {
        height: 388px;
    }
    .col-md-6 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .col-md-6:nth-child(even) {
        border-left: 1px solid #1c77ce;   
    }                
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}
