@charset "utf-8";
.body
{
	float:left;
	width:80%;
	min-height:100%;
	background-image:url(../images/WelcomePage.jpg);
	background-size:100% 100%;
}
.wrapper_text
{
	padding:50px;
	box-sizing:border-box;
	width:60%;
	float:left;
	height:auto;
}
.wrapper_text p
{
	margin-top:35%;
	font-size:16px;
	color:black;
	background:rgba(255,255,255,0.8);
	padding:15px;	
}
@media (min-width: 1200px){
	.wrapper_text p
	{
		background:rgba(255,255,255,0);
		padding:0px;	
	}		
}
.wrapper_text h1
{
	margin-top:25%;
	font-size:24px;
	color:black;
	
	
	
}
.wrapper_tag
{
	padding:50px;
	box-sizing:border-box;
	width:40%;
	float:left;
	height:100%;
}
.text_base
{
	height:100%;
	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 */