/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body a {
    color: #D02027;
    text-decoration: none;
}

body a:hover {
    color: #D02027;
    text-decoration: underline;
}

.container {
    width: auto;
    max-width: 800px;
    padding: 0 15px;
}


#top-logo {
    display: block;
    padding-top: 50px;
    width: 100%;
    margin-bottom: 0px;
}

#top-logo img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 2em;
}

.lead {
    font-size: 1.3rem;
    text-align: center;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.small {
    font-size: .6em;
}

footer {
    background-color: #D02027;
    color: white;
    padding: 20px;
}

footer a, footer p {
    color: white;
}

.footer-links {
    position: relative;
    width: 100%;
}

footer ul {
    list-style: none;
    display: block;
    padding-left: 0;

}

footer ul li {
    display: inline-block;
    float: none;
    margin: 20px;
}

footer a:hover {
    color: white;
    opacity: 0.75;
}


ol li {
    style: none;
    font-weight: 300;
}

ul li {
    style: none;
    font-weight: 300;
}

.btn {
    padding: 25px!important;
    border-radius: 1.5rem;
    margin: 25px;
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.btn-primary {
    background-color: #438289;
    border: none;
    transition: opacity 0.5s;
}

.btn-primary:hover {
    background-color: #438289;
    opacity: 0.5;
    transition: opacity 0.5s;
    text-decoration: none;
}
