body {
	background-color: #000;
}

.branding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contactsection {
	padding-bottom: 50px;
}

.sectiontitle {
	font-weight: lighter;
	display: block;
	color: red;
}

p {
	font-weight: lighter;
	color: white;
}

.splashtext p {
	line-height: 1.1em;
}

a {
	color: white;
}

a:hover {
	color: red;
}

.max-img {
	width: 100%;
	height: auto;
}

@media (min-width: 766px) {
	.branding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.contactsection {
		border-left:1px solid white;
		padding-bottom: 20px;
	}
	
	.splashtext .sectiontitle,
	.splashtext p {
		font-size: 2.2em;
		font-weight: lighter;
	}
}
