body{
	margin: 0;
	background-color: #EDF6EE;
}

html {
  scroll-behavior: smooth;
}


div.banner{
	position: relative;
	margin: 0;
	height: 400px;
	width: 100%;
	background-image: url('../images/building.jpg');
	background-size: 100% 400px;
	background-repeat: no-repeat;
}

div.bottomnav{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
}

div.logo{
	padding-top: 7px;
	left: 80px;
	position: absolute;
	display: inline;
}

div.logo img{
	height: 35px;
	width: auto;	
}

nav{
	height: 35px;
	padding-top: 15px;
	overflow: hidden;
	width: 100%;
}

nav ul{
	padding-right: 40%;
	text-align: right;
	margin: 0;
}

nav ul li{
	display: inline-block;
	font-size: 17px;
	margin:0;
}

nav ul li a{
	padding: 20px 30px;
	text-decoration: none;
	color: white;
}

nav ul li a:hover{
	background-color: white;
	color: black;
}

div.buttontotop{
	display: none;
	bottom: 25px;
	right: 25px;
	position: fixed;
	height: 20px;
	border-radius: 10px;
	color: white;
	padding: 15px;
	background-color: rgba(255,0,0,0.5);
}

div.buttontotop:hover{
	position: fixed;
	background-color: red;
	color: white;
}

div.home{
	padding: 60px 90px;
	height: 400px;
	position: relative;
}

div.home h1{
	font-size: 25px;
}

div.sideleft{
	position: absolute;
	width: 45%;
}

div.description{
	text-align: justify;
	text-justify: inter-word;
}

div.threepanel{
	margin:0;
	padding-top: 60px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	list-style: none;
	flex-flow: row wrap;
}

div.box{
	border-radius: 25px;
	padding-top: 25px;
	background: white;
	width: 25%;
	height: 120px;
	font-weight: bold;
	text-align: center;
	box-shadow: 2px 2px 0px 2px #0AA65A;
}

div.box img{
	height: 35px;
}

div.sideright{
	padding-top: 70px;
	padding-left: 40px;
	position: absolute;
	left: 55%;
	width: 30%;
	height: auto;
}

div.sideright img{
	height: 260px;
	box-shadow: 4px 4px 0px 3px #0AA65A;
}

div.news{
	height: 600px;
	background-image: url('../images/meetingbg.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

div.plasmanews{
	margin: 0;
	height: 600px;
	background-color: rgba(0,0,0,0.5);
}

div.labelnews{
	background-color: #0AA65A;
	width: 250px;
	height: 600px;
	float: right;
}

div.labelnews h1{
	color: white;
	bottom: 20px;
	left: 30%;
}

div.plasmanews-label{
	display: flex;
	justify-content: space-around;
	list-style: none;
	flex-flow: row wrap;
	margin: 0;
	height: 600px;
	width: 70%;
}

div.contentnews-label{
	margin-top: 50px;
	padding: 24px;
	border-radius: 25px;
	background-color: rgba(255,255,255,0.8);
	width: 390px;
	height: 130px;
}


div.contentnews-label h1{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

div.contentnews-label p{
	text-align: left;
}

div.about{
	top: 30px;
	right: 0px;
	padding: 60px 90px;
	height: 400px;
}

div.contact{
	background-color: #0AA65A;
	padding: 60px 90px;
	height: 400px;	
}

div.footer{
	margin: 0;
	padding: 5px;
	background-color: black;
	height: 50px;
}

div.footer p{
	padding-top: 15px;
	padding-left: 15px;
	margin: 0;
	color: white;
}