/** INDEX styles **/
#index-green{
	background-color:rgba(94, 106, 61, 0.3);
	text-align:center;
	background-image:url('img/new/new-index-lines.png');
	background-repeat:repeat-y;
}

#index-red{
	background-color:rgba(209, 121, 95, 0.3);
	text-align:center;
	background-image:url('img/new/new-index-crosses.png');
	background-repeat:repeat-y;
	background-position:right;
}

.index-option{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
}


/** RED and GREEN styles **/
body{
	background-color: #000;
}

#container{
	background-size: cover;
	/*border:1px solid red;*/
	width:100%;
	/*max-width:900px;*/
	margin:auto;
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
}


.helper{
	display: inline-block;
	height:100%;
	vertical-align:middle;
}

header{
	height:730px;
	margin:0;
	padding:0;
	display:block;
	text-align:center;
}

#top-menu{
	background-color:#333;
	width:100%;
}

div #top-menu a{
	color:#fff;
	display:inline;
	margin-left:20px;
	font-size:20px;
}

div #top-menu a:hover{
	text-decoration:none;
}

section{
	/*padding:10px;*/
	/*margin-bottom:30px;*/
}

section h1{
	padding-left:10px;
}



/** RED **/
#products .col-4{
	color:#fff;
	height:100%;
	border:5px solid transparent;
	text-align:center;
	
	box-model:border-box;
	background-size:auto 100%;
	background-position:center center;
	background-repeat:no-repeat;
}


/** GREEN **/
#services .col-4, #services .col-4-lg{
	color:#fff;
	height:100%;
	box-model:border-box;
	border:5px solid transparent;
	background-clip:padding-box;
	background-size:auto 100%;
	background-position:center center;
	background-repeat:no-repeat;
	/*min-width:500px;*/
}

#services .col-4 span, #services .col-4-lg span{
	display:inline;
	position:absolute;
	bottom:10px;
	text-shadow: 2px 2px 4px #000000;
	font-size:25px;
}

/** RED **/
#services-red h3, #services-red h5{
	color:black;
}

#services-red .col-2{
	box-model:border-box;
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
	min-height:300px;
	/*min-width:300px;*/
}





#contact-us img{
	margin-bottom:5px;
}

#contact-us a{
	text-decoration:none;
}


h1{
	color:#fff;
	text-shadow: 2px 2px 4px #000000;
	font-size:60px;
}

h4{
	text-shadow: 2px 2px 4px #000000;
}


/* buttons for the carousel */
.carousel-indicators li{
	background-color:#000;
	opacity:100;
}

.carousel-indicators li{
	opacity:1.0;
	font-weight:bold;
	display:block;
	height:60px;
	text-indent:0;
	width:32%;
	text-align:center;
	padding-top:20px;
}

.carousel-indicators 
	.active {
		background-color:#fff;
		color:#000;
	}
}



footer{
	background-color:#333;
	display:block;
	height:50px;
	margin-bottom:30px;
}

footer h5{
	color:#fff;
}

footer a{
	color:#fff;
	display:inline;
	margin-left:15px;
}

footer a:hover{
	font-weight:bold;
	text-decoration:none;
}
