@charset "utf-8";
/* CSS Document */

p.text{
	font-size:16px;
	text-align:justify
}

h1 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

		
#pagewrap {
	width:100%;
	background-color: #9FD2A7;
	

}

ul li {
	font-size:16px
}

#contentwrap {
	width:92%;
	max-width:960px;
	margin:auto;
	padding-left:4%;
	padding-right:4%;
}


.uk-button-success {
    font-weight:bold;
    text-shadow: 0 0 10px rgb(0 0 0 / 10%);
    
}

hr {
    border-top: 2px solid #0D7B4E !important;
}

@media screen and (max-width : 767px) {

p.text{
	text-align:center
}

h1 {
	font-size:24px;
	line-height:1
}

h2 {
	font-size: 18px;
	line-height:1
}

h3 {
	font-size: 18px;
}


}

@media screen and (max-width : 425px) {
#logodiv{
	padding-top:25px
}
}