/* Castle Builder Design - www.castlebuilder.com */

body {
	text-align: center;
	background-color: #000;
	padding: 25px;
}

#slides {
    position: relative;
    height: 450px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 2;
}

#the_controls, #the_controls a {
color: #fff;
font-family: 'lato', sans-serif;
font-size: 13px;
font-weight: 300;
line-height: 1.5;
letter-spacing: 0.01em;
}
#the_controls p {
margin-top: 25px;
}
.controls {
font-family: 'Oswald';
text-transform: uppercase;
    background: #bf0909;
    color: #fff;
    border: none;
    padding: 15px 0px;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #fff;
    margin: 10px 0px 0px 10px;
    width: 70px;
}
li img {
width: 100%;
max-width: 800px;
}
@media screen and (max-width: 900px) {
body {
	padding: 15px;
}
#slides {
  
}
}