


.section.tr,
#site-navigation,
#masthead{
    background: var(--hudson-cream);
}


#slideshow-wrapper{
	/* background: rgb(205, 205, 200); */
	box-shadow: 0px 0px;
	text-align: left;
}
#slideshow-wrapper .slide{
    width: calc(100% - 350px);
    /* border: 2px solid; */
    background-size: 
}
.slide .slide-label{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 310px;
    box-shadow: 0px 0px 10px rgba(0, 0,0, .2);
    bottom: auto;
    background: rgb(225, 225, 220);
    color: #4e4e4e;
    /* padding:  */
}

.button.dir-left,
.button.dir-right{
    color: #484646;
}

.button.dir-left:hover,
.button.dir-right:hover{
    color: black;
}

.button.dir-right{
    right: 380px;
}




/* .section .subheader{
	font-size: 3.5rem;
	color: var(--hudson-grey);
	opacity: .5;
} */