/* GENERATIVE CSS STYLES */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

/*
* { 
  outline: 1px solid red;
  outline-offset: -1px;
}
*/

body { 
	background-color: #FFF;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%; 
}

h1 {
	color: #000;
	font-size: 36px;
	font-weight: 300;
	padding: 10px 20px;
}

h2 {
	color: #000;
	font-size: 28px;
	font-weight: 300;
	padding: 10px 20px;	}

h3 {
	color: #000;
	font-weight: 400;
	font-size: 24px;
	padding: 10px 20px;
	}
h4 {
	font-weight: 300;
	color: #000;
	font-size: 18px;
	padding: 10px 20px;
}
h5 {color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px;}

p {color: #000;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 20px;}

a { color: #000 }
a:visited { color: #3d3d3d }


.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.menu ul {
  list-style: none; /* Removes the default bullet points */
}

.menu li {
  display: inline; /* Displays the list items inline */
}

.menu { text-align: center; }


.menu a {
	color: #000;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	display: inline-block;
	padding:5px 10px;
	text-decoration: none;
}

.menu a:hover {
	color: #57c7de;
}


#menuToggle
{
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: ;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; 
  z-index: 2; 
  -webkit-touch-callout: none;
}


#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #313131;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: relative;
  width: auto;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  color:#FFF;
  background: rgba(30, 30, 30, 0.744);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}


#menuToggle input:checked ~ ul
{
  transform: none;
}

.spacerBlock {
	padding-top: 10px;
	width: 100%;
	border-bottom: 1px solid #112;
	margin-bottom: 10px;
}

.uniPad {
	padding: 10px 20px;}

.pixelpad {
	padding: 1px 1px;}
  

.footer{
	padding:20px;
	background-color: #ccc;
}

.footer p { 
	color: #000;
}



.cssanimation, .cssanimation span {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }

@keyframes fadeInBottom {
	from {
		opacity: 0;
		transform: translateY(100%);
	}
	to { opacity: 1 }
}

.slider-container {
  width: 100%;
  margin: 0 auto;
}

.slide-item {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70vh;
  
}

.slide-item-page {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 30vh;
  
}

.slide-testimonial {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 250px;
  
}

.slide-text {
	position: absolute;
	z-index: 4;
	padding-bottom:45px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center; 
	font-size: 45px;
	font-weight: 300;
	color:#fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.398);
}

.testimonial-text {
	
	padding-bottom:20px;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
}

.testimonials > div > div {
	 border: 1px solid #112;
	 margin: 10px;
}

.slide-text .smallText { font-size: 14px; }

.slick-dots li button:before
{
	font-size: 15px;
}

.rImg{
	max-width:100%;
	height:auto;
}

.cssanimation, .cssanimation span {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }

@keyframes fadeInBottom {
	from {
		opacity: 0;
		transform: translateY(100%);
	}
	to { opacity: 1 }
}


.primary-logo {
	margin: 10px auto;
	background-image:url(/_images/logo_light.png);
	background-size: contain;
	width: 80%;
	height: 150px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.twoCol, .threeCol,.twoColHard, .threeColHard {
	display:flex;
	flex-wrap:wrap;
}

.twoCol > div, .twoColHard > div {
		width:50%;
}


.threeCol > div, .threeColHard > div{
		width:calc(100%/3);
}

.social { 
	float: left; 
	display: block;
	margin-right: 5px;
}

.highlightBlock {
	background-color: #fff;
	border-top: 1px solid #112;
	border-bottom: 1px solid #112;
}

.callOut { font-weight: 700; color: #57c7de; }
.legal { text-align: right; font-size: 12px;}
.strong { font-weight: 700; }
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  max-width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;;
}

.modal-content input, .modal-content textarea {
	width: 100%;
	max-width: 350px;
	font-size: 1.1em;
	float: left;
	clear: left;
	margin-bottom: 5px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


	.quoteButton, .quoteSubmit{
	padding: 10px 20px;	  background: #63bd56;
	  -webkit-border-radius: 28;
	  -moz-border-radius: 28;
	  border-radius: 28px;
	  font-family: Arial;
	  color: #FFF;
	  font-size: 14px;
	  padding: 10px 20px 10px 20px;
	  text-decoration: none;
	}
	
	.quoteButton:hover, .quoteSubmit:hover {
	  background: #8c8c8c;
	  text-decoration: none;
	}
	
	.gButton{
	padding: 10px 20px;	  background: #666;
	  -webkit-border-radius: 28;
	  -moz-border-radius: 28;
	  border-radius: 28px;
	  font-family: Arial;
	  color: #FFF;;
	  font-size: 14px;
	  padding: 10px 20px 10px 20px;
	  text-decoration: none;
	  display: inline-block;
	  width: auto !important;
	}
	
	.quoteButton:hover, .gButton:hover {
	  background: #888;
	  text-decoration: none;
	}
	
.galleryImagesFive a {
		width: calc(100% / 5);
		float: left;
	}

.galleryImagesFour a {
	width: calc(100% / 4);
	float: left;
}

.galleryImagesThree a {
	width: calc(100% / 3);
	float: left;
}

.galleryImagesTwo a {
	width: calc(100% / 2);
	float: left;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  float:left;
  padding: 10px 20px;}
	
.clear {
	clear:both;
}

.onlyMobile { display: none;}
/* Media Query for Dark Theme */
@media (prefers-color-scheme: dark) { 
	
	body { 
		background-color: #112;
		color: #FFF;
	}
	
	
	
	#menuToggle span
	{
	  background: #cacaca !important;
	  }
	  
	h1 {color: #FFF;}
	h2 {color: #FFF;}
	h3 {color: #FFF;}
	h4 {color: #FFF;}
	h5 {color: #FFF;}
	p {color: #FFF;}
	a { color: #FFF }
	a:visited { color: #c3c3c3 }

	
	.menu a {
		color: #fff;
	}
	
	.menu a:hover {
		color: #57c7de;
	}
	
	.footer {
		margin-top:20px;
		background-color: #112;
		color: #FFF;
	}
	
	.footer p { 
		color: #FFF;
	}
	
	.primary-logo {
		background-image:url(/_images/logo_dark.png);
	}
	
	.modal-content {
	  background-color: #112;
	}
	
	
	.close {
	  color: #dddddd;
	}
	
	.close:hover,
	.close:focus {
	  color: #555;
	}
	
	.highlightBlock {
		background-color: #112;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	.testimonial-text {
		color:#fff;
	}
	
	.spacerBlock {
		padding-top:10px;
		border-bottom: 1px solid #FFF;
		margin-bottom: 10px;
	}
	
	.testimonials > div > div {
		 border: 1px solid #FFF;
	}
	
	.quoteButton{
	padding: 10px 20px;	  background: #63bd56;
	  -webkit-border-radius: 28;
	  -moz-border-radius: 28;
	  border-radius: 28px;
	  font-family: Arial;
	  color: #FFF;
	  font-size: 14px;
	  padding: 10px 20px 10px 20px;
	  text-decoration: none;
	  display: inline-block;
	  width: auto !important;
	}
	
	.gButton{
	padding: 10px 20px;	  background: #666;
	  -webkit-border-radius: 28;
	  -moz-border-radius: 28;
	  border-radius: 28px;
	  font-family: Arial;
	  color: #FFF;;
	  font-size: 14px;
	  padding: 10px 20px 10px 20px;
	  text-decoration: none;
	  display: inline-block;
	  width: auto !important;
	}
	
	.quoteButton:hover, .gButton:hover {
	  background: #888;
	  text-decoration: none;
	}

}


/* Media Query for Hamburger Menu */
@media screen and (max-width: 650px) {
  
  p.quoteDesc { font-size: 12px !important; line-height: 14px; }
  
  .modal-content h3 { font-size: 22px; line-height: 26px;}
  #menuToggle
  {
	display: block;
  }
  
  .menu {  
  	display: none;
  }
  
  /* columns */
  .twoCol > div, .threeCol > div {
	  width:100%;
  }
  
  .onlyMobile { display: inline-block;}
  
  .galleryImagesFour a {
	  width: calc(100% / 2);
	  float: left;
  }
  
  .galleryImagesFive a {
		width: calc(100% / 3);
		float: left;
	}
  
  

}