.about-me {
	
	border-radius: 100%;
	border: solid white;
	height: 170px;
	width: 170px;
}

.container-fluid {
	float: left;
}

.bio {
	width: 45%;
	text-align: justify;
	line-height: 30px;
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 20px;
	color: white;
	background: black;
	float: right;
	margin-top: 30px;
	margin-right: 70px;

	
}

.photos {
	float: left;
}

.caption {
	
	
	background: black;
	color: white;
	font-size: 15px;
	margin-bottom: 200px;
	opacity: .7;
	font-family: 'Quicksand', sans-serif;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 5px;
}

td {
	position: relative;
}
	

.img {
	height: 170px;
	width: 170px;
	
	border: solid white;
	
}

.top {
	margin-top: 40px;
	
}

.first {
	margin-left: 70px;
	margin-right: 10px;
	
}

.last {
	margin-left: 10px;	

}

.second {
	margin-top: 10px;

}

.third {
	margin-top: 10px;
	}

.fourth {
	margin-top: 10px;
}

.envelope {
	height: 40px;
	width: 40px;
	
}

.facebook {
	height: 30px;
	width: 15px;
}


.contact {
	text-align: center;
	margin-top: 90px;

}

a {
	padding: 40px 5px 0 5px;
}

.hot {
	height: 60px;
	width: 110px;
	text-align: center;
	padding-top: 0;

}

body {
	background: black;
	margin-bottom: 10px;

}

h1 {
	text-align: center;
	font-family: 'Fredericka the Great', cursive;
	color: white;
	margin-bottom: 50px;
}

.tap {
	display: none;
}
@media (max-width: 500px) {
	.first {
		margin-left: 0px;
	}
	.bio {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	.fourth {
		margin-bottom: 20px;
	}

	.tap {
		display: block;
		text-align: center;
		color: white;
		margin-top: 25px;
		margin-bottom: 0;
	}


}



