*{
	//border: 1px dashed red;
}
nav{
	margin-top: 20px;
}

.navbar {
  text-transform: uppercase;
}

.navbar-brand{
	padding: 0;
	margin-top: -50px;;
}

.navbar .navbar-nav {
  letter-spacing: 0px;
  margin-left: 15px;
}

.navbar-default .navbar-nav > li > a {
  color: #00954b;
  font-size: 15px;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}


.nav > li > a {
  padding: 14px 0px;
  margin: 0 17px;
  letter-spacing: 2px;
}


.navbar {
  padding: 20px 0px;
  border-bottom: 0px none;
  letter-spacing: 1px;
  background: rgba(20, 18, 18, 0.46);
  transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  transform: translateX(0px) translateY(10px) translateZ(0px) rotate(0deg) scale(0.95);
}

.top-nav-collapse {
  padding: 0px 0px;
  background-color: #00954b;
  transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  top:0;
}

  
.top-nav-collapse .navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #fff !important;
}

.top-nav-collapse .navbar-nav > li:hover > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.top-nav-collapse .navbar-nav > li > a.current:focus {
    color: #0e3d21;
}
.top-nav-collapse .navbar-nav li:hover {
    //background-color: #0e3d21;
	font-weight: bold;
	border-bottom: 1px solid #00954b;
	border-top: 1px solid #00954b;
	
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    font-weight: bold;
    background-color: transparent;
}
.dropdown-menu{
	background: rgba(20, 18, 18, 0.46);
	
}


.logo{
	width: 180px;
	height: auto;
}


.logofull{
	width: 100px;
	height: auto;
}

.nozzle{
	top: 35%;
	width: 500px;
	height: auto;
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
}


.home { 
    background: -webkit-linear-gradient(35deg, #093028, #237A57);
	background: linear-gradient(35deg, #093028, #237A57);
    height: 100%;
	box-shadow: 0 10px 10px -6px #777;

}

#text{
	font-size: 50;
}

svg{
	margin-top: 20px;
	margin-left: 50px;
}



.headline{
  
  text-align: center;
  color: transparent;
  text-shadow: 0px 0px 20px black;
  padding: 50px;
  font-weight : 900;

}

.sharpen{
  animation: 1s sharpen  linear forwards;
}

.subheadline{
  text-align: center;
  padding: 20px;
  font-weight : 400;
  color:#00954b;
}

.bigheader{
  text-align: center;
  color: transparent;
  text-shadow: 0px 0px 20px black;
  padding: 50px;
  font-weight : 900;
  animation: 5s sharpen  linear forwards;
}


@keyframes sharpen {
  0 {
    text-shadow: 0px 0px 20px #00954b;
    color: rgba(14,61,33,0);
  }
  50% {
    text-shadow: 0px 0px 0px rgba(14,61,33, 0.5);
    color: rgba(14,61,33,.5);
  }
  100% {
    text-shadow: none;
    color: #00954b;
  }
}


#about p{
	text-align: justify;
	padding: 20px;
	font-size: 20px;
}

#service p{
	text-align: justify;
	padding: 20px;
	font-size: 20px;
}
#contact p{
	text-align: justify;
	padding: 20px;
	font-size: 20px;
}



*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.green{
 background: green;
}

.red{
 background: red;
}

.timeline ul {
  background: #f7f7f7;
}

li  p{
  padding: 10px;
  margin:0;  
} 
.no-margin{
	margin: 0;
}
.timeline{
  background: #f7f7f7;
  padding-bottom: 30px;
}
	
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  background: rgba(191, 191, 191, 0.4);
  }

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: inherit;

  }

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  background: #fff;
  margin: 0;
  }

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  }

.timeline ul li:nth-child(odd) div {
  left: 45px;
  }

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
  }

.timeline ul li:nth-child(even) div {
  left: -439px;
  }

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
  }

.title {
  color: #fff;	
  font-size: 1.2rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  
}

.no-space{
	margin:0;
	padding:0;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.fact.in-view::after {
  background: green;
}

.timeline ul li.myth.in-view::after {
  background: red;
}
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  //transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  //transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;

}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
     left: -289px;
    /*250+45-6*/
  }
}


@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li div {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
}






.footer{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
    color:#fff;
	padding: 50px 60px;
	overflow: hidden;
}


.footer-copy{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;'
	float: right;
}

.fa-search{
 cursor: pointer;	
}
/* Footer social icons */

.footer .footer-icons{
	//margin-top: 40px;
}

.footer .footer-icons{
	float:right;
}
	
.footer .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
    margin-top: 0;
	margin-right: 3px;
	margin-bottom: 10px;
}

.footer-icons i{
	padding-top: 10px;
} 

/* Footer left */

.footer .footer-left{
	float: left;

}

.footer .footer-links{
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

 .footer-copy{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	text-align: center;
}



/* Footer right */

.footer .footer-right{
	float: right;
}

 button{
	border-radius: 3px;
	background-color:  #33383b;
	color: #ffffff;
	border: 0;
	padding: 15px 50px;
	font-weight: bold;
	
}

/* The search form */

.footer form{
	position: relative;
	margin-bottom: 50px;

}

.footer form input{
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color:  #1f2022;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;

	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #d1d2d2;

	width: 500px;
	padding: 18px 50px 18px 18px;
}

.footer form input:focus{
	outline: none;
}

/* Changing the placeholder color */

.footer form input::-webkit-input-placeholder {
	color:  #5c666b;
}

.footer form input::-moz-placeholder {
	opacity: 1;
	color:  #5c666b;
}

.footer form input:-ms-input-placeholder{
	color:  #5c666b;
}

/* The magnify glass icon */
.footer i{
color: 	#00954b
}

.footer form i{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 16px;
	right: 18px;
	color: #00954b;
	font-size: 18px;
}
.footer a{
	color: #fff;
}
.footer a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1000px) {

	.footer form input{
		width: 300px;
	}

}

@media (max-width: 800px) {

	.footer{
		padding: 30px;
		text-align: center;
		font: bold 14px sans-serif;
	}

	.footer-copy{
		margin-top: 10px;
		font-size: 12px;
	}

	.footer .footer-left,
	.footer .footer-right{
		float: none;
		max-width: 300px;
		margin: 0 auto;
	}

	.footer .footer-left{
		margin-bottom: 20px;
	}

	.footer form input{
		width: 100%;
	}

}






