body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
}

nav .nav-link,
nav .nav-link.active,
a.btn {
    border: 2px solid #E07B39;
    color: #E07B39;
    background-color: transparent;
    border-radius: 50rem;
}

nav .nav-link:hover,
nav .nav-link.active,
a.btn:hover {
    background-color: #E07B39 !important;
    color: white !important;
}

.page-subheading {
    font-family: 'Merriweather', serif;
    font-size: 1.25rem;
    font-weight: normal;
    color: #888;
    text-align: center;
    margin-bottom: 2rem;
}

.bubble {
    background-color: #fcfcfc;
    border-radius: 0.75rem;
    padding: 2rem 2.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    margin-bottom: 2rem;
}

.bubble-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.bubble-content p {
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.pagination-buttons a {
    border-radius: 50rem;
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
    border: 2px solid #E07B39;
    color: #E07B39;
    text-decoration: none;
}

.pagination-buttons a:hover {
    background-color: #E07B39;
    color: white;
}

.logo-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}