/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.serif-font, .swiper-slide .caption{
	 font-family: 'Lancelot', cursive!important;	
}
.serif-font{
		font-size: 1.5rem!important;
	line-height: 1.65rem;

}

.header, .display-font, cover-header{
	font-family: 'Parisienne', cursive;
}
 
 .cover-header{
	 font-size: 2.8rem;
	 text-shadow: -2px 2px 4px rgba(7, 0, 3, 1);
	 
 }
 h1{
	font-size:2.5rem;
}

h2{
	font-size: 2.25rem;
}
 
nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #5a511c;
}
.m-header img{
	height: 50vh;
}
.parallax-container {
  min-height: 50vh;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

a.brand-logo {
	line-height: 2em;
	color:#5a511c;
}
a.brand-logo img{
    max-height:85px;
    float: left;
    padding: .25em;	
}

@media only screen and (max-width : 600px) {
}

@media only screen and (max-width: 992px){
nav .brand-logo {
    position: relative!important;
    left: 0!important;
    -webkit-transform: none!important;
    transform: none!important;
}
a.brand-logo img{
		max-height:64px;
	}

}

nav{
	background-color: #fff!important;
	color:#9c9777!important;
	
}


.nav-top-row{
	line-height: 85px;
}
li.top-row-text{
	width: 90vw;
    text-align: right;
    margin-right: 6rem;	
}
li.top-row-text span{
	/*border: 1px dashed #9c9777;
*/
}

.nav-second-row-container {
	display:flex;
	position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 56px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;	
	
}
li.nav-second-row{
display: inline-block;
    text-align: center;
    line-height: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;	
	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 
				0 3px 1px -2px rgba(0, 0, 0, 0.12), 
				0 1px 2px 0 rgba(0, 0, 0, 0.1);	*/
}
li.nav-second-row a{
	color: rgba(238, 110, 115, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}
li.nav-second-row a i{
	margin-left:0px!important;
}
li.nav-second-row .sidenav-trigger{
	margin-left: 0px!important;
}
.fixed-action-btn.direction-left.top-contact {
 
}
.fixed-action-btn.direction-left.top-contact ul li, .fixed-action-btn.direction-right ul li {
float: right;
}

.olive-background{
	background-color:#5a511c!important;
}
.dark-tan-background{
	background-color:#9c9777!important;
}
.light-tan-background{
	background-color:#DFDCC5!important;
}

a {
	color: #5a511c!important;
	border-bottom-color:#fff!important;
}
a .btn, a. btn-large{
	color: @fff!important;
}
footer a.white-text{
	text-decoration: underline;
}
.olive-text{
	color:#5a511c!important;
}
.dark-tan-text{
	color:#9c9777!important;
}
.light-tan-text{
	color:#DFDCC5!important;
}

.iconRow{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom:1em;
}
.iconRow a.btn-floating{
}

.btn:hover, .btn-large:hover, .btn-small:hover, .btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus{
	background-color:#DFDCC5!important;
	
}