body {
    color: #dde0da;
    background: #1e2726;
}

a {
    color: #ede6eb;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    color: #dde0da;
}

.l-box {
    right: 0;
    padding: 2em;
}

.header .pure-menu {
    border-bottom-color: white;
    background-color: #a1a1ad;
    border-radius: 0;
}

.pure-menu-heading {
    color: #1a1919;
}

.pure-menu-link {
    padding: 1em .7em;
    color: #575056;
}

.photo-box, .text-box {
    overflow: hidden;
    position: relative;
    /* height: 250px; */
    text-align: center;
}

.photo-box-thin {
    height: 120px;
}


.photo-box img {
    max-width: 100%;
    /* height: auto; */

    min-height: 250px;
}

.photo-box aside {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em 2em;
    color: white;
    width: 50%;
    font-size: 80%;
    text-align: left;
    text-transform: capitalize;

}

.photo-box aside span {
    color: #aaa;
}

.photo-box aside span a {
    color: #ccc;
    text-decoration: none;
}

.text-box {
    background: rgb(49, 49, 49); /* bluish grey */
    color: #9697b0;
    width: 100%;
}

.text-box-head {
    color: #f5f3f0;
    padding-bottom: 0.2em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 24px;
}

.text-box-subhead {
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.form-box {
    text-align: center;
    font-size: 120%;
    border-bottom: 1px solid #eee;
}

.form-box .pure-button {
    background-color: #61B842;
    color: white;
    vertical-align: top;
    font-size: 85%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
    margin: 0.3em;
}

.emlt {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

input, textarea {
    resize: none;
    margin: 0.3em auto;
    text-align: left;
}

.footer {
    background: #111;
    color: #666;
    text-align: center;
    padding: 1em;
    font-size: 80%;
    position: fixed;
    width: 100%;
    bottom: 0px;
}

@media (min-width: 30em) {
    .photo-box, .text-box {
        text-align: center;
    }

    .photo-box-thin {
        height: 250px;
    }
}
.slideshow {
	width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 5%;
}
.slideshow > input, .slideshow-item {
	display: none;
}
.slideshow > input:checked + .slideshow-item {
	display: block;
}

.prev {
	float: left;
}
.next {
	float: right;
}
.slideshow-content {
	clear: left;
	width: 100%;
}
.slideshow-control {
	background-color: #000;
	color: #fff;
	padding: 0.5em 0;
	width: 50%;
	text-align: center;
	cursor: pointer;
}
.slideshow-control:hover {
	background-color: #222;
}
