/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body {
	background: url(http://howeverfar.com/wp-content/uploads/2015/09/faded.png) no-repeat;
	background-size: 45% auto, cover;
	background-attachment: fixed;
	font-family: arial !important;
}

.navbar-inverse {
	background-color: #999966;
	border: none;
	font-family: arial, serif;
}

.blog-title {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: normal;
}

h1 {
	color: #333366 !important;
	text-align: right;
}

.row {
	text-align: right;
	width: 60%;
	float: right;
}

.blog-footer {
	margin-top: 500px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
	text-transform: lowercase !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #333366;
}

.blog-post-meta {
	display: none;
}

h1 a {
	color: #33366 !important;
	text-decoration: underline;
}

.blog-post-title {
	margin-bottom: 25px;
	margin-top: -5px;
}

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

.col-sm-8 {
	width: 100%;
}

.intro-excerpt p {
	line-height: 40px;
	font-family: arial !important;
	margin-bottom: 20px;
}

.page-intro a {
	font-size: .9em !important;
	color: #996 !important;
	font-family: arial !important;
}

.nav {
	width: 100%;
}

li.social-icon {
	float: right;
}

li.social-icon a {
	font-size: 11px;
	padding-bottom: 0;
	margin-top: -1px;
}

.comments-area {
	margin-top: 50px;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
}

ul .title {
	font-size: 25px;
	margin-bottom: 20px;
	display: block;
	text-decoration: underline;
}

span.date {
	display: block;
	margin-bottom: 10px;
}

span.excerpt-dash {
	display: none;
}

a img.alignnone {
	margin: 5px 0 20px;
}

.mobile {
	display: none;
}

.wp-post-image {
	display: none;
}

.blog-description {
	display: none;
}

.intro-excerpt {
	float: right;
}

.post_img {
	float: right;
}

.post-text {
	float: right;
}

.contact-form label {
	text-align: left;
}

@media screen and (max-width: 960px) {
	body {
		background: none;
	}
	
	.row {
		width: 100%;
	}
	
	body.custom-background {
		background-image: none;
	}
	
	.mobile {
		display: block !important;
		text-align: right;
	}
	
	.wp-post-image {
		display: block !important;
	}
}