body{
	padding-top:116px;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
}
h1,h2,h3,h4{
	font-family: 'Open Sans', sans-serif;
}
a:hover{
	text-decoration:none;
}
a:focus{
	text-decoration:none;
}
button:focus{
	outline-color:rgba(255,255,255,0);
}
.btn{
	margin: 0 0.2em 0 0.2em;
}
.btn img{
	width: auto;
	height: 48px;
	margin-right: 0.5em;
}
.bottom-border{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.nav-item a{
	font-size: 1.1em;
}
.navbar-dark .navbar-nav .active>.nav-link{
	color:#31AA1D;
	text-decoration:underline;
}
.fixed-top{
	background-color:rgba(255,255,255,0.85);
	border-color:rgba(255,255,255,0.85);
}
.navbar-nav{
	margin-top:55px;
}
.navbar-dark .navbar-nav .nav-link{
	color:#31AA1D;
	font-weight:bold;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color:#036DB6;
	background-color:#eee;
}
.carousel-home {
	background-color:rgb(162, 193, 226);
}
.carousel-home img{
	display: block;
  margin-left: auto;
  margin-right: auto;
	max-width: 100%;
	height: 555px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	width:35px;
	height:35px;
}
.carousel-caption{
	font-size:30px;
	padding-top:3px;
	background-color:rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:1199px){
	.carousel-home img{
	  height: 465px;
	}
	.carousel-caption{
		font-size:24px;
	}
}
@media screen and (max-width:991px){
	body{
		padding-top:98px;
		font-size:14px;
	}
	.navbar-nav {
		margin-top:43px;
	}
	.carousel-home img{
		height: 345px;
	}
	.carousel-caption{
		font-size:20px;
	}
}
@media screen and (max-width:767px){
	body{
		padding-top:72px;
	}
	.navbar-collapse {
	  border-top: 1px solid #31AA1D;
	}
	.navbar-nav {
		margin-top:0px;
	}
	.carousel-home img{
	  height: 255px;
	}
	.carousel-control-prev-icon, .carousel-control-next-icon{
		width:20px;
		height:20px;
	}
	.carousel-caption{
		font-size:20px;
	}
}
@media screen and (max-width:414px){
	.carousel-home img{
	  height: 192px;
	}
}
@media screen and (max-width:375px){
	.carousel-home img{
	  height: 173px;
	}
}
@media screen and (max-width:320px){
	body{
		padding-top:72px;
	}
	.carousel-home img{
		height: 145px;
	}
}
.nav-link a:hover{
	color:#0d3516;
	background-color:rgba(0, 0, 0, 0.1);
}
.nav-item a{
	color:#31AA1D;
}
.nav-item a:hover{
	color:#0d3516;
	background-color:rgba(0, 0, 0, 0.1);
}
.nav>li>a {
	padding-right:10px;
	padding-left:10px;
}
.navbar-toggler{
	margin-top:5px;
}
.navbar-dark .navbar-toggler{
	background-color:rgba(49, 170, 29, 0.38);
}
.sm-padding{
	padding-right:10px;
  padding-left:10px;
}
.thumbnail{
	padding:0;
	border:0;
	border-radius:0;
	box-shadow:0px 8px 16px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition:box-shadow 0.1s;
	transition:box-shadow 0.1s;
}
.thumbnail:hover{
	box-shadow:0 8px 16px 0 rgba(49, 170, 29, 0.5);
}
.thumbnail:active{
	box-shadow:0 2px 4px 0 rgba(49, 170, 29, 0.5);
}
.thumbnail img{
	-webkit-transition:-webkit-transform 0.5s;
	transition:transform 0.5s;
}
.thumbnail:hover img{
	-ms-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}
.glass img{
	padding:0;
	border:0;
	border-radius:0;
	opacity: 1;
	-webkit-transition:transform 0.5s, opacity 0.5s;
	transition:transform 0.5s, opacity 0.5s;
}
.glass:hover img{
	opacity: 0.88;
}
.glass:active img{
	opacity: 0.88;
}
div.imgbox{
	position:relative;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#image-gallery .modal-footer{
  display: block;
}
.thumb{
  margin-top: 5px;
  margin-bottom: 5px;
}
.bbs{
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    margin:0;
    width:100%;
		background-color:rgba(0, 0, 0, 0.5);
    color:#fff;
		font-size:20px;
    text-align:center;
    padding:8px 15px 8px;
		opacity: 1;
		-webkit-transition:opacity 0.5s;
		transition:opacity 0.5s;
}
.glass:hover .bbs{
	opacity: 0;
}
.glass:active .bbs{
	opacity: 0;
}
.bbs i{
	padding-left:6px;
	padding-right:12px;
}
.box-desc{
    display:block;
    /*position:absolute;*/
    left:0;
    bottom:0;
    margin:0;
    width:100%;
		background-color:rgba(0, 0, 0, 0.6);
    color:#fff;
		/*font-size:20px;*/
    text-align:center;
    padding:8px 15px 8px;
}
.caption{
	color: #212529;
	background-color: #ffffff;
	text-align:center;
	padding:1em .5em 1.2em;
}
.page-head{
	padding-top:1.5em;
}
.headline{
	font-weight: bold;
	padding:.5em 0;
}
.label{
	padding:.3em .5em .25em .5em;
}
.fa-sort-numeric-down{
	padding-left:2em;
	padding-right:.3em;
}
.heading-text{
	font-family: 'Open Sans', sans-serif;
	color:#154c22;
	margin-top:2.5rem;
	margin-bottom:1.5rem;
	font-weight:bold;
}
.logo-text1{
	font-family: 'Noto Sans', sans-serif;
	color:#000000;
	font-weight:bold;
}
.logo-text2{
	font-family: 'Noto Sans', sans-serif;
	color:#31AA1D;
	font-weight:bold;
}
.logo-text3{
	color:#7D7D7D;
}
.page-text{
	margin-top:1.5rem;
	margin-bottom:2rem;
}
.alert.alert-info:hover{
	background-image:linear-gradient(to bottom,#d9edf7 0,#03a9f4 100%);
}
.alert.alert-warning:hover{
	background-image:linear-gradient(to bottom,#fcf8e3 0,#ffc107 100%);
}
#contactform label {
    display: none;
}
#products-link {
	color: #31AA1D;
}
#projects-link {
	color: #31AA1D;
}
#about-link {
	color: #31AA1D;
}
#contact-link {
	color: #31AA1D;
}
dt {
	margin-bottom: 8px;
}
.hide-this{
	display: none;
}
.content-height{
	min-height:200px;
}
.page-height{
	min-height:750px;
}
.page-topic{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 1.5em 0 0.75em 0;
}
.page-home{
	background-image: url("../images/bg-home.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.page-products{
	background-image: url("../images/bg-products.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.page-projects{
	background-image: url("../images/bg-projects.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.page-about{
	background-image: url("../images/bg-about.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.page-contact{
	background-image: url("../images/bg-contact.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.nav.nav-tabs{
	border-bottom-color: #adb5bd;
}
.nav-item>.nav-link.active{
	background-color: transparent;
	border-color: #adb5bd #adb5bd #E6E8FF;
}
.doc-list{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.doc-item{
	margin-bottom: 1.5rem;
}
.doc-item .btn{
	padding: 1rem 1.25rem;
}
.responsive {
  width: 100%;
  height: auto;
}
footer{
	margin-top:3rem;
	color:white;
	background-color:#0d3516;
	padding:25px;
}
#back-to-top{
	color:#31AA1D;
}
#back-to-top:hover{
	color:#42e228;
}
