body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    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;
}

.navbar-brand .logo {
    max-width: 100px;
    height: auto;
    padding-left: 10px;
}
.logo, .logo a {
    display: inline-block;
}
.fa-2x {
    font-size: 1.0em;
    vertical-align: middle;
    color:darkgray;
}
.navbar-home {
    font-size: large;
    color: darkgrey;
    max-width: 120px;
    height: auto;
}
.body page page-home h1 {
    margin: 0px;
    font-family: broadway;
    font-size: 5vw;
    color: #003873;
    text-decoration: none;
}
    .content h1 {
    margin: 0px;
    font-family: broadway;
    font-size: 5vw;
    color: #003873;
    text-decoration:none; 
}

.content2 {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    color: #003873;
    width: 100%;
    padding: 20px;
    padding-top: 5px;
}
.input-validation-error {
    border-color: red;
}
.form-control {
    padding: .1rem, .1rem, .1rem, .1rem !important;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.solution-intro {
    background-color: rgba(255,255,255,0.9);
}