body {
	background: url(../images/background.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: white;
}

main .lomb-logo {
	padding-top: 15px;
}

main h2 {
	padding: 20px 0 10px;
}



.contact-container {
	margin: auto;
	max-width: 700px;
}
a {
	text-decoration: none;
}
a.lomb-color:hover,
a.lomb-color:focus {
	color: #A1B418;
}
.lomb-color {
	color: #cce226;
}

.row:before {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
	display: table;
	content: " ";
}
.column {
	position: relative;
        min-height: 1px;
	width: 50%;
	float: left;
	text-align: left;
}
.column p {
	padding-left: 25px;
	overflow: hidden;
}
.column a {
	white-space: nowrap;
	text-overflow: ellipsis;
}
.text-center {
	text-align: center;
}