html {
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}


.containerpeople {
  margin: 190px auto 10px;
  width: 90%;
	border: 0px dotted #440000;
display: block;
}



.personatitle {

	font-family: 'unna', serif;
	color: #861F41;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 10px 0px 40px;
}



.group:after {
  content: "";
  display: table;
  clear: both;
}

.gridpeople {
  border: 1px solid #ffffff;
  padding: 0px;
	margin: 0px 0px 30px;
  position: relative;
  text-align: center;
  transition: all .4s ease-in-out;
height: 690px;
}


.gridpeople img {
	background: #eeeeee;
	width: 200px;
	height: 200px;
	border-radius: 50%;
  border: 1px solid #bbbbbb;
	margin: 15px auto;
}

.gridpeople table {
	margin: 0px auto;
 width: 95%;
  border: 0px solid #ff0000;
height: 690px;
}

.gridpeople p {
	font-weight: 200;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 11px;
}
.gridpeople h3 {
	color: #861F41;
	font-weight: 400;
	font-size: 18px;
	line-height: 17px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 4px;
}

.gridpeople h4 {
	color: #222222;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin: 0px;
	padding: 2px 0px 13px;
}
@media screen and (min-width: 700px) {
  .gridpeople {
    float: left;
    width: 50%;
  }
  .gridpeople:nth-child(odd) {
    clear: left;
  }
		
	
}
@media screen and (min-width: 800px) {
  .gridpeople {
    width: 50%;
  }
  .gridpeople:nth-child(2n+1) {
    clear: left;
  }
  .gridpeople:nth-child(odd) {
    clear: none;
  }
	
	
	
	
	
}
@media screen and (min-width: 1120px) {
  .gridpeople {
    width: 33.3333333%;
  }
  .gridpeople:nth-child(odd), .gridpeople:nth-child(3n+1) {
    clear: none;
  }
}

.gridpeople:hover {
  border: 1px solid #dddddd;
background: #eeeeee;  
}



@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
	
	
.containerpeople {
  margin: 90px auto 0px;

}	
	
	
.personatitle {

	color: #861F41;
	font-size: 2em;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 10px 0px 20px;
}	
	
	.gridpeople {
  border: 1px solid #ffffff;
  padding: 0px;
	margin: 0px 0px 20px;
  position: relative;
  text-align: center;
  transition: all .4s ease-in-out;
height: auto;
}
	
.gridpeople table {
	margin: 0px auto;
 width: 100%;
  border: 0px solid #ff0000;
min-height: 450px;
}	
	

	.gridpeople img {
	width: 190px;
	height: 190px;
	border-radius: 50%;
  border: 1px solid #bbbbbb;
	margin: 15px auto;
}

	
	
.gridpeople p {
	font-weight: 200;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 3px;
}
.gridpeople h3 {
	color: #861F41;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 17px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 4px;
}

.gridpeople h4 {
	color: #222222;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 15px;
	text-align: center;
	margin: 0px;
	padding: 2px 0px 13px;
}	
	
	
	
	
	
}

