
/* DEFAULT LAYOUT */
body {
    background-color: #fff;
    color: #333;
    font-family: Playfair Display,-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen','Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

/*body {
    margin-bottom: 60px;
}*/

html, body {
    width:100%;
    height: 100%;
}

body > #container {
    height:auto !important;
    min-height: 100%;
    margin:0 auto -60px;
}

/* only if fixed
body > .container {
    padding: 60px 15px 0;
}*/

/*----------------- General Typogaphy ----------------*/
h1, h2, h3, h4, h5, h6,
.dslc-text-module-content,
.dslc-text-module-content p,
.dslc-text-module-content h1,
.dslc-text-module-content h2,
.dslc-text-module-content h3,
.dslc-text-module-content h4,
.dslc-text-module-content h5,
.dslc-text-module-content h6 {
	font-family: Playfair Display,-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen','Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif !important;
    color:#333;
}
/*----------------- General Typogaphy ----------------*/


/*----------------- HEADER ----------------*/
#header {
    display:block;
    overflow:hidden;
}

.navbar-brand {
    display: block;
    height: 80px;
    overflow: hidden;
}
.navbar-brand > img {
    max-width:100%;
    width:auto;
    height:auto;
    max-height:100%;
}


#header .navbar-nav > li > a {
    color: #000;
    font-family: Playfair Display,serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 15px 20px;
}

#header .navbar-nav > li:hover,
#header .navbar-nav > li.active a,
#header .navbar-nav > li:hover > a {
    background:transparent;
    color:#CE9F2F;
}

#site-navigation {
    border-radius: 0;
    background: #fff;
    border-bottom:1px solid #ccc;
    margin-bottom:0;
    z-index:999;
}
.navbar-toggle .icon-bar {
    background:#000;
    color:#000;
}
/*----------------- HEADER ----------------*/

/**----------------- FOOTER ---------------------------------*/

#footer {
    background: #fff;
    display: block;
    overflow: hidden;
    bottom: 0;
    height: 60px;
    /*position: absolute;*/
    position: relative;
    width: 100%;
    border-top:2px solid #CE9F2F;
    padding-top:15px;
    z-index: 1;
}

#footer, #push_wrapper {
    height: 60px;
}

#footer .navbar {
    background-color: transparent;
    border-color: transparent;
    margin-bottom:0;
}

#footer li,
#footer a,
#footer p
{
    background: transparent !important;
    color:#959595;
}

#footer .navbar a, #footer p {
    color: #959595;
    font-size: 14px;
    font-family: Playfair Display,serif;
}


#footer p {
    margin-top: 15px;
}
/**----------------- FOOTER ---------------------------------*/


/**----------------- RESPONSIVE ---------------------------------*/
@media screen and (max-width: 800px) {
    #header .navbar-nav > li > a {
        line-height:20px;
        padding:15px;
    }

    #footer, #push_wrapper {
        height: 120px;
    }
}
/**----------------- RESPONSIVE ---------------------------------*/