@charset "utf-8";
.body
{
	float:left;
	width:100%;
	min-height:100%;
	background-image:url(../images/WelcomePage.jpg);
	background-size:100% 100%;
}
.wrapper_text
{
	padding:50px;
	box-sizing:border-box;
	width:100%;
	float:left;
	height:auto;
}
.wrapper_text p
{
	margin-top:25px;
	font-size:18px;
	color:black;
}
.wrapper_text h1
{

	font-size:24px;
}
.wrapper_tag
{
	padding:0px;
	box-sizing:border-box;
	width:100%;
	float:left;
	height:auto;
}
.text_base
{
	height:auto;
	text-align:left;
	padding:25px;
	box-sizing:border-box;
	color:rgba(44,62,80,1.00);
	background-color:rgba(255,255,255,0.6);
	overflow:auto;
}
/* CSS Document */
