body {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
}


.slides-navigation a {
    border: 3px solid #FFFFFF;
    border-radius: 30px;
    box-shadow: 0 1px 1px #000000;
    color: #FFFFFF;
    display: block;
    font-size: 40px;
    font-weight: bold;
    height: 30px;
    margin: 0 25px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
    top: -30px;
    transition: background 0.2s ease 0s;
    width: 30px;
}

.slides-navigation a:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
}
	

.text-container {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
    top: 10%;
    left: 10%;
    max-width: 450px;
    padding: 20px;
    position: relative;
    width: 45%;
}

.text-container.wide-text {
	width: 80%;
	max-width: 100%;
	left: 0;
	margin-left: 10%;
	margin-right: 10%;
}

.text-container .column {
	float: left;
	width: 48%;
}


.text-container h1 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 38px;
	line-height: 46px;
    color: #FFFFFF;
    text-shadow: 0 1px 1px #000000;
}

.text-container h2 {
	font-size: 26px;
    color: #FFFFFF;
    text-shadow: 0 1px 1px #000000;
}


.text-container p {
	padding: 0 0 3px 0;
	margin: 0;
    color: #FFF;
    text-shadow: 0px 1px 1px #555;
}


.text-container ul {
	margin: 0 0 0 15px;
	padding: 0;
}
.text-container ul li {
	color: white;
	margin: 0;
	padding: 0;
}


input[placeholder], [placeholder], *[placeholder] {
   color: white !important;
}


.text-container input,
.text-container textarea {
	font-family: 'Alegreya Sans', sans-serif;
	border: none;
	border-bottom: 2px solid white;
	background: transparent;
	font-size: 24px;
	margin: 3px 0;
	width: 100%;
	display: block;
}

.text-container textarea {
	margin-top: 30px;
	border-top: 2px solid white;
}

.text-container input.submit-button {
	margin-top: 30px;
	background: white;
	color: black;
	border: 2px solid white;
	width: auto;
}
.text-container input.submit-button:hover {
	background: transparent;
	color: white;
}


.cf {
	width: 1px;
	height: 0;
	line-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

