/* CSS Document */

nav.burger {	
box-shadow:none;
background: none;
}

nav {
box-shadow:none;
	color: #999;
}

nav ul li:hover, nav ul li.active {
background: none;
}

.slider .slides {
background: none;
	
}

h3 {
	margin: 0 0 1em 0;
text-align: center;
font-family: "ltc-bodoni-175";
font-size: 46px;
text-transform: none;
letter-spacing: .5px;
font-weight: 400;
font-style: normal;
color: #b1930b;
}

.grey-text.text-lighten-3{
margin: 0 0 1em 0;
font-family: "adobe-garamond-pro";
font-size: 17px;
line-height: 1.5em;
letter-spacing: .01em;
font-weight: 400;
font-style: normal;
padding-left: 25px;
padding-right: 25px;
color: #000 !important;
text-align: center ;
}

.grey-text{
	color: #000 !important;
}

.slider .slides li .caption {
left: 0;
width: 100%;
}

.slider .indicators .indicator-item {
  background-color:  #ffffff;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: rgb(191, 157, 69);
}
.slider {
  width: 900px;
  margin: 0 auto;
}
.slider .indicators {
  bottom: 60px;
  z-index: 100;
  /* text-align: left; */
}