


/*body {
  background-color: #E8F4BE;
}*/
.top-info {
    background-color: #23aa12;
    font-family: sans-serif;
    text-align: center;
    font-size: 1rem;
}
.bottom-info {
    background-color: #23aa12;
    font-family: sans-serif;
    text-align: center;
    font-size: 1.1rem;
	position: relative;
}
.center {
    display: block;
    margin: 0 auto;
    /*margin-right: auto;*/
    width: 70%;
}
.bottomtext {
    text-align: center;
    font-size: 1rem;
}
.button {
    border: none;
    color: #E8F4BE;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.buttonx {
    border: none;
    color: #E8F4BE;
    padding: 7px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 2px;
    cursor: pointer;
}
.button1 {
    background-color: #FFC000;
    border-radius:12px;
}
.button2 {
    background-color: #39543E;
    border-radius:7px;
}	
.carousel-container {
    width: 600px;
    height: 400px;
    position: relative;
    margin: 0 auto;
}
.main-container {
    height:400px;
    width:600px;
	position: relative;
    margin:0 auto;
}
.bgimage {
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.bgcolor {
	background-color: #E8F4BE;
	position: relative;
	opacity:0.9;

}

.newstext { 
	font-family: sans-serif;
    font-size: 1rem;
	text-align: justify;
	color: #39543E;
	margin:5px 5px;
}

.reftext { 
	font-family: sans-serif;
    font-size: 0.7rem;
	text-align: center;
	color: #39543E;
}