body {
	background-image: url(../images/madrock-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #62105b;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
html, body, .container {
	height: 100%;
}
html, body, h1, p, a, div, section {
	margin: 0;
	padding: 0;
}
h1 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	margin-top: 40px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
.img-responsive {
	max-width: 50%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 50px;
}
.container {
	display: table;
	margin: auto;
	max-width: 740px;
	padding-top: 20px;
}
.content {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 20px 50px 20px;
	
}
.sub-title {
	margin: 20px auto;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 10px;
}

.contact-info {
	margin: 0;
	padding-top: 50px;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}
.contact-info li {
	padding: 0 8px 8px 0;
}

.services {
	margin: 0;
	padding-left: 0;
	padding-bottom:50px;
	list-style-type: none;
	text-align: left;
	width: 50%;
	float:left;
}

.services li {
	padding: 0 8px 8px 0;
	font-size: 18px;
	font-weight: 700;
}


@media only screen and (max-width: 767px) {
body {
	background-image: url(../images/madrock-background-m.jpg);
}
.services {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: left;
	width:100%;
	float:left;
}
}