body {
	background-color: #fff;
	color: #424242;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}
@media (max-width: 767px){
	body {
		font-size: 14px;
	}
}
/* Headings
-------------------------------------------- */

p { margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6 {
	color: #232525;
	font-family: 'Arimo', serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 20px;
}
h4, h5, h6 {
	font-weight: normal;
}
h1.entry-title,
h1 {
	font-size: 49px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 24px;
}
.comment-respond h3, .entry-comments h3 {
	font-size: 36px;
	font-size: 2.25rem;
	letter-spacing: -2px;
	margin-bottom: 3.750rem;
	margin-top: 6.25rem;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
	color: #777777;
}
h6 {
	font-size: 18px;
	font-size: 1.125rem;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img, .site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a {
	color: #018ed2;
	text-decoration: none;
}
.entry-content a {
	text-decoration: underline;
    font-weight: bold;
}
a:focus, a:hover {
	color: #f98d0f;
	text-decoration: none;
}
.navbar-brand {
	padding-top: 0.15rem;
}
.navbar-brand>a {
	color: black;
	font-family: 'Arimo', serif;
	font-size: 15.2px;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
#masthead .navbar-nav>li a {
	border-bottom-width: 0;
	color: black !important;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: 500 !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#masthead .navbar-nav>li.current_page_item a,
#masthead .navbar-nav>li>a:focus, 
#masthead .navbar-nav>li>a:hover,
#masthead .navbar-nav>li:hover>a {
	color: #068ccc !important;
}
div#page-sub-header h1 {
	font-family: 'Arimo', serif;
	font-size: 84px;
	font-size: 5.25rem;
	font-weight: 600;
	letter-spacing: -3px;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: none;
}
div#page-sub-header p {
	max-width: 100%;
	font-size: 24px;
	font-size: 1.5rem;
}
#secondary .widget-title {
	font-family: 'Arimo', serif;
	font-size: 22px;
	font-weight: 400 !important;
	color: #058ac3;
}
.entry-meta {
	font-size: 13px;
	text-transform: capitalize;
}
.post-thumbnail {
	margin-bottom: 1.875rem;
}
.form-control {
	font-size: 1rem;
}

@media (max-width: 767px) {
	h1.entry-title,
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 18px;
	}
}