/*------------------------------------------------*/
/* Basic styles */
/* Designed and coded by HeroWP.com*/
/* Don't forget to visit us daily for tons of freebies:
	-PSD Templates
	-Wordpress Plugins
	-Wordpess Themes
	-HTML Designs
	-& many more!
*/
/*------------------------------------------------*/

html {
	height: 100%;
}

body {
	font-family: 'Oswald', Arial;
	color: black;
	margin: 0;
	padding: 0;
	height: 100%;
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

#wrap {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	z-index: 10000;
}

.header-image {
	width: 80%;
	text-align: right;
	padding-top: 75px;
}

.image-fixed {
	display: block;
	float: right;
}

.image-align {
	/* float: left; */
	float: clear;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-top: 100px;
}



h1 {
	font-size: 56px;
	font-weight: 300;
	text-align: center;
	margin: 0;
}

h1 span {
	font-size: 32px;
}

.yellow {
	color: #ff9c00;
	font-size: 56px;
}

.footer {
	color: white;
	background-color: black;
	margin-top: 25px;
	padding: 25px 0px;
}

p {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	font-weight: 100;
}

.copyright {
	font-size: 15px;
}


/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/


@media (max-width: 420px) {


	.image-align {
		padding-top: 20px;
		width: 30%;
	}

	h1,
	.yellow {
		font-size: 32px;
	}

	h1 span {
		font-size: 18px;
	}

}