/* Global color and text */

html,
body {
    background-color: #f7f8f8;
    font-family: 'Bai Jamjuree', sans-serif;
    height: 100%;
}

p,
label {
    color: #295c8a;
    font-size: 16px;
    line-height: 1.5em;
}

.invalid-feedback span {
    color: red;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c95c32;
}

h2 {
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    color: #295c8a;
    padding-bottom: 15px;
}

#scheduler-h2 {
    color: #f7f8f8
}

h3 {
    font-size: 31;
    color: #295c8a;
}

h4 {
    font-size: 25px;
    color: #f7f8f8;
    font-weight: 700px;
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 20px
}

a {
    color: #295c8a;
}

a:hover {
    color: #c95c32;
}

/* Specific Font Changes */
.scheduler-jumbotron,
.scene-store-jumbotron .lead,
.scheduler-jumbotron .lead {
    color: #f7f8f8;
}

.post-cards .card-title {
    font-size: 31;
    color: #c95c32;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}