p.wide {
	letter-spacing: 6px;
    font-family: acumin-pro, sans-serif;
font-weight: 400;
font-style: normal;
}
a {
    color: #CFB991;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.tiles_icon-color-yellowWalk {
    color: #8E6F3E;
}
@media (min-width: 768px) {
  	.intro-img .overlay, .intro-slider .overlay, .intro-video .overlay, .intro-img-half .overlay, .intro-slider-half .overlay {
 	   display: block;
 	   position: absolute;
 	   top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    opacity: .8;
	    background-color: #000;
 	   background-image: url(../img/diagonal-noise.png);
	}
}
@media (max-width: 768px) {
	.background-black {
		background-color: rgba(0,0,0,.80)
	}
	#schedule-at-glance .activity:after {
  	color: #0A0A0A;
  	content: "-";
	}
}

#schedule-at-glance .col-sm-4 {
	border-right: 3px solid #CFB991;
}

#schedule-at-glance .col-sm-4 .row .col-xs-12 p {
 	margin-bottom: 0px;
}

#schedule-at-glance .activity {
	margin-bottom: 20px;
}

#program table td, #program table th {
	padding:5px;
}
#program table tr:nth-of-type(odd) {
	background: #282828;
}

#program table th {
 	background: #CFB991;
	color:black;
}
#program table{
	max-width: 90%;
	margin-bottom: 40px;
}

