﻿body {
    padding-top: 0;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

body,
html,
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6 {
    font-family: "Ubuntu", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
}

div.no,
div.maybe,
div.yes {
    text-align: center;
    background-color: #c0392b;
    color: #fff;
    font-size: 60px;
    padding: 50px;
    margin: 0 0 50px 0;
}

div.maybe {
    background-color: #f39c12;
}

div.yes {
    background-color: #2ecc71;
}

.page-title {
    margin-bottom: 50px;
    text-align: center;
}

p,
p.lead {
    font-weight: 200;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 21px;
}

.update {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.update:last-child {
    border-bottom: none;
}

.update p {
    padding-left: 30px;
}

.update p.update-header {
    font-size: 24px;
    padding-left: 0;
}

.update blockquote {
    margin-left: 30px;
}

.update blockquote p { 
    padding-left: 0;
}

li {
    font-weight: 200;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 21px;
}

blockquote {
    line-height: 1.8;
    font-size: 20px;
    background: #eee;
    border: 1px solid #ccc;
    border-left-width: 5px;
}

blockquote p {
    line-height: 1.8;
    font-size: 20px;
}

img {
    display: block !important;
    margin: 40px auto 15px auto;
}

.section>.section-header {
    margin-bottom: 20px;
    font-size: 35px;
    padding: 40px 0;
}

a {
    word-wrap: break-word;
}

ol, ul {
    margin-bottom: 30px;
}

ol ul,
ol ol {
    margin-top: 15px;
}

.announcement {
    font-size: 21px;
    font-weight: 200;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

footer {
    text-align: center;
}

footer, 
footer p {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    div.no,
    div.maybe,
    div.yes {
        font-size: 35px;
        padding: 20px;
        margin: 50px 0;
    }
    ol {
        margin-left: 0;
        padding-left: 10px;
    }
}
