html, body {
    padding: 0;
    margin: 0;
}

html {
    height: 100vh;
}

body {
    min-height: 100vh;
}

#app {
    height: 100%;
}

#app-page-content{
    margin-top: 55px;
}

.home-page-content {
    margin-top: 55px;
}

.navbar {
    position: fixed !important; /* bootstrap override*/
    z-index: 100;
    width: 100%;
    background-color: #393939;
    margin-top: -55px;
}

.navbar > div > a, .navbar > div > div > ul > li> a {
    font-family: "Quicksand", sans-serif;
    color: #FFE868;
}

.navbar > div > a:hover, .navbar > div > div > ul > li> a:hover
{
    color: #a78e00;
}

#admin-sidebar {
    margin-top: 55px;
}

#content-wrapper {
    margin-top: 55px;
}

.page-content-section {
    margin-top: 25px;
}

.blog-image-container {
    max-height: 400px;
    overflow: hidden;
}

.sidebar-blog-entry {
    margin-bottom: 10px;
    background-color: #FCF5E5;
    border-radius: 3px;
    cursor: pointer;
}

.sidebar-blog-entry:hover {
    background-color: #4C3926;
    color: #FFE868;
}

.sidebar-blog-entry-content {
    padding: 7px;
}

.sidebar-blog-entry-current {
    background-color: #4C3926;
}

.text-cormorant {
    font-family: 'Cormorant Garamond', serif;
}

.text-quicksand {
    font-family: 'Quicksand', sans-serif;
}

.bdb-charcoal {
    color: #393939 !important;
}

.bdb-gold {
    color: #FFE868 !important;
}

.bdb-green {
    color: #1A5F37 !important;
}

.bdb-brown {
    color: #4C3926 !important;
}

.bdb-blue {
    color: #1A1A59 !important;
}

.bdb-cream {
    color: #FCF5E5 !important;
}

.bdb-bg-charcoal {
    background-color: #393939 !important;
}

.bdb-bg-gold {
    background-color: #FFE868 !important;
}

.bdb-bg-green {
    background-color: #1A5F37 !important;
}

.bdb-bg-green {
    border: 1px solid #1A5F37 !important;
}

.hover-green:hover {
    background-color:  #2a9255 !important;
}

.bdb-bg-brown {
    background-color: #4C3926 !important;
}

.bdb-bg-blue {
    background-color: #1A1A59 !important;
}

.bdb-bd-blue {
    border: 1px solid #1A1A59 !important;
}

.hover-blue:hover {
    background-color: white !important;
    color: #1A1A59 !important;
    border: 1px solid #1A1A59;
}

.bdb-bg-cream {
    background-color: #FCF5E5 !important;
}

.bdb-f-robotoslab-reg {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
}

.bdb-f-robotoslab-med {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
}

.bdb-f-qs {
    font-family: "Quicksand", sans-serif;
}

.bdb-f-cg {
    font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
    #contact-info {
        text-align: center;
    }

    #contact-info > p {
        font-size: 12px;
    }
}