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

.country {
	visibility:hidden;
	height: 0px !important;
	margin:0px !important
}
html{
    background:none
}

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

h1 {
	font-size:32px;
}

h1.heading {
	font-size:26px;
	line-height:1
}

h3 {
	font-size:24px;
}


#pagewrap {
	width:100%;
	background: linear-gradient(0deg, rgba(70,46,122, 0.9), rgba(70,46,122, 0.0)), url(../images/background3.jpg);

}

#pagewrap-alt {
	width:100%;
	height:100%;
	background: linear-gradient(0deg, rgba(70,46,122, 0.9), rgba(70,46,122, 0.0)), url(../images/background3.jpg);
}



ul li {
	font-size:16px
}

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




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

p.text{
	text-align:center
}

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

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

h3 {
	font-size: 21px;
}


}
