/* CSS Document */



/*RESPONSIVE DIVS*/

body { 


}


.CTA  {
	width: 60%;
	padding: 10px;
	font-size: 18px;
}

.sCTA  {
	width: 40%;
	padding: 10px;
	font-size: 18px;
}


.container  {

	padding: 3px;
	width: calc(100% - 8px);
	font-size: 20px;
	margin: 0px;
}

.border {
	padding: 0px;
}

.banner  {
	clear:both;
	width: 100%;
	padding-bottom:70px;
}



.bannerimg  { 
	object-fit: none; /* Do not scale the image */
	object-position: center; /* Center the image within the element */

	width: 100%;	
}

.logo  { 
    left: 20px;
    top: 00px;
	height: 50px;
	width: auto;

}

.menu  { 
    left: 0px;
    top: 0px;
	height: 70px;
	background-color:rgba(100,100,100,1);

}

.menuoptions {

display: none;
	width: 98%;
	height: 60px;
	text-align:right;
	color: White;
	font-size: 40px;
	padding-top: 30px;

}

.menuoptionsmobile {
display: block;
	width: 98%;
	height: 70px;
	text-align:right;
	color: White;
	font-size: 60px;
	font-weight:bold;
	padding-top: 00px;

}


.mobile {display: block;}
.desktop {display: none;}


.fade  { 
    position: absolute;
    left: 0px;
    top: 150px;
	height: 100px;
	width: auto;
}

.maintitle  { 
	object-fit: none;
	object-position: left;
    position: absolute;
    left: 0px;
    top: 170px;
	width: 100%;
	height: 100px;
}


.top  { 
	display: block;
}

.topfooter  {
	display: block;
	margin-bottom: 2px;
}








.full_column2  {
	clear:both;
	width: calc(100% - 16px);
	text-align: Left;
    text-justify: inter-word;
	padding: 8px;
}

.half_column_left  {
	clear:both;
	display: inline-block;
	width: 80%;
	overflow:hidden;

}

.half_column_right  {
	clear:both;
	display: inline-block;
	width: 80%;
	overflow:hidden;

}

.third_column_left  {
	clear:both;
	float: left;
	width: calc(80% - 22px);
	margin-left: 10%;
	overflow:hidden;
	margin-bottom: 18px;



}

.third_column_right  {
	clear:both;
	float: left;
	width: calc(80% - 22px);
	margin-left: 10%;
	overflow:hidden;
	margin-bottom: 18px;


}



.packageleft  {
	clear:both;
	display: inline-block;
	width: 87%;
	overflow:hidden;
	margin-bottom: 18px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	text-align: Left;


}

.packageright  {
	clear:both;
	display: inline-block;
	width: 87%;
	overflow:hidden;
	margin-bottom: 18px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	text-align: Left;

}

.packagefull  {
	clear:both;
	display: inline-block;
	width: 89%;
	overflow:hidden;
	margin-bottom: 18px;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	text-align: Left;

}



.twothirds_column  {
	clear:both;
	display: inline-block;
	width: 8%;
	overflow:hidden;

}

.text_container  {



}

.footer  {

	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 10px;
}



/*HEADERS AND FONTS*/

.offer  { 
	color: red;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.offer a:link {
	color: red;
	text-decoration: none;
}

.offer a:visited {
	color: red;
	text-decoration: none;
}

.offer a:hover {
	color: red;
	text-decoration: none;
}




h1 {
	font-size:38px;

	line-height:1.0;
}

h2 {
	font-size:20px;
	font-weight: bold;
		

}

h3 {
	font-size:16px;

	padding:0px;
}

h4 {
		font-size:18px;
}


#small {
	font-size:12px;
}

blockquote {
  background: rgb(219,251,222);
  border-left: 10px solid rgb(140,240,150);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
quotes: "\201C""\201D";
font-style:italic;
}
blockquote:before {
  color: rgb(140,240,150);
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

attrib {
	color: rgb(100,100,100);
	font-size:12px;
	float:right;
}


input[type=text] {

	font-size: 20px;
	border: 4px solid black;
}


textarea {

    height: 400px;

	font-size: 20px;
	border: 4px solid black;
	
}



img.gallerypic {
	
	width:90%;
	height:auto;
	max-height: 1000px; 
	padding:5px;
	-o-object-fit: contain; 
	object-fit: contain;
}



.leftbutton {
	
		font-size: 20px;
		  font-weight: bold;
		width: 30px;
		height: 100%;
		float: left;
		position: absolute;
		top: 0px;
		left: 0%;
		opacity: 0.5;
		-webkit-appearance: none;
		border-radius: 0;
		border-style: none;
		outline:none;
		background-color: white;
		
}

.rightbutton {
	
		font-size: 20px;
		  font-weight: bold;
		width: 30px;
		height: 100%;
		float: right;
		position: absolute;
		top: 0px;
		left: calc(100% - 30px);
		opacity: 0.5;
		-webkit-appearance: none;
		border-radius: 0;
		border-style: none;
		outline:none;
		background-color: white;
}