@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
	
}
a { color: white; }
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Top Header */
.top_header {
	width: 90%;
	height: 50px;;
	margin-left: auto;
	margin-right: auto;
	background-color: #FA5431;
	color: white;

}

.button0 {
  background-color: #10D127; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  color: black; 
  border: 4px solid #D5DC11;
}

.button1:hover {
  background-color: #F33304;
  color: white;
}


/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: white;
	
}
.logo {
	float: center;
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	width: 200px;
	height: 140px;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
	line-height: 2em;
	font-size: 22px;
}
/* Nav */
nav {
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #CC00 03;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color:#F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #5004F3;
	border-top: 4px solid #5004F3;
	
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: black;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: black;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #ff7508;
	padding-bottom: 35px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.columnone {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.column3 {
	width: 50%;
	box-sizing: border-box;
	text-align: left;
	padding-top: 30px;
	float: left;
}
/* Footer Columns */
.column2 {
	width: 50%;
	text-align: left;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {W
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
	.columnsfooter {
    float: left;
	border-radius: 15px;
    width: 25%;
	height: 160px;
    padding: 8px 10px;
    background-color: white;
    border: 2px solid #eee;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
/* Parallax Section */
}
.parallax {
	color: #FFFFFF;
	text-align: center;
	padding-left:0px;
	padding-top: 10px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color:black;
	text-align: center;
	width: auto;
	align-content: center;
	padding-left:100px;
	font-weight: lighter;
	line-height: 23px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  text-align: justify;
  width: 29%;
  margin-left: 1%;
	margin-right: 1%;

	border-bottom: 4px solid darkred;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}
ul.a {
  list-style-position: outside;
}
/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
}
.column0 {
  float: left;
  text-align: justify;
  width: 29%;
  margin-left: 1%;
	width: auto;
	margin-right: 1%;

	border-bottom: 4px solid darkred;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}
ul.a {
  list-style-position: outside;
}
/* Clear floats after the columns */
.row0:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row1 {
    width: 100%;
  }
}
		input[type=text] {
  
			background-color: aliceblue;;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
			border-radius: 15px;}
		label{
			color: white;
			font-weight: 700;
		}
		input[type=tel] {
  
			background-color: aliceblue;;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
			border-radius: 15px;}
		label{
			color: white;
			font-weight: 700;
		}
		
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column1 {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
}
.footer_column1 {
	width: 100%;
	margin-top: 0px;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column1 p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column1 p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #770001;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.hidden {
	display: none;
}
.intro {
	display: inline-block;
	background-color:#ff7508;
	border-top-left-radius: 10px;
	border-top-right-radius: 100px;
	border-right-color: #ff7508;
	border-right-width: 25px;
	border-right-style:solid;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width:220px) {
.logo {
	width:50px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 100%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
	.columnone {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	
}


/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width:50%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
	.columnone {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
@media screen and (max-width: 600px) {
  .column1 {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column2 {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .column0 {
    width: 90%;
  }
}

@media screen and (max-width: 320px) {
  .column0 {
    width: 50px;
  }
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*------------ Faq's * -----------*/
.accordion {
  background-color: #eee;
  color: darkred;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.offbanner {
	color: #FFFFFF;
	text-align: center;
	padding-left:0px;
	padding-top: 1px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.banner_description {
	color:black;
	text-align: center;
	width: auto;
	align-content: center;
	padding-left:100px;
	font-weight: lighter;
	line-height: 20px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.banner_descriptiona {
	color:#4ADE13;
	text-align: center;
	width: auto;
	align-content: center;
	padding-left:100px;
	font-weight: lighter;
	line-height: 20px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}	

a:hover, a:active {
  background-color: darkblue;
}