@import url('../css/stylesheet.css');
@media only screen and (min-width : 1px){
h2{
	margin:0px;
}

#boxtext{
	position:absolute;
	margin-top:10px;
	margin-left:15px;
	height:220px;
}

p{
	margin:0 0 0 0;
	font-style:italic;
	font-size:14px;
	text-align:center;
}
}
@media only screen and (max-width : 639px){
#boxtextprofile{
	position:absolute;
	margin-top:-200px;
	margin-left:50px;
	height:220px;
	z-index: -1;
	/*background-color:#003333;*/
}



.boxtextprofile{
	padding-left:200px;
}

}

@media only screen and (min-width : 640px){
#boxtextprofile{
	position:absolute;
	margin-top:-200px;
	margin-left:65px;
	height:220px;
	z-index:-1;
}

.boxtextprofile{
	padding-left:185px;
}




}