html {
    margin: 0;
    padding: 0;
	height: 100%;
	scroll-behavior: smooth;
}

body {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.sticky {
	flex: 1;
}

.logo {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 20px 0 0 20px;
}

.header {
  	background-image: url('/application/themes/mtbuilder/images/headerbgnew.jpg'); 
	background-repeat: repeat-x;
	background-position: bottom; 
	width: 100%;
	position: fixed;
	z-index: 999;
	height: 150px;
	margin: 0;
	padding: 0;
}

.tagline a {
	display: inline-block;
	position: relative;
	top: 20px;
	font-family: "Poltawski Nowy", serif;
	font-size: 200%;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;
	border-radius: 50px;
}

.tagline a:hover {
	color: #37230e;
	background-color: #fff;
	padding: 10px 25px;
	text-decoration: none;
}

.lbp-logo {
	display: inline-block;
	float: right;
	margin: 15px 130px 0 0;
	max-width: 120px;
	height: auto:
	width: 100%;
}

.mtb-symbol {
	margin-top: 20px;
	max-width: 120px;
	height: auto:
	width: 100%;
}

img {
	width: 100%;
	height: auto;
}

.padtop {
	margin-top: 150px;
}

.footer {
	width: 100%;
	font-size: 70%;
	letter-spacing: 1px;
	background-color: #444;
	padding: 15px 0 10px 0;
	text-align: center;
	color: #fff;
}

.footer a {
	color: goldenrod;
}

.btn-mtb {
    color: #333;
	background-color: #e9ceaa;
    border-color: #ccc;
	border-radius: 50px;
}

.btn-mtb:focus,
.btn-mtb.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-mtb:hover {
    color: #37230e;
    background-color: #fff;
    border-color: #adadad;
}

.btn-mtb:active,
.btn-mtb.active,
.open>.dropdown-toggle.btn-mtb {
    color: #333;
    background-image: url('/application/themes/mtbuilder/images/headerbgnew.jpg');
	background-color: #e6e6e6;
    border-color: #adadad;
}

/********************** IMAGE HOVER **********************/

.containerRollover {
  position: relative;
	width: 100%;
}

.containerRollover h4 {
  position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	color: #fff;
	letter-spacing: 1px;
}

.containerRollover a.hover {
	text-decoration: none;
}

.rollovertext {
	text-align: center;
	position: absolute;
	top: 2%;
	left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  text-align: center;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 55;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #38528D;
}

@media screen and (max-width: 950px) {
.header { 
	padding-bottom: 20px; 
	position: relative;  
	z-index: 100; 
	width: 100%;
	height: 180px;
}
	
.tagline a {
	top: 0;
	font-size: 180%;
}
	
.lbp-logo {
	display: none;
}
	
.logo {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.padtop {
	margin-top: 5px;
}
}

@media screen and (max-width: 412px) {
.logo {
	max-width: 250px;
	padding: 20px 0 0 10px;
}
	
.tagline a {
	font-size: 150%;
}
	
.header {
	height: 160px;
}
}

/*@media screen and (max-width: 768px) {
.tagline a {
	display: none;
}
}*/