@charset "utf-8";
/* CSS Document */

.aboutMe-copy{
	margin-left: 150px;
	padding: 60px;
	border: 4px solid #b0206c;
	position: relative;
}

.aboutMe-copy h1{
	font-family: dDinBold;
	color: #b0206c;
}
.aboutMe-copy h2{
	text-align: center;
	padding: 0px;
}

.aboutMe-copy p{
	padding-top: 20px;
	text-align: justify;
	text-align-last: left;
}

.aboutMe-copy .door{
	position: absolute;
	left: -84px;
	rotate: 90deg;
	visibility: visible;
}
.aboutMe-pic{
	border: 4px solid #b0206c;
	position: relative;
	text-align: left !important;
	display: inline-block;
	top: -4px;
	float: left;
}

.aboutMe-pic .door{
	position: absolute;
    left: 291px;
	top: 40px;
    rotate: -90deg;
	display: block;
}
@media only screen and (max-width : 480px) {
	.aboutMe-copy{
		margin: auto;
	}
	
	.aboutMe-copy .door, .aboutMe-pic .door{
		display: none;
	}
	
	.aboutMe-pic{
		margin: auto;
		float: none;
	}
}