/******************************************************************/
/*--------------------------- HTML ------------------------*/
/******************************************************************/

@import url('https://fonts.googleapis.com/css?family=Barlow');
@import url('https://fonts.googleapis.com/css?family=Marck+Script');
html{
    font-family: 'Barlow', sans-serif;
}

/******************************************************************/
/*--------------------------- Body ------------------------*/
/******************************************************************/
body{
    background-color: #fff7dc;
}

/******************************************************************/
/*--------------------------- header main ------------------------*/
/*******************************************************************/
nav{
    background-color: #654236;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 10vh;
    line-height: 10vh;
}
nav > .nav-wrapper{
    height: 100%;
    line-height: inherit;
}
nav > .nav-wrapper > a{
    height:inherit;
}
nav > .nav-wrapper > ul.left{
    height:inherit;
    line-height: inherit;
}
nav > .nav-wrapper > a > h5{
    display: inline-block;
    vertical-align: middle;
	margin: 14px 0 16px;
}
nav > .nav-wrapper > ul.left > li{
    /*padding: 3px;*/
    height:inherit;
}
nav > .nav-wrapper > ul.left > li > img{
    height: 8vh;
    margin: 6px 3px 3px 6px;
}
nav > .nav-wrapper > ul.left > li > h5{
    margin: 1.6rem 0.5em;
}
nav > .nav-wrapper > ul.left > li > a.button-collapse{
    height: inherit;
    line-height: inherit;
}
nav > .nav-wrapper > ul.left > li > a.button-collapse > i{
    height: inherit;
    line-height: inherit;
}
nav > .nav-wrapper > ul.right{
    height: inherit;
    line-height: inherit;
}
nav > .nav-wrapper > ul.right > li{
    line-height: inherit;
    height: inherit;
    text-transform: uppercase;
}
nav > .nav-wrapper > ul.right > li > a > i{
    height: inherit;
        line-height: inherit;
}
@media only screen and (max-width: 601px){
    nav > .nav-wrapper, nav > .nav-wrapper > i, nav > a.button-collapse, nav > a.button-collapse > i{
        height: inherit;
        line-height: inherit;
    }
}
/*----------------------------- Slide Out ------------------------*/
ul#slide-out > li{
	border-bottom: 1px solid #EFC849;
}

ul#slide-out > li > a > i{
	color: #654236;
}
/******************************************************************/
/*------------------ Custom Button Style ------------------------*/
/*******************************************************************/

.btn, .btn-floating{
    background-color: #654236 !important;
    color: white;
}
.btn:hover, .btn-floating:hover{
    background-color: #654236 !important;
    color: #EFC849;
}
.btn.white, .btn-floating.white{
    background-color: white !important;
    color: #654236 !important;
}
.btn.white:hover, .btn-floating.white:hover{
    background-color: white !important;
    color: #EFC849 !important;
}
.page-footer {
    background-color: #654236!important;
}
@media only screen and (max-width: 601px){
    #container_heading_top > .container > .row > .col > .card > .card-content:nth-child(2) > .card-panel> .card-content:nth-child(2){
        padding: 1em 0;
        min-height: auto;
    }
}