@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 601px) {

body { 
  margin: 0;
}
p {
	position: relative;
}
.headshot {
	float: left;
	width: 500px;
}

}

@media screen and (max-width: 600px) {

body { 
  margin: 0;
}
p {
	position: relative;
}
.headshot {
	float: left;
	width: 200px;
}

}