﻿

main {
    background: #337ab8;
}

    main p {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 300;
    }

    main .btn-primary,
    main .btn-primary:hover {
        background-color: #fe4d2a;
        font-family: 'Roboto Slab', serif;
        font-weight: 500;
    }

h1 {
    font-size: 2rem;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

.error h1 {
    color: #000;
    font-size: 24px;
}

.error .lead {
    font-size: 18px;
}

footer {
    font-size: 12px;
}


#Button1 {
    width: 100%;
}

@media (min-width: 576px) {
    main {
        background: linear-gradient(to right, #337ab8 0%,#337ab8 50%, #e4e4e4 50%, #e4e4e4 100%);
    }

    #StateList, #Zip, #Button1 {
        width: 75%;
    }
}
