@charset "utf-8";
body {
	background: rgb(189, 0, 0);
	font-family: 'Roboto', sans-serif;
	color: white;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: white;
}
#nav{
	-webkit-box-shadow: 0 5px 30px -10px black;
	   -moz-box-shadow: 0 5px 30px -10px black;
	        box-shadow: 0 5px 30px -14px black;
	padding-bottom: 15px;
}
#nav-left{
	margin-top: 25px;
	margin-left: 45px;
}
body ul {
	position: absolute !important;
	right: 45px;
	top: 33px;
	display: inline-block;
	float: right;
}
body ul li {
	display: inline;
	margin-right: 15px;
	font-size: 22px;
}
.ol-facts {
	font-size: 22px;
	margin-left: 45px;
	margin-right: 45px;
}
ol li {
	padding-bottom: 25px;
}
#facts-img {
	position: absolute;
	width: 110px;
	height: 116px;
	left: 304px;
	top: 120px;
}



.active {
	color: rgb(74, 215, 0);
}

h1 a {
	color: white;
	text-decoration: none;
	font-size: 1.5em;
}
#index-left {
	margin-left: 45px;
	width: 35%;
}
.page-title {
	font-size: 3.4em;
	margin-top: 130px;
}
.page-description {
	font-size: 1.65em;
	margin-top: 60px;
	padding-bottom: 40px;
	line-height: 1.5;
}
.page-button {
	font-size: 1.8em;
	background: rgb(74, 215, 0);
	border: none;
	padding: 12.5px 30px;
	border-radius: 50px;
	color: white;
	cursor: pointer;
}
.home-button {
	margin: 0 auto !important;
	display: inline-block;


}
#home-img{
	position: absolute;
	left: 615px;
	top: 264px;
	width: 509px;
	height: 374px;
	z-index: 10;
}
#home-img-bg {
	position: absolute;
	left: 635px;
	top: 284px;
	width: 509px;
	height: 374px;
	z-index: -10;
}
.page-title-2 {
	font-size: 3.4em;
	margin-top: 20px;
	margin-left: 45px;
}
#lifecycle-img {
	margin-left: auto;
	margin-right: auto;
	display: block;

}
.page-button-2 {
	font-size: 1.8em;
	border: none;
	padding: 12.5px 30px;
	border-radius: 50px;
	color: white;
	cursor: pointer;
	background: rgb(74, 215, 0);
	margin: 0 auto;
	display: block;
}
#glossary-img {
	position: absolute;
	left: 519px;
	width: 103px;
	top: 137px;
	height: 102px;
}
.p-glossary {
	display: block;
	margin-left: 45px;
	font-size: 22px;
	font-weight: normal;
	margin-right: 45px;
	padding-bottom: 15px;

}
#ul-act li {
}
#ul-act {
	position: relative;
	display: block;
}
.fun {
	border-bottom: 2px solid white;
	transition: all ease-in-out 0.3s;

}
.fun:hover {
	border-bottom: 2px solid rgb(74, 215, 0);

}
