@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap');
/* General Demo Style */

body {
	background-color: transparent;
	background-repeat: repeat, no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-size: auto, cover;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	cursor: crosshair;
}

.container {
	position: relative;
}

a {
	color: #fff;
	text-decoration: none;
}

.clr {
	clear: both;
}

.content {
	position: relative;
	width: 580px;
	margin: 0 auto;
}

h1 {
	margin: 0px;
	padding: 20px;
	font-size: 42px;
	color: #fff;
	text-align: left;
	font-weight: 400;
	text-align: left;
}

h1 span {
	font-size: 22px;
	color: #ddd;
	padding-top: 10px;
}
