body, html {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
}

.bgimg {
	background-image: url("../img/p/p1.jpg");
	height: 100% auto;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.content {
	background: rgba(255,255,255,0.67);
	height: 100vh;
	min-width: 720px;
	margin: 0 20%;
	position: relative;
	overflow: hidden;
}

.content h2 {
	text-align: center;
}

.container::-webkit-scrollbar {
	display: none;
}

.content p {
	margin: 0;
}

.container {
	height: 100%;
	position: absolute;
	overflow-y: scroll;
	scrollbar-width: none;
}

.banner {
	background-color: #ff8800;
	height: 150px;
	border-bottom: 1px #000 solid;
	text-align: left;
}

.banner h1 {
	float: right;
	text-align: center;
}

.banner a {
	color: #000;
	text-decoration: none;
}

.banner a:hover {
	text-decoration: underline;
}

.banner-logo {
	height: 150px;
	margin-left: 20px;
	background-image: url(../img/breeze-logo.png);
	background-repeat: no-repeat;
	
}

.banner-text {
	text-align: right;
	margin: 0;
	padding: 0.35% 5% 0 0%;
	color: #000;
}

.nav {
  	background-color: #888;
	margin-bottom: 10px;
  	padding: 1px 50px;
  	border-bottom: 1px #fff solid;
}

.nav dd {
	display: inline;
	font-size: 24px;
}

.nav dd a.home {
	padding: 10px 20px 25px 20px;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	color: #f40;
	font-weight: bold;
}

.nav a {
	color: #fff;
	text-decoration: none;	
}

.nav a:hover, .nav a:focus {
	color: #f40;
}

.nav .social {
	float: right;
}

.nav .social img {
	padding: 5px 5px 0px 5px;
}

.text-block {
	padding: 0px 20px;
	text-align: justify;

}

.text-block .right {
	float: right;
	padding-left: 20px;
}

.text-block .left {
	float: left;
	padding-right: 20px;
}


.text-bubble {
	width: 40%;
	float: right;
	margin: 10px 10px 10px 30px;
	font-weight: bold;
	background-color: #f60;
	border-radius: 25px;
}

.text-bubble dt {
	text-align: center;
	font-size: 150%;
}

.text-bubble dd {
	background-image: url(../img/crank-25.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 3px 20px 2px 30px;
	
}

.freddyisadevil {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.fb-page {
	padding: 10px;
	margin: 10px;
	float: right;
	width: 45%;
}

.form {
	width: 45%;
	margin: 20px;
}

fieldset {
	border: 0;
}

.form dt {
	padding-left: 40px;
	font-weight: bold;
}

.tx-img {
	margin: auto;
	padding: 20px;	
}

.foot {
	position: fixed;
	width: 60%;
	min-width: 720px;
	bottom: 0;
	height: 60px;
	border-top: 2px #888 solid;
	background-color: #f80;
}

.foot p {
	padding-left: 2%;
	padding-top: 10px;
	font-weight: bold;
}

.foot .terms a{
	margin-left: 20px;
	color: #000;
	text-decoration: none;	
}

.foot .terms a:hover {
	text-decoration: underline;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
.index-bgimg-1, .index-bgimg-2, .index-bgimg-3, .index-bgimg-4, .index-bgimg-5, .surgery-bgimg-1, .surgery-bgimg-2, .surgery-bgimg-3 {
	background-attachment: scroll;
}}