@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Orbitron", sans-serif;
	background: url("background.png") repeat;
	background-size: 150px 150px;
}

h1{
	font-size: 55px;
	padding-top: 50px;
	padding-left: 50px;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 30px;
}

h4, p{
	font-size: 20px;
	padding-top: 50px;
}

#motto{
	padding-left: 50px;
	padding-top: 20px;
}

section {
	padding: 100px 40px;
	position: relative;
}

.wrapper {
  position: relative;
  overflow: visible;
	color: azure;
}

.clipped-bg {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0% 100%);
  background: #0A8754;
  z-index: 1;
	
}

.content {
  position: relative;
  z-index: 2;
}

.robot {
	position: relative;
	z-index: 3;
	float:right;
	top: 0px;
	right: 50px;
}

.text-content {
  z-index: 2;
  max-width: 60%;
}

.Lcontainer{
	background: url("RcontainerBG.png") no-repeat;
	color: #1B2F37;
	background-size: 100% 100%;
	text-align: center;
}

.Rcontainer{
	background: url("LcontainerBG.png") no-repeat;
	color: #1B2F37;
	background-size: 100% 100%;
	text-align: center;
}

.image{
	float:right;
	position: relative;
	top: -220px;
	right: 100px;
	z-index: 0;
}

.robotSpeech{
	float: right;
	position: relative;
	right: 100px;
	top: -100px;
}

.placeholder{
	width: 200px;
	height: 200px;
	background-color: #555;
}

#scrollNav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #0A8754;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 10px 20px;
	z-index: 9;
}

.nav-item {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #00c27f;
	opacity: 0.3;
	transition: opacity 0.3s;
}

.nav-item.active {
	opacity: 1;
}

#bin3 {
	width: 40px;
	height: 40px;
	background: url("bin3Icon.png") no-repeat center center;
	background-size: contain;
	position: fixed;
	bottom: 60px;
	transition: left 0.4s ease;
	z-index: 10;
}

.researchLinks a, .logoLink img{
	background: #00a46f;
	color: white;
	padding: 12px 20px;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.3s;
}

a hover{
	
}


.carousel-indicators, .carousel-control-next-icon, .carousel-control-prev-icon{
	 filter: invert(100%);
}

.carouselImage{
	height: 300px;
	width: 600px;
}

