body, html {
	height: 100%;
	margin: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #777;
}

.navbarhold {
	background-color: #e8c8c885;
	position: fixed;
	width: 100%;
	z-index: 1;
}

nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

nav a {
	color: rgb(0, 0, 0);
	padding: 15px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	border-bottom: 10px solid #ffffff00;
}

a:hover {
	border-bottom: 10px solid rgb(58, 55, 55);
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
	position: relative;
	opacity: 0.65;
	background-attachment: fixed;
	/* background-position: center; */
	background-repeat: no-repeat;
	background-size: cover;

}
.bgimg-1 {
	background-image: url("./img/pics/DSCF8828-2.jpg");
	min-height: 70%;
	}
	
.bgimg-2 {
	background-image: url("./img/blubells2.jpg");
	min-height: 300px;
}
.bgimg-5 {
	background-image: url("./img/pics/DSCF8828-2.jpg");
	min-height: 200px;
}

.bgimg-3 {
	background-image: url("./img/pics/DSCF8806.jpg");
	background-position: center;
	min-height: 600px;
	}
	
	.bgimg-4 {
		background-image: url("./img/pics/DSCF8828-2.jpg");
		min-height: 600px;
	}
#firs_float_box {
	color: #777;
	background-color:rgb(230, 229, 229);
	text-align:center;
	padding:50px 80px;
}

#second_float_box {
	color: #777;
	background-color:rgb(230, 229, 229);
	text-align:center;
	padding:50px 80px;
	/* text-align: justify; */
	}
	
.whoweare {
	display: flex;
	flex-direction: column;
	flex: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.imgdrawings {
	width: 100%;
	max-width: 600px;
}

.robotpicbox {
	flex-direction: row;
	display: flex;
	flex: 50%;
}

.maincontent {
	position: absolute;
	width: 100%;
	top: 10%;
	text-align: center;
}

.undermain {
	display: flex;
	width: 100%;
	justify-content: center;
}
.underundermain {
	display: flex;
	width: 95%;
	background-color: rgba(1, 131, 16, 0.344);
	justify-content: center;
	border-radius: 20px;
}

.caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
}

.caption span.border {
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}
.borderlink {
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
	background-color:transparent;
	font-size:25px;
	text-decoration: none;
	color: #f7f7f7;
}

h3 {
	letter-spacing: 5px;
	text-transform: uppercase;
	font: 20px "Lato", sans-serif;
	color: #111;
}

video {
	max-width: 100%;
	height: auto;
}

.blackbox {
	color:#ddd;
	background-color:#282E34;
	text-align:center;
	padding:10px 20px;
	text-align: justify;
	}
	.blackbox a {
		color:#ddd;
		background-color:#282E34;
		text-align:center;
		text-decoration: none;
	}
	
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
	.bgimg-1, .bgimg-2, .bgimg-3 {
	background-attachment: scroll;
	}
}