body {
	/*
	font-family: 'Baloo Bhaina', cursive;
	font-family: 'Nunito', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	font-family: 'Indie Flower', cursive;
	font-family: 'Righteous', cursive;
	font-family: 'Rubik One', sans-serif;
	font-family: 'Black Ops One', cursive;
	 */
	width: 100%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	background: #333;
	font-size: 16px;
}

html {
	width: 100%;
	height: 100%;
}

h1 {
	font-family: 'Black Ops One', cursive;
	text-rendering: optimizeLegibility;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 28px;
	color: #4c4c4c;
}

h2 {
	font-family: 'Black Ops One', cursive;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	font-size: 16px;
	color: #464646;
}

.navbar-brand {
	font-family: 'Black Ops One', cursive;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	font-size: 22px;
	vertical-align: middle;
	text-shadow: 4px 2px 4px rgba(255, 255, 255, 1);
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
}

.page-section {
	min-height: 100%;
	padding-bottom: 100px;
	padding-top: 60px;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #464646;
}

.page-alt {
	background: #F3F3F3;
}

.footer-section {
	margin-top: -150px;
	font-family: 'Ubuntu', cursive;
	height: 150px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #333;
	color: #888;
	font-size: 12px;
	font-weight: normal;
}

.up {
	display: none;
}

.contact-status {
	margin-bottom: 10px;
}

.contact-error {
	color: #c0392b;
	font-weight: bolder;
}

.contact-success {
	color: #27ae60;
	font-weight: bolder;
}

@media(min-width:767px) {
	.page-home {
		padding-top: 100px;
	}

	.navbar {
		padding: 20px 0;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
	}

	.top-nav-collapse {
		padding: 0;
	}

	.up {
		position: fixed;
		bottom: 0px;
		right: 0px;
		font-size:48px;
		padding-right: 5px;
		padding-bottom: 5px;
		color: #000000;
		opacity: 0.2;
	}

	.up a {
		color: #000000;
	}
}