/*! Place your custom styles here */

.bar .logo {
  margin: 0;
  max-height: 80px;
  /*max-width: none;*/
  position: relative;
  top: 3px;
	
}

/*.bar .logo {
  margin: 0;
  position: relative;
  top: 4px;
}*/


 /*.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
  /*background: #252525;*/
}

 .background-image-holder {
	background-repeat: no-repeat;
    background-size: ;
}

.cover-features.space--lg {
  /*padding-bottom: 3.71428571em;*/
  padding-bottom: 0.5em;
	
}

.is_stuck {
	background-color: rgba(144,46,21,.85);
	font-size: 1.5em;
	z-index: 9 !important;
	color: #ffffff !important;
	box-shadow: 0px 1px 17px 1px #888888 ;
}

.btn--primary,
.btn--primary:visited {
  background: #B84018;
  border-color: #ffffff;
}

.icon--md {
  font-size: 3 em;
}

