

/* ****** Styles for All Pages ****** */

/* Sets text to Google's Crimson Text (used for headings throughout site */
.crimson-headings {
    font-family: 'Crimson Text', serif;
}

/* Adds padding to the logo text and logo in the navbar */
#logo {
    padding-bottom: .75rem;
}

#logo-text {
    padding-top: .75rem;
}

/* Adds padding to the body element so that content after navbar is positioned below the navbar */

.fixed-nav-clear {
    padding-top: 70px;
}

.card-image-height {
    max-height: 238px;
}
