body {
    font-family: 'PT Serif', serif;
    background-color: #000;
}

/* NAVBAR */

.navbar.navbar-inverse {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #d69533;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent/*rgb(103, 55, 16)*/
    ;
    /*border-color: #917913;*/
}

.navbar-inverse .navbar-brand {
    color: #d69533;
}

.navbar-inverse .navbar-header {
    color: #d69533;
}

.navbar-inverse .navbar-nav {
    color: #d69533;
}

.navbar-inverse .navbar-text {
    color: #d69533;
}

ul.nav.navbar-nav {
    color: #d69533;
}

/*nav.navbar.navbar-inverse {
    border-radius: 0;
}*/

a.btn btn-md btn--cta btn--navbar {
    color: red;
}

/* CONTAINERS */

.container-fluid.promo-container {
    display: inline;

}

.container-fluid.navbar-container {
    color: #d69533;

}

.container-fluid.callout-container {
    height: 100vh;
    background: url('../images/glass-smoking-banner-brown-drink-still-life-600820-pxhere.com.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; /*Horizontally centering*/
    position: relative;
}

.container.quotes-container {
    background-color: wheat;

}

.container.features-container {
    background-color: wheat;
}

.container.tables-container {
    background-color: wheat;
}

/* JUMBOTRON*/

.jumbotron {
    background-color: transparent;
}

.jumbotron h1 {
    color: white;
    font-weight: bold;
    margin: 30px;
    padding-bottom: 10px;
}

.jumbotron.lead {
    color: #828282;
    margin: 25px;
}

.text-muted {
    color: #f7cdcd;
    font-style: italic;
}

/*BLOCK DEVIDERS*/

.block-devider {
    width: 100px;
    height: 3px;
    border: 0;
    background-color: #d69533;
}

.oapque-overly {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .15);
}

/* BUTTONS */

.btn--cta {
    font-weight: bold;
    border-radius: 18px;
    width: 180px;
}

.btn--orange {
    color: white;
    background-color: #d69533;
    border-color: #d69533;
}

.btn--navbar {
    color: white;
    background-color: #888888;
    border-color: #d69533;
    border-radius: 12px;
    width: 80px;
}

/* ALERT */

.alert .alert-warning {
    padding: 5px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
}
