@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
		html, body{
		  height: 100%;
		}
		body { 
			background-color: #08372e;
			font-family: Montserrat, Arial;
		}

		div, body{
		  margin: 0;
		  padding: 0;
		}
		.bg-right{
		   background-image: url(/images/pb-nature-photo-bg.jpg);
		   background-position: center 0;
		   background-size: cover;
		   background-repeat: no-repeat;
		   width: 50%;
		   position: absolute;
		   right: 0px;
		   height: 100%;
		}
		#preloader {
		  position: fixed;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  background: #363739;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  height: 100%;
		  z-index: 99;
		  /* makes sure it stays on top */
		}
		#animate {
				width: 828px;
				height: 288px;
				margin: 0;
				position: absolute;
				top: 210px;
				left: 50%;
				padding-right: 8px;
				transform: translate(-50%, -50%);
		}
		
		/* SVG Styling */
		#pb-logo path{
		transition: fill 1s ease-in, stroke 0.5s linear;
		fill: rgba(255,255,255,0);
		stroke:#fff;
		stroke-width: 0.5;
		}
		.pay{
		fill: #afd242 !important;
		stroke: rgba(255,255,255,0) !important;
		}
		.boo{
		fill: #fff !important;
		stroke: rgba(255,255,255,0) !important;
		}
		
		/* Page Content */
		.content {
		  height: 100%; 
		  width: 100%; 
		}
		h1{
		font-size: 0;
		  width: 1px;
		  height: 1px;
		  display: inline-block;
		  overflow: hidden;
		  position: absolute!important;
		  border: 0!important;
		  padding: 0!important;
		  margin: 0!important;
		  clip: rect(1px,1px,1px,1px);
		}
		.title-image{
			width: 90%;
			height: 330px;
			max-width: 852px;
			background-image: url(/images/meet-payboo.png);
			background-position: center center;
			background-size: 100%;
			background-repeat: no-repeat;
			margin-left: -6px;
			position: absolute;
			top: 220px;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.available a{
			width: 400px;
			height: 80px;
			background-image: url(/images/available-at-bh.png);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 95%;
			position: absolute;
			top: 600px;
			left: 50%;
			transform: translate(-50%, -50%);
			transition: background-size .5s ;
		}
		.available a:hover{
			background-size: 100%;
		}
		.footer{
			width: 100%;
			position: absolute;
			background-color: #eaf5f9;
			bottom: 0;
			color: #a9c1d3;
			font-size: 16px;
			line-height: 80px;
			font-weight: 400;
		}
		.footer .left{
		    float: left;
			padding: 0 0 0 140px;
			height: 80px;
			background-image: url(/images/pb-logo-footer.png);
			background-position: 30px center;
			background-repeat: no-repeat;
		}
		.footer .right{
		float: right;
		padding: 0 30px 0 0;
		}
		.footer .right a{
		color: #08372e;
		text-decoration:none;
		font-weight: 700;
		}
		.footer .right a:hover{
		text-decoration:underline;
		}
@media only screen and (max-height: 700px) {
  		.available a{
			top: auto;
			bottom: 75px;
		}
}
@media only screen and (max-width: 600px) {
		#animate {
			width: 326px;
			height: 130px;
			margin: 0;
			position: absolute;
			top: 161px;
			left: 50%;
			padding-right: 0px;
			padding-left: 1px;
			transform: translate(-50%, -50%);
				}
  		.bg-right{
		   background-image: url(/images/pb-nature-photo-bg-mobile.jpg);
		   background-position: center center;
		   background-size: cover;
		   background-repeat: no-repeat;
		   width: 100%;
		   position: absolute;
		   right: 0px;
		   height: 100%;
		}
		.title-image{
			max-width: 348px;
			background-image: url(/images/meet-payboo-mobile@2x.png);
			background-position: center center;
			background-size: contain;
			background-repeat: no-repeat;
			margin-left: 0px;
			position: absolute;
			top: 160px;
			transform: translate(-50%, -50%);
		}
		.available{
			    width: 94%;
				max-width: 390px;
				height: 220px;
				background-color: #08372e;
				position: absolute;
				top: 65%;
				left: 50%;
				transform: translate(-50%, -50%);
		}
		.available a{
			width: 128px;
			height: 152px;
			background-image: url(/images/available-at-bh-mobile@2x.png);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			position: absolute;
			top: 48%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.footer{
			width: 100%;
			position: absolute;
			background-color: #eaf5f9;
			bottom: auto;
			top: 84%;
			color: #a9c1d3;
			font-size: 16px;
			height: 220px;
			font-weight: 400;
		}
		.footer .left{
		    float: none;
			height: 110px;
			width: 150px;
			background-image: url(/images/pb-logo-footer-mobile.png);
			background-position: center bottom;
			background-repeat: no-repeat;
			background-size: 50%;
			position: absolute;
			padding: 0 0 0 96px;
			top: 60%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.footer .right{
			float: none;
			text-align: center;
			width: 90%;
			padding: 0;
			font-size: 18px;
			line-height: 22px;
			position: absolute;
			top: 24%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
}
@media only screen and (max-width: 400px) and (max-height: 600px) {
	#animate {
    width: 277px;
    top: 172px;
	}
	.title-image {
		top:140px;
	}
	.available {
		top: 380px;
	}
	.footer{
		top: 502px;
		height: 200px;
	}

}