@charset "utf-8";
.body
{
	float:left;
	width:100%;
	min-height:100%;
	flex-direction:column;
	background-image:url(../images/WelcomePage.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.wrapper_text
{
	padding:10px;
	box-sizing:border-box;
	width:100%;
	float:left;
	height:auto;
}

.wrapper_text p
{
	margin-top:12%;
	font-size:16px;
	color:black;
	display:block;
	background-color:rgba(255,255,255,0.8);
    display:block;		
	padding:20px 25px;
}

.wrapper_text h1
{
	margin-top:25%;
	font-size:24px;
}
.wrapper_tag
{
	padding:0px;
	box-sizing:border-box;
	width:100%;
	float:left;
	height:auto;
}
.text_base
{
	width:100%;
	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.00);
	overflow:auto;
}
/* CSS Document */