html, body {
    height: 100%;
}
body {
	background-image: url("http://linnsandin.com/images/backgrund-image-linn-sandin.jpg");	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.container {
    max-width: 1000px;
    margin: 30px auto 20px auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16pt;
    line-height: 1.6em;
    color: #333;
    padding: 0 15px;
}

.border {
	display: block;
    width: 100%;
    height: 1px;
    background:#00806e;
}
img {
	max-width: 600px;
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: white;
}
a:hover {
	color: #00806e;
}
svg {
	color: white;
	margin-right: .4em;
}
.column1 {
	width: 49%;
	margin-right:1%;
	display: inline-block;
	float: left;
	text-align: left;
}
p {
	text-align: left;
}
.column2 {
	width: 49%;
	margin-left:1%;
	display: inline-block;
	float: left;
	text-align: left;
}
@media (max-width: 678px) {
	.column1 {
		width: 100%;
		margin-right:0%;
		margin-bottom:15px;
	}
	.column2 {
		width: 100%;
		margin-left:0%;
	}
} 
.column-inner {
	padding:40px;
	background-color: #101010;
}
h1 {
	font-weight: 300;
    font-size: 44pt;
    margin: 100px 0 30px 0;
}
h1 + h2 {
    margin-top: -10px;
    font-weight: 600;
    color: #cdcdcd;
    margin-bottom: 30px;
    font-size: 25pt;
    line-height: 1.1;
}