@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:400,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

body, html {
  height: 100%;
  margin: 0;
  font: 400 18px/1.8 "Lato", sans-serif;
  color: #777;
}

a {
	color:#ccffcc;
	text-decoration:none;
	font: 400 18px/1.8 "Lato", sans-serif;
	letter-spacing: 2px;
}

a:hover {
	text-decoration:underline;  
}

strong {
	font-weight:900
}

h1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 28px "Lato", sans-serif;
  color: #004924;
  font-weight:900;
}

h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 24px "Lato", sans-serif;
  color: #fff;
  font-weight:900;
  margin-top:10px;
  margin-bottom:35px;
  text-align:center
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 18px "Lato", sans-serif;
  color: #fff;
  font-weight:900;
  margin-bottom:5px;
  padding:0
  
}

 /* The navigation bar */
.navbar {
  font: 400 14px/1.8 "Lato", sans-serif;
  overflow: hidden;
  background-color: #004924;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 1;
}

.navbar p {
	display: block;
	padding: 14px 10px 0px 10px;
	margin:0;
  	letter-spacing: 2px;
	color:#FFF
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font: 400 18px/1.8 "Lato", sans-serif;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  letter-spacing: 2px;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #f25d38;
  color: white;
}

/* Change background on active */
.navbar a.active {
  background: #f25d38;
  color: white;
}

/* Images home page */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("../pics/parallax01.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("../pics/parallax02.jpg");
  min-height: 800px;
}

.bgimg-3 {
  background-image: url("../pics/parallax03.jpg");
  min-height: 600px;
}

.bgimg-4 {
  background-image: url("../pics/parallax04.jpg");
  min-height: 400px;
}

.bgimg-5 {
  background-image: url("../pics/parallax05.jpg");
  min-height: 400px;
}

.caption1 {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption1 span.border {
  background-color: #004924;
  color: #fff;
  padding: 18px;
  border-radius: 6px;
  font-size: 25px;
  letter-spacing: 10px;
}

.caption2 span.border {
  background-color: #004924;
  color: #fff;
  padding: 18px;
  border-radius: 6px;
  font-size: 25px;
  letter-spacing: 10px;
}


/* Images products page */
.bgimg02-1, .bgimg02-2, .bgimg02-3, .bgimg02-4, .bgimg02-5 {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg02-1 {
  background-image: url("../pics/parallax02_01.jpg");
  min-height: 100%;
}

.bgimg02-2 {
  background-image: url("../pics/parallax02_02.jpg");
  min-height: 600px;
}

.bgimg02-3 {
  background-image: url("../pics/parallax02_03.jpg");
  min-height: 600px;
}

.bgimg02-4 {
  background-image: url("../pics/parallax02_04.jpg");
  min-height: 600px;
}

.bgimg02-5 {
  background-image: url("../pics/parallax02_05.jpg");
  min-height: 400px;
}


/* Images services page */
.bgimg03-1, .bgimg03-2, .bgimg03-3, .bgimg03-4 {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg03-1 {
  background-image: url("../pics/parallax03_01.jpg");
  min-height: 100%;
}

.bgimg03-2 {
  background-image: url("../pics/parallax03_02.jpg");
  min-height: 600px;
}

.bgimg03-3 {
  background-image: url("../pics/parallax03_03.jpg");
  min-height: 600px;
}

.bgimg03-4 {
  background-image: url("../pics/parallax03_04.jpg");
  min-height: 400px;
}


/* Images contact us page */
.bgimg04-1, .bgimg04-2, .bgimg04-3 {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.bgimg04-1 {
  background-image: url("../pics/parallax04_01.jpg");
  min-height: 100%;
}

.bgimg04-2 {
  background-image: url("../pics/parallax04_02.jpg");
  min-height: 500px;
}

.bgimg04-3 {
  background-image: url("../pics/parallax04_03.jpg");
  min-height: 400px;
}


/* Images faqs page */
.bgimg05-1, .bgimg05-2, .bgimg05-3 {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.bgimg05-1 {
  background-image: url("../pics/parallax05_01.jpg");
  min-height: 100%;
}

.bgimg05-2 {
  background-image: url("../pics/parallax05_02.jpg");
  min-height: 600px;
}

.bgimg05-3 {
  background-image: url("../pics/parallax05_03.jpg");
  min-height: 600px;
}


.caption02-1 {
  position: absolute;
  left: 0;
  top: 7%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption02-2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption02-1 span.border {
  background-color: #004924;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.caption02-2 span.border {
  background-color: #004924;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}



/* Pics Gallery */

.tmb {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 250px;
}

.tmb:hover {
  box-shadow: 0 0 3px 2px rgba(0, 140, 186, 0.7);
}



/* Pics Scroll */

.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

.gallerypic {
 	width:250px; 
	display:inline-block
}


.gallerytxt {
	border-radius: 4px;
	color:#FFF; 
	text-decoration:none;
	margin-bottom:15px;
	margin-top:0;
	text-align: center
}


/* Testimonials */

* {box-sizing: border-box;}

/* Slideshow container */
.slideshow-container {
  margin: auto;
  background-color:#004924;
  padding:0;
  min-height:200px
}

.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 20%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color:#ddd;
  text-align:center;
  bottom: 8px;
  width: 100%;
}

.active {
  background-color: #004924;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/* Form */

.formbox {
	width:80%; 
	margin:auto;
	background-color:#dedede;
	padding: 15px;
}

.formbox P {
	font-size:20px;
	color:#777;
	text-align:center;
	padding-top:0;
	padding-bottom:20px;
	padding-left:100px;
	padding-right:100px;
	margin:0;
	font-weight:400
}

.formbox B {
	font-size:18px;
	color:#777;
	padding-left:180px;
	margin:0;
	font-weight:900
}

input[type=text], input[type=tel], input[type=email], textarea[type=text] {
  width: 60%;
  padding: 15px;
  margin: 10px 0 30px 180px;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  border-radius: 4px;
}

textarea {

  border-radius: 4px;
  height: 150px;
  box-sizing: border-box;
  resize: none
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea[type=text]:focus {
  background-color: #fff;
  outline: none;
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  width:70%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.formbox button {
  background-color: #4CAF50;
  color: white;
  letter-spacing:.9px;
  padding: 14px 20px;
  margin:0 0 50px 180px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.9;
  float: left;
  width: 30%;
}

.formbox button:hover {
  background-color: #063;
  opacity:1;
}



/*Footer */

footer {
	color:#f1ffdd;
}

footer h3 {
	color:#99cc66;
}

.fa {
  padding-top: 30px;
  font-size: 36px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    opacity: 0.4;
	text-decoration: none;
}
