.btn.btn-primary,
a {
  transition: all 0.2s ease-in-out;
}
body {
  padding-top: 3.5rem;
  font-family: Lato, sans-serif;
}
main {
  padding: 2rem 0;
}
img {
  max-width: 100%;
}
a {
  /* color: #960f03; */
  text-decoration: none;
}
a:hover {
  /* color: #f71f0a; */
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
}


.jumbotron{
  /* margin:15px 30px 0px 30px; */
  border-radius:0px;

background-repeat: no-repeat;
background-position: center;
background-size: cover;
/* background-attachment: fixed; */
color:white !important;

}

.jumbotron h1{
  text-shadow: 2px 2px 5px #5f747a;
	color: #FFF;
}


blockquote {
  color: #999;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 3rem auto;
  width: 80%;
}
.navbar-brand small {
  font-family: Lato, sans-serif;
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.5rem;
}
.lead {
  font-size: 1.2rem;
}
/* .btn.btn-primary {
  background-color: #f94c3b;
  border-color: #f94c3b;
}
.btn.btn-primary:hover {
  background-color: #e11a07;
  border-color: #e11a07;
} */
.card .card-img,
.card .card-img-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar.fixed-top {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-family: Raleway, sans-serif;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
.navbar.fixed-top .navbar-nav {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar.fixed-top .navbar-nav .active a {
  color: #f94c3b;
}
.navbar.fixed-top .navbar-toggler {
  padding: 0.25rem 0.5rem;
}
.navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
@media (max-width: 767px) {
  .navbar.fixed-top .container {
    max-width: 100%;
  }
}
header {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
header .container {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}
header h1 {
  font-size: 3.6rem;
  text-transform: uppercase;
}
header .lead {
  font-size: 1.35rem;
}
header.has-image {
  color: #eee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
header.has-image .dimmer {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
}
.block {
  padding: 0 0 1.5rem;
}
.block img {
  border-radius: 0.25rem;
}
.block.column-block .col-md:not(:last-child) {
  margin-bottom: 1.5rem;
}
.block.column-block img {
  height: 100%;
  object-fit: cover;
}
.block.image-gallery-block .carousel {
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block.column-block .col-md:not(:last-child) {
    margin-bottom: 0;
  }
}
.post-meta {
  font-size: 0.875rem;
}
.post-meta span:not(:last-child)::after {
  content: "\25C6";
  display: inline-block;
  padding: 0 0.25rem;
}
.archive article {
  padding-bottom: 1rem;
}
.comments .alert {
  background: #f4f4f4;
  padding: 2rem 2.5rem;
}


.card-img-top {
  width: 100%;
  height: 40vw!important;
  object-fit: cover;
}





.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 45px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	/*max-width: 180px;*/
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}

.footer-distributed address {
  color: white;
}
.footer-distributed a {
  color: white;
}


