
/*
	Untitled: A responsive HTML5 website template by HTML5Templates.com
	Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
	Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Header */

 @font-face { font-family: Undertale; src: url('../font/DeterminationMonoWeb.woff'); } 


#header-wrapper {
	min-height: 14.5em;
	background: url(images/img01.png) repeat;
}

.homepage #header-wrapper {
}

#header {
	overflow: hidden;
}

/* Logo */

#logo {
	overflow: hidden;
	height: 10%;
}

#logo img{
	width: 100%;

}

#menu {
    margin-top: 3%;
    margin-bottom: 3%;
}

#menu a{
	display: inline-block;
	margin-left: 2.8%;
	margin-right: 2.8%;
  width: 15%;
}	

#menu a:first-child {
  margin-left: 0;
}

#menu a:last-child {
  margin-right: 0;
}

#menu img {
	width: 100%;
}
/*
#menu a {
	display: block;
	float: left;
	margin-right: 0.12em;
	padding: 0em 1em; 
	text-decoration: none;
	text-transform: none;
	font-size: 1.25em;
	color: #AAAAAA;
	outline: 0;
}
#menu .current_page_item {
	color: #525252;
}

#menu .current_page_item a {
	background: #FFFFFF;
	color: #525252;
}
*/



/* Page Wrapper */

#page-wrapper {
	overflow: hidden;
}

#page {
	padding: 0em 0em 0em 0em;
}

.homepage #page {
	padding: 0em 0em 0em 0em;
}

/* Banner */

#banner {
	overflow: hidden;
	margin-bottom: 3em;
}

#banner .container {
}

#banner img {
	border-radius: 0px 0px 5px 5px;
}

#banner a img {
	display: block;
	width: 100%;
}

/* Content */

#content {
}

.twocolumn2 #content {
}

.onecolumn #content {
}

#content h2 {
	margin-bottom: 1em;
	text-transform: none;
	font-size: 1.7em;
	color: #FFFFFF;
	
}

#content .subtitle {
	padding: 0em 0em 1.25em 0em;
	text-transform: none;
	font-size: 1.31em;
	font-weight: 300;
	color: #FF3002;

}

#content .post img {
	height: 100%;
}

#content .post {
	border: 5px solid white;
	color: white;
	padding: 1em;
	font-family: Undertale;
	font-size: 25px;
	background: #000000;
	line-height: 1.2em;
	min-height: 128px;
}

#gallery img {
	width: 23%;
	padding: 0;
}

/* Sidebar1 */

#sidebar1 {
}

#sidebar1 h2 {
	padding: 0em 0em 1em 0em;
	text-transform: none;
	font-size: 1.8em;
	color: #2A2A2A;
}



/** Footer Column Content */

#footer-wrapper {
}

#footer-content {
	overflow: hidden;
	padding: 4em 0em 4em 0em;
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #777777;
}

#footer-content h2 {
	padding: 0em 0em 1.5em 0em;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-transform: none;
	font-size: 1.5em;
	color: #3F3F3F;
}

#footer-content #box1 {
}

#footer-content #box2 {
	overflow: hidden;
}

#footer-content #box3 {
}

#footer-content a img {
	display: block;
	width: 100%;
}

/* Marketing */

#marketing {
	overflow: hidden;
	color: #6F6F6F;
}

#marketing .divider {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 0.063em solid #D4D6D8;
}

#marketing .title {
	padding: 1.2em;
	background: #181818;
	border-radius: 5px 5px 0px 0px;
	text-transform: none;
	font-size: 1.35em;
	color: #FFFFFF;
}

#marketing .subtitle {
	padding-bottom: 1em;
	font-weight: bold;
	color: #838383;
}

#marketing .mbox-style {
	background: #333333;
	border-radius: 5px;
}

#marketing .mbox-style .content {
	padding: 2em 1.5em 1em 1.5em;
	text-shadow: 1px 1px 1px #212121;
}

/* Featured */
#featured-area {
	overflow: hidden;
	padding-bottom: 3em;
}

#featured-area .divider {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 0.063em solid #D4D6D8;
}

#featured-area .box-style {
	overflow: hidden;
	padding: 2em;
}

#featured-area .box-style h3 {
	padding-bottom: 1em;
	font-size: 1.2em;
	color: #171717;
}

#featured-area .box-style img {
	float: left;
	margin-right: 1.56em;
}

#featured-area .box-style a img {
	display: block;
	width: 40%;
}
