/*
Theme Name: Mark David Christenson
Theme URI: http://underscores.me/
Author: JB Mulholland
Author URI: http://JBMulholland.com
Description: Mark David Christenson is 1) an actor, 2) an improvisor, 3) a writer, and 4) a short guy with endless energy!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mdc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mark David Christenson is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body {margin: 0;}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {display: block;}

audio, canvas,progress, video {display: inline-block; vertical-align: baseline;}

audio:not([controls]) {display: none; height: 0;}

[hidden], template {display: none;}

a {background-color: transparent;}

a:active, a:hover {outline: 0;}

abbr[title] {border-bottom: 1px dotted;}

b, strong {font-weight: bold;}

dfn {font-style: italic;}

mark {background: #ff0; color: #000;}

small {font-size: 80%;}

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}

sup {top: -0.5em;}

sub {bottom: -0.25em;}

img {border: 0;}

svg:not(:root) {overflow: hidden;}

figure {margin: 1em 40px;}

hr {box-sizing: content-box; height: 0;}

pre {overflow: auto;}

code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}

button, input, optgroup, select, textarea {color: inherit; font: inherit; margin: 0;}

button {overflow: visible;}

button, select {text-transform: none;}

button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}

button[disabled], html input[disabled] {cursor: default;}

button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}

input {line-height: normal;}

input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0;}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}

input[type="search"] {-webkit-appearance: textfield; box-sizing: content-box;}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}

legend {border: 0; padding: 0;}

textarea {overflow: auto;}

optgroup {font-weight: bold;}

table {border-collapse: collapse; border-spacing: 0;}

td, th {padding: 0;}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}


p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 1.5em 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 80%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-top: 1.5em;
	margin-bottom: 2.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul.list-unstyled {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title, .post-73 .entry-title {display: none;}

.entry-title {display: none;}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}






/*--------------------------------------------------------------
BEGIN MDC
--------------------------------------------------------------*/
* {-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;}

.jumbotron {margin-bottom: 0px; background-image: url(http://markdavidchristenson.com/wp-content/uploads/2015/01/Dave-Christenson-blue-shirt-websize.jpg); background-position: 0% 50%; background-size: cover; background-repeat: no-repeat; min-height: 530px; width: 100%;}

	.jumbotron .btn-primary {background-color: transparent; font-size: 2em; font-weight: normal; color: #fff; border: 1px solid #fff; margin-left: 60%; margin-top: 10%; width: 35%;}

	.jumbotron .btn-primary:hover, .jumbotron .btn-primary:active {background-color: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.2);}

	
#content {margin-top: 0px; width: 100%; overflow: hidden;}
.row {margin-left: 0; margin-right: 0;}

/*--------------------------------------------------------------
2.0 TYPOGRAPHY
--------------------------------------------------------------*/
body {font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 1.1em;}
p {font-size: 1.45em; font-weight: 400; line-height: 1.5;}
a {word-wrap:break-word;}
h1, h2, h3, h4, h5, h6 {clear: both; font-size: 1.4em; font-weight: 600; line-height: 1.3;}
	h1 {font-size: 2.5em; margin: 0.67em 0;}
	h2 {font-size: 2.25em;}
	h3 {font-size: 2em;}
	h4 {font-size: 1.75em;}
	h5 {font-size: 1.75em;}
	h6 {font-size: 1.75em;}
blockquote {font-size: 1.1em;}
.small {font-size: 90% !important;}
.entry-content ul {font-size: 1.25em; margin-left: 0px;}
.btn{
    white-space:normal !important;
    word-wrap:break-word; 
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.navbar {background-color: #fff; margin-bottom: 0px; position: fixed; text-transform: uppercase; width: 100%; z-index: 9000;}
	.navbar-nav {float: right; margin: 0px -15px;}
	.navbar-default .navbar-brand {color: #2f3f4f; font-size: 1.8em; font-weight: 500;}
ul#menu-primary li {font-size: .9em;}
ul.dropdown-menu li a {font-size: .9em;}
ul.dropdown-menu a {padding-top: 10px; padding-bottom: 10px;}

	
/*--------------------------------------------------------------
Breadcrumbs
--------------------------------------------------------------*/
#breadcrumbs {margin-top: 50px; margin-bottom: 0; padding-bottom: 0;}
	#breadcrumbs.container {padding: 0;}
.breadcrumb {background-color: #fff; border-bottom: 1px solid #e7e7e7; font-size: 1.25em; margin-bottom: 0; padding-bottom: 5px; padding-left: 15px}

/*--------------------------------------------------------------
Bootstrap Structure
--------------------------------------------------------------*/
.col-md-10 .entry-content .row .col-lg-6:first-child, .col-md-10 .entry-content .row .col-md-6:first-child {padding-left: 0;}
.col-md-10 .entry-content .row .col-lg-6:last-child, .col-md-10 .entry-content .row .col-md-6:last-child {padding-right: 0;}

.col-first {padding-left: 0px;}
.col-last {padding-right: 0px;}

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.main-social {font-size: 20px; height: 50px; padding-top: 10px; text-align: center; text-transform: uppercase;}

	.social-facebook {background-color: #3b5998; color: #fff;}
	.social-fod {background-color: #0a0a0a;}

		.fod-yellow {color: #fde12e;}
		.fod-blue {color: #33779b;}
		.fod-red {color: #eb0323;}

	.social-imdb {background-color: #e5ba31; color: #000; font-weight: 900; text-transform: none;}
	.social-twitter {background-color: #55acee; color: #fff;}
	.social-ucb {background-color: black; color: white;}
	.social-youtube {background-color: #cd201f;color: #fff;}

a.social-links .main-social {text-decoration: none;}
a.social-links .main-social:hover {opacity: 0.75;}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.row.about {background-color: #694ca5; color: #ddd; padding: 50px 0;}
.row.about h1 {margin-top: 0px;}

	.about .col-first {padding-right: 0px;}

/*--------------------------------------------------------------
Front Page image/video grid
--------------------------------------------------------------*/
.row.front-grid {margin-bottom: 0px; padding: 0px;}
	.row.front-grid h1 {margin-top: 0px;}
	.row.front-grid .thumbnail{border: 0px;}

/*--------------------------------------------------------------
Image Gallery
--------------------------------------------------------------*/
.blueimp-gallery>.prev, .blueimp-gallery>.next {font-family: 'Open Sans', Helvetica, Arial, sans-serif;}

/*--------------------------------------------------------------
Tumblr
--------------------------------------------------------------*/
.tumblr_post {margin-left: 0; margin-right: 0; padding-top: 50px; padding-bottom: 50px; width: 100%;}
	.tumblr_post h3 {text-align: center; text-transform: uppercase;}
	.tumblr_post a {color: #1d263b;}
	.tumblr_post img {margin: 0 auto 20px auto; width: 100%;}
	.tumblr_post .col-md-6, .tumblr_post .col-md-8, .tumblr_post .col-sm-12 {float: none;}
	.tumblr_post .fa {margin-bottom: 50px; text-align: center;}

.tumblr_post.audio {background-color: #2c3e50; color: #fff;}
.tumblr_post.conversation {background-color: #e74c3c; color: #fff;}
.tumblr_post.link {background-color: #55d5be; color: #fff; text-align: center;}
	.tumblr_post.link a {color: #003366;}
.tumblr_post.photo {background-color: #3498db; color: #fff;}
	.tumblr_post.photo:nth-child(even) {background-color: #3498db;}
	.tumblr_post.photo:nth-child(odd) {background-color: #2980b9;}
.tumblr_post.quote {background-color: #f1c40f; color: #34495e;}
.tumblr_post.regular {background-color: #d7dfe4; color: #2c3e50;}
	.tumblr_post.regular a {color: #3498db;}
.tumblr_post.video {background-color: #9b59b6; color: #fff;}
	
.otw-columns {float: none; padding: 0 0 0 0; margin: 0 0 0 0;}
#post-61 .entry-header, #post-191 .entry-header {display: none;}
#post-61.hentry, #post-191.hentry {margin-bottom: 0;}

.tumblr-more {background-color: #711010; height: 150px; padding-top: 50px; text-align: center;}
	.tumblr-more .btn-primary {background-color: #711010; color: #fff; border: 1px solid #fff;}

.otw-sidebar .widget {margin: 0;}

/*--------------------------------------------------------------
Podcast
--------------------------------------------------------------*/
.page-id-71 h1.entry-title {display: none;}
.iwwao {background-color: #3683aa; color: #fff; padding: 50px 0;}
.iwwao h2 {margin-top: 0;}
.iwwao h2.widgettitle {display: none;}
.iwwao a {color: #1d263b;}
.iwwao ul {font-size: 1.5em; list-style: none; margin-left: 0; padding-left: 0;}
.iwwao .btn-primary {background-color: #3683aa; border: 1px solid #1d263b;}

/*--------------------------------------------------------------
Resume
--------------------------------------------------------------*/
.resume-row {background-color: #fafafa;}
h3.tablepress-table-name {text-transform: uppercase;}
#post-73 h4 {display: inline-block;}
.tablepress {font-size: 1.2em;}
.tablepress .column-1 {padding-left: 0;}
.tablepress .column-2 {font-style: italic;}
.tablepress .column-3 {padding-right: 0;}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.col-sidebar {margin: 0; padding: 0; font-size: 1.1em;}
#secondary {background-color: #1d263b; color: #fff; margin: 20px 15px 20px 28px; padding: 20px;}
h1.widget-title {font-size: 1.5em;}
#secondary p {font-size: 1em;}
#secondary a {color: #4597d8;}
#secondary ul {padding-left: 0;}
#secondary hr {background-color: #384962; margin-top: .5em; margin-bottom: .5em;}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer {position: relative;}

#colophon::before {background: url("img/mdc-dingbat.png") no-repeat;
width: 40px;
height: 45px;
content: '';
top: -20px;
left: 48.5%;
position: absolute;
z-index: 5000;
background-size: 100%;}
#colophon p {font-size: 1.25em;}
#colophon a {color: #4597d8;}
#colophon h2 {font-size: 24px; margin-bottom: 15px;}
#colophon h3 {font-size: 18px; margin-bottom: 15px; padding-top: 6px;}
#colophon .glyphicon {font-size: 1em; margin-right: 5px;}

#colophon.row {background-color: #1d263b;}
	#colophon.row .well {background-color: transparent; border: none; color: #fff;}
		#colophon #text-4 {border-top: 1px white solid; padding-top: 30px; margin-left: 25px; padding-left: 0;}
		#colophon #text-5 {margin-bottom: 0px;}

			
#colophon .fa {color: #fff; margin-right: 10px;}
	#colophon .fa:hover {color: #4597d8;}

/*--------------------------------------------------------------
Media Screen
--------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	.navbar {font-size: 90%;}
	.navbar-default .navbar-brand {font-size: 1.5em;}

	.jumbotron {min-height: 330px;}
		
	.main-social span {display: inline-block; vertical-align: middle; line-height: normal;}
		.main-social.social-fod span {line-height: 20px;}
	
	.about .col-first {text-align: center; margin: 0px auto 20px auto;}
	.about .col-last {padding-right: 10px;}
	
	.row.front-grid {background-color: black; padding: 50px 0;}

	.col-md-10 .entry-content .row .col-sm-12 {margin: 0;}
		.col-md-10 .entry-content .row .col-sm-12:first-child {padding-right: 0;}
		.col-md-10 .entry-content .row .col-sm-12:last-child {padding-left: 0;}

	#secondary {margin-left: 15px;}

	#colophon.row .well {text-align: center;}
	#colophon.row .well {border-bottom: 1px solid white; margin-bottom: 0;}
	#colophon #text-4 {border-top: none; border-bottom: none; margin-left: 0px; padding-left: 25px;}	
	#colophon .col-md-10 .col-first, #colophon .col-md-10.col-first {padding-right: 15px; padding-left: 15px;}
	#acurax_si_simple {text-align: center;}
}

@media screen and (max-width: 768px) {
	p {font-size: 1.25em; line-height: 1.45;}
	h1 {font-size: 2em;}

	ul#menu-primary li {font-size: .9em;}
	ul.dropdown-menu li a {font-size: .9em;}
	.navbar-nav {float: none;}

	.jumbotron .btn-primary {font-size: 1.5em;}

	.social-links .col-sm-4 {display: inline-block; float: left; height: 70px; line-height: 65px; padding-top: 0px; width: 33.33%}

	.col-xs-12 {margin: 0 10px; padding: 0 0 10px 0;}
	.col-sm-4 {margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px;}

	.about .col-first {padding: 0px;}
	.about img {width: 100%; padding: 0px;}
	

	.tumblr_post p {margin-left: 20px; margin-right: 20px;}
	.tumblr_post h1, .tumblr_post h2, .tumblr_post h3, .tumblr_post h4, .tumblr_post h5, .tumblr_post h6 {margin-top: 0px; margin-right: 20px; margin-left: 20px;}
	.tumblr_post .col-sm-12 {padding: 0 10px;}
		.tumblr_post.link a {font-size: 1em;}
		
	#post-73 .col-sm-12 {padding-right: 10px; padding-left: 10px; text-align: center;} 	
}

	#colophon::before {left: 47.5%;}
	

@media screen and (max-width: 767px) {
	.row.about {padding-top: 0px;}
}

@media screen and (max-width: 480px) {
	.jumbotron {position: relative;}
	.jumbotron .btn-primary {background-color: rgba(116,116,116,0.5); background: rgba(116,116,116,0.5); font-size: 1.25em; position: absolute; bottom: 5px; margin: 0 auto; width: 90%;}

}	