/*-- Body & Fonts
================================================== */
@media screen  and (max-width: 768px) {
	body,html {
		overflow-x: hidden;
		text-align:center;	
	}
}
@media screen  and (min-width: 768px) {
	body,html {
		overflow-x: hidden;
		height: 100%;
		text-align:center;
	}
}
.content-block{
	margin-top:20px;
	border:solid 1px #000;
	background:#f60;
	height:300px;
}
@font-face {
    font-family: PeaceSans;
    src: url("../fonts/PeaceSans.ttf")
}
h1 {
	text-transform:uppercase;
	font-family:"PeaceSans";
}
.title {
	background:rgba(69, 105, 163, 0.9);
	padding:40px;
}
.title h1 {
	color:#fff;
}
.padding-top {
	padding-top:25px;
}
/*-- Navbar
================================================== */
@media (min-width: 992px){
    .navbar-nav li {
        margin-left : 1em;
        margin-right : 1em;
    }
}
@media (max-width: 767px){
	.navbar {
		margin-top:-60px;
		z-index:999;
		background:#fff;
		border-bottom: solid 1px #314f85;
	}
}
@media (min-width: 768px){
	.navbar {
		height:60px;
		margin-top:-60px;
		z-index:999;
		background:#fff;
		border-bottom: solid 1px #314f85;
	}
}
@media (min-width: 1151px){
	.navbar-nav li a {
		font-size:1.4em;
	}		
}
@media screen and (min-width: 1000px) and (max-width: 1150px) {
	.navbar-nav li a {
		font-size:1.1em;
	}	
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.navbar-nav li a {
		font-size:1.0em;
	}	
}
.navbar-nav li a {
	color:#314f85 ;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.navbar-nav li a:hover, .navbar-nav li a:focus  {
	color:#5e8bd2;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-logo {
	height:50px;
	width:100px;
}
.navbar-toggler {
	background:#4569a3;
	color:#fff;
	border:2px solid #f2f2f2
}
.navbar-toggler-icon {
	color:#fff;
}
/*-- Parallax header Content
================================================== */
.parallax-window {
    min-height: 600px;
    background: transparent;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}
.header {
	width:100%;
	height:100%;
	height:calc(100% - 0px);
	color:#fff;
	z-index:100;
}
.header i {
	position:absolute;
	bottom:75px;
	left:30px;
	text-align:left;
	font-size:.75em;
	color:rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 767px) {
	.header .logo {
		max-width:300px;
		position:absolute;
		top:25px;
		right:50px;
	}
	.header p {
		position:absolute;
		top:205px;
		right:55px;
		text-align:right;	
		font-size:1.5em;
	}
	.header h1 {
		position:absolute;
		top:20px;
		left:50px;
		text-align:left;
		text-transform:uppercase;
		font-size:4.0em;
		font-family:"PeaceSans";
		color:rgba(255, 255, 255, 0.4);
	}
}
@media screen and (min-width: 768px) and (max-width: 880px) {
	.header h1 {
		position:absolute;
		top:20px;
		left:50px;
		text-align:left;
		text-transform:uppercase;
		font-size:3.0em;
		font-family:"PeaceSans";
		color:rgba(255, 255, 255, 0.4);
	}
}
@media screen and (max-width: 768px) {
	.header .logo {
		max-width:250px;
		position:relative;
		right:0;
		top:30px;
		margin-left:auto;
		margin-right:auto;
	}
	.header p {
		position:relative;
		text-align:center;	
		top:50px;
		font-size:2em;
		color:#f5f5f5;
		text-shadow: -2px 2px #444;
	}
	.header h1 {
		margin-top:75px;
		position:relative;
		text-align:center;
		text-transform:uppercase;
		font-size:1.5em;
		font-family:"PeaceSans";
		color:#fff;
		text-shadow: -2px 2px #444;
	}
}
/*-- Wrapper
================================================== */
.wrapper {
	background:rgba(255, 255, 255, 0.95);
	padding-bottom:100px;
	z-index:200;
	position:relative;
}
/*-- Blog
================================================== */
@media screen and (max-width: 767px) {
	.image-wrap {
		padding-bottom:15px;
	}
	.content-post {
		padding:10px;
		color:#5677ab;
		font-size:1.1em;
		color:#314f85;
		font-family: 'Cardo', serif;
		font-weight:400;
		text-align:center;
	}
}
@media screen and (min-width: 768px) {
	.image-wrap {
		float:left;
		padding: 0 25px 25px 0;
	}
	.content-post {
		padding:10px;
		color:#5677ab;
		font-size:1.1em;
		color:#314f85;
		font-family: 'Cardo', serif;
		font-weight:400;
		text-align:left;
	}
}
.content  {
	padding:40px;
	color:#5677ab;
	font-size:1.15em;
	color:#314f85;
	font-family: 'Cardo', serif;
	font-weight:400;
}
.content h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.content img {
	margin-bottom:25px;
}
.hentry { /* ul li Blog Posts */
	margin:0px;
	background:#f8f8f8;
	border:3px solid #4569a3;
	border-radius:0px;
}
.card-img-top {
	border-radius:0px;
}
.card-title {
	text-transform:uppercase;
	font-size:1.3em;
	font-family:"PeaceSans";	
	padding-top:5px;
	color:#5677ac;
}
.card a {
	color:#5677ac;
}
.card-text {
	min-height:100px;
	padding:3px;
}
.blog-post {
	margin-bottom:25px;
}
.blog-categories {
	width:100%;
}
.blog-categories .list-inline { 
	text-align:center;
}
.list-inline li {
	border-radius:0;
	float: none;
}
.post_cat {
	padding:10px;
}
.sharethis-inline-share-buttons {
	padding-top:25px;
	padding-bottom:25px;
}
.post-gallery {
	padding-top:15px;
}
.post-link {
	width:100%;
	background:#4569a3;
	color:#fff;
	padding:15px;
}
.post-link a {
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform:uppercase;
	font-size:1.6em;
	font-family:"PeaceSans";
	text-decoration: none;
}
.post-link a:hover, .post-link a:focus {
	color:#f8f8f8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size:1.7em;
}
.post {
	padding-top:25px;
}
.heading {
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	padding-bottom:15px;
	color:#314f85;	
	font-weight:400;
}
/*-- Comments & Form
================================================== */
.comment-form input, .comment-form textarea{
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
.comments {
	width:100%;
    list-style:none;
    padding-left:0;
}
.comments .profile {
	padding:10px;
}
.comments .comment {
	padding:10px
}
.comment-section { /*-- Fills page behind comments section --*/

}
.comment-banner { /*-- Behind comment --*/
	padding-top:20px;
	padding-bottom:20px;
}
.listing li:nth-child(odd) {
    background:rgba(69, 105, 163, .25);
	color:#4569a3;
}
.listing li:nth-child(even) {
	color:#4569a3;
}
.listing li:first-child {
	border-top: 1px solid rgba(69, 105, 163, .5);
}
.listing li {
	border-bottom: 1px solid rgba(69, 105, 163, .5);
}
/*-- Social Links - About Page
================================================== */
.fab {
	font-size:3em;
	background:#4569a3;
	width:75px;
	height:75px;
	color:#fff;
}
.social i {
	line-height:75px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social b {
	color:#4569a3;
}
.social i:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
.fa-facebook-f:hover {
	background:#3b5998;
}
.fa-twitter:hover {
	background:#1da1f2;	
}
.fa-instagram:hover {
	background:#c32aa3;
}
.fa-linkedin-in:hover {
	background:#007bb6;	
}
.fa-strava:hover {
	background:#fc4c02;
}
.profile-img {
	border:5px solid #4569a3;
	margin-top:-20px;
}
/*-- Quote
================================================== */
.quote {
	background:#fff;
	padding:40px;
}
.quote blockquote {
	font-size:1.1em;
	color:#314f85;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-style: italic;
}
.quote .byline {
	text-transform:uppercase;
	font-family:"PeaceSans";
	color:#5e8bd2;
	margin-top:-10px;
}
/*-- Footer
================================================== */
.footer {
	background:#4569a3;
	width:100%;
	z-index:200;
	position:relative;
	padding-bottom:20px;
	color:#fff;
	font-weight:500;
}
.footer .logo {
	max-width:200px;
	margin-top:30px;
	margin-bottom:30px;
}
.footer a {
	color:#fff;
}
/*-- Contact Form
================================================== */
.contact-form h2 {
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.contact-name input, .contact-email input {
	width:100%;
	padding:10px;
	margin:10px;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
.contact-message textarea {
	width:100%;
	padding:10px;
	margin:10px;
	height:200px;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
.contact-btn {
	width:100%;
	margin-left:10px;
}
/*-- Hover Effect - https://miketricking.github.io/bootstrap-image-hover/
================================================== */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}
.hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*-- Button Styling - https://bootstrapbay.com/blog/bootstrap-button-styles/
================================================== */
.sharp {
  border-radius:0;
}
.btn {
    padding: 7px 12px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size:1.0em;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
.btn-primary {
  color: #fff;
  background-color: #5677ac;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}
.url-btn {
	margin-top:-40px;
}