/* Font Family */
h1,
h2,
h3,
h4,
a,
a.btn,
p {
    font-family: 'Open Sans';
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Menu */
.navbar {
    background-color: #1f2433;
}

.region-primary-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 1rem;
}

.navbar-nav a {
    color: #ffffff;
    font-size: 18px;
}

.navbar-nav a:hover,
.navbar-nav a.is-active,
.navbar-nav a.active.is-active  {
    color: #ffd43e;
}

/* Breadcumb */
.block-system-breadcrumb-block {
    background-color: #1f2433;
    padding-bottom: 3rem;
    padding-top: 1rem;
}

.block-system-breadcrumb-block a {
    color: #ffffff;
}

/* Home */
.path-frontpage h1 {
    display: none;
}

.path-frontpage .field--name-body p {
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Content */
.block-page-title-block {
    background-color: #1f2433;
    color: #ffffff;
}

.block-page-title-block h1 {
    margin-bottom: 0;
}

.region-content {
    padding: 0;
}

.path-node .region-content article,
.path-books .region-content #block-books-content {
    margin: 3rem 0;
}

/* Book */


/* Footer */
footer {
    background-color: #1f2433;
    color: #ffffff;
}

footer .region-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.region-footer .navbar-nav {
    flex-direction: row;
}