﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 1.5rem; /* 24px base font size */
    line-height: 1.6;
}

h1 {
    font-size: 4rem;    /* 64px */
}

h2 {
    font-size: 3rem;    /* 48px */
}

h3 {
    font-size: 2rem;    /* 32px */
}

h4 {
    font-size: 1.75rem; /* 28px */
}

.lead {
    font-weight: 300; /* Override Bootstrap's 200, looks better on iOS */
}

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

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

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}