* {
  box-sizing: border-box;
  list-style: none;
}

/* ABOUT */

}
.biopic{
	text-align: center;
	position: relative;
}

.info{
  text-align: justify; 
  /*margin-top:30px;*/
  width: 75%;
  margin-left: 10%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.info p{
  text-indent: 30px;
  line-height: 200%;
}

.info h3{
  padding: 10px;
  font-size: 16px;  
  font-weight:normal;
  font-style:italic;
}

/* DEVICE BREAKPOINTS */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.bio{
	text-align: justify;
	font-size: 18px;
	margin-top: 25px;
	/*padding-left: 200px;*/
}
.biopic img{
	text-align: center;
	max-width: 80%;
    height: auto;
	margin-bottom:25px;
	margin-left:25px;
}

.DHcontainer{
  min-height:100%;
  width: 100%;
  padding-bottom:50px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.bio{
	text-align: justify;
	font-size: 18px;
	margin-top: 25px;
	/*padding-left: 200px;*/
}
.DHcontainer{
  min-height:100%;
  width: 100%;
  padding-bottom:50px;
    padding-left: 70px;
  padding-right: 70px;
}
	.biopic img{
	float:left;
	text-align: center;
	max-width: 100%;
	max-height: 400px;
    height: auto;
	margin-left:25px;
	margin-right:50px;
	margin-bottom:50px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.bio{
	text-align: left;
	font-size: 18px;
	margin-top: 25px;
	/*padding-left: 200px;*/
}
}
/* Large devices (laptops/desktops, 1300px and up) */
@media only screen and (min-width: 1300px) {
.info{
  text-align: justify; 
  width: 75%;
  margin-left: 10%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 375px;
}
}
