body {
    font-family: 'Roboto Condensed', sans-serif;
}

/* alert container */
.alert-container .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.site-wide-alert {
    border-radius: 0;
    margin-bottom: 0;
    padding: 5px 15px;
    background-color: #e0d206;
    border-color: #e0d206;
}

/* callout container */
.callout-container {
    height: 100vh;
    background: url(../images/pexels-eva-bronzini-7254848.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

/* overlay for image */
.opaque-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* content containers */
.content-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

.container-wrapper {}

.container-wrapper--red {
    background-color: #d35c2c;
    color: white;
}

/* saved for future amendments  */
.quotes-container {}

.features-container {}

.table.container {}

/* Page headers */
.page-header {
    margin-bottom: 0;
    border-bottom: 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.page-header h2 {
    margin-top: 0;
}

.quotes .page-header {
    margin-bottom: 25px;
}

/* Block-dividers */

.class-divider {
    width: 100px;
    height: 5px;
    border: 0;
    background-color: #d35c2c;
    border-radius: 2px;
}

.class.divider--short {
    width: 35px;
}

.class-divider--white {
    background-color: white;
}


/* Navbar */

.navalert-container {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
    border: 0;
}

.navbar .navbar-brand {
    color: #d35c2c;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(209, 59, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler-icon {
    border-color: rgb(209, 59, 0);
}

.navbar .navbar-nav a {
    font-weight: bold;
}

/* Jumbotron */

.jumbotron {
    background-color: transparent;
}

.jumbotron-header {
    color: white;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}

.jumbotron .lead {
    color: rgb(173, 173, 173);
}

.jumbotron small {
    font-size: 60%;
    font-style: italic;
    color: rgb(173, 173, 173);

}

/* Buttons */
.btn--cta {
    font-weight: bold;
    border-radius: 23px;
    width: 160px;
}

.btn--red {
    color: white;
    background-color: #d35c2c;
    border-color: #d35c2c;
}

.btn--red:hover,
.btn--red:active,
.btn--red:focus,
.btn--red:active:focus {
    background-color: #d13b00;
}

/* Feature */
.feature {
    text-align: center;
    margin-bottom: 40;
}

.feature i {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
}

.feature .btn {
    background-color: white;
    border-color: white;
    border-radius: 15px;
    min-width: 100px;
    font-weight: bold;
    margin-top: 10px;
    color: #d35c2c;
}

.feature .btn:hover {
    border: 2px solid white;
    background-color: #d13b00;
    color: white;
}

/* Table */
.table {
    text-align: center;
}