body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
}

.menu {
    border-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1000;
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    height: auto;
    margin: 0 0 10px;
}

.menu .logo {
	text-align: center;
}

h1 {
	font-size: 26px;
}

h2 {
	margin-bottom: 5px;
}

.slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.headline {
	background: rgba(255, 255, 255, 0.75);
	padding: 15px 15px 10px;
	margin: 15px 0 15px;
	text-align: center;
}

.content {
	background: rgba(255, 255, 255, 0.75);
	padding: 15px 20px 10px;
	margin: 0 0 15px;
}

form {
    padding-top: 20px;
}

.field-grid-item {
    margin-bottom: 20px;
}

input[type=text], input[type=password], input[type=submit], textarea, .input, .input-with-checkbox, .outer-select .inner-select {
	background: transparent;
	border-width: 1px;
	border-color: #444;
	border-radius: 3px;
}

.outer-select .select-text {
	top: -1px;
	color: #000;
}

.field-icon {
	background: transparent;
	color: #000;
    border-left: 1px dashed #000;
}

.field-grid-submit button {
	border: 2px solid #000;
	color: #000;
}

.field-grid-submit button:hover {
	background: #000;
}

ul li {
	margin-top: 15px;
}

section {
	background-position: center center;
	background-size: cover;
}

.info-box a{
	color: black;
	text-decoration: black underline;
}




