* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	list-style-type: none;
}

html {
	background: #fff;
}

.container {
	width: 60%;
	margin: 0 auto;
	padding: 20px;
	color: #000;
	font-size: 140%;
	line-height: 1.3em;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-50%);
}


h1 {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
	color: #000;
	width: 90%;
	font-size: 1.5em;
	background: url("../images/divider.jpg");
	background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: center center;
}

h1 span {
	background: #fff;
	text-align: center;
	display: block;
	width: 92%;
	margin: 0 auto;
}

p {
	font-size: 1.1em;
	font-weight: lighter;
}

a {
	color: #0d8ed8;
	cursor: pointer;
	transition: .3s;
}

a:hover {
	color: #000;
}

.social {
	cursor: pointer;
	border-top: 1px solid #000;
	width: 138px;
	font-weight: normal;
	margin-top: 30px;
	display: block;
	color: #0d8ed8;
	transition: .3s;
}

.social:hover {
	opacity: .6;
}

@media only screen and ( max-width: 1200px){
	.container {
		width: 90%;
		position: inherit;
		transform: translateY(0);
		margin: 30px auto;
	}
}
