.column-center-people{
	max-width: 80%;
    margin-left: 10%;
}

.page-people{
	margin-top: 22%;
}

.fade-in {
    opacity: 0;
}

.page-people h2 {
    position: absolute;
    top: 0%;
    left: 25.5%;
    z-index: 1;
    color: #c400ff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-self: center;
}

.people{
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap row;
}

.person{
	width: 22.5%;
    padding-bottom: 15%;
    padding-left:2%;
    cursor: pointer;
}

.photo-container{
	min-width: 30%;
    padding: 30% 30% 50% 40%;
    min-height: 30%;
    margin-bottom: 3%;
    transform: scale(1);
}


p.name{

	font-size: 20px;
    line-height: 2px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Recta,Arial,sans-serif;
    text-transform: uppercase;
    text-overflow: ellipsis;
  	white-space: nowrap;
}

p.title{
	font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
    font-family: Recta,Arial,sans-serif;
}

small.toggle-bio{
	font: 400 12px/16px Recta,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-style: italic;
}

small.toggle-bio:hover {
	text-decoration: underline;
}

.page-people h2 {
	font: 400 12vw/12vw Recta,Arial,sans-serif;
	letter-spacing: -.5px;
}

.arrow-container {
    visibility:hidden
}

.arrow-container.active {
    position: relative;
    z-index: -1;
    font: 400 14vw/3vw 'PT Sans', sans-serif;
    color: #c400ff;
    letter-spacing: -0.78px;
    text-align: center;
    overflow: visible;
    visibility: visible;
}

.bar {
    left: 0;
    height: 6px;
    top: 0;
    border-left: 10em solid #020100;
}



.page-people .people .person .name-title{
    position: relative;
    z-index: -1;
    font: 400 20px/15px 'PT Sans', sans-serif;
    letter-spacing: .3px;
    text-align: left;
    overflow: visible;
}



.bio4{
 display:none;
}

.bio4.active {
	display: flex;
    max-width: 40%;
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 5%;
}

.bio4.active p {
	font: 400 20px/29px 'Roboto Light', sans-serif;
    letter-spacing: .2px;
}


.bio3{
 display:none;
}

.bio3.active {
	display: flex;
    max-width: 40%;
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 5%;
}

.bio3.active p {
	font: 400 20px/29px 'Roboto Light', sans-serif;
    letter-spacing: .2px;
}

.bio2{
 display:none;
}

.bio2.active {
	display: flex;
    padding-bottom: 5%;
	max-width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

.bio2.active p {
	font: 400 16px/29px 'Roboto Light', sans-serif;
    letter-spacing: .2px;
}

.bio1{
 display:none;
}

.bio1.active {
	display: flex;
    padding-bottom: 5%;
	max-width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

.bio1.active p {
	font: 400 16px/29px 'Roboto Light', sans-serif;
    letter-spacing: .2px;
}

.closeButton{
	left: -110%;
    position: relative;
    cursor: pointer;
    top: 91%;
}



@media only screen and (min-width: 2560px){
	.page-people h2 {
	    font: 400 12vw/15vw Recta,Arial,sans-serif;
	    letter-spacing: -.5px;
	}
}

@media only screen and (max-width: 1440px){
	.page-people h2 {
	    padding-top: 1.5%;
	}
}


@media only screen and (max-width: 1024px){
	.page-people h2 {
	    top: 0%;
	}
}


@media only screen and (max-width: 960px){
	.page-people h2 {
	    padding-top: 0.3%;
	    top: 4%;
	    left: 25%;
	}
	.person{
		width: 30%;
	    padding-bottom: 21%;
	    padding-left:2%;
	}
}

@media only screen and (max-width: 768px){
	.page-people h2 {
	    padding-top: 1.3%;
    	top: -0.1%;
	    left: 25%;
	}
	.person{
		width: 30%;
	    padding-bottom: 21%;
	    padding-left:2%;
	}
}

@media only screen and (max-width: 600px) {
	.page-people h2 {
	    padding-top: 0%;
	    top:-8%;
	    left: 12%;
	}
	.person{
		width: 47%;
	    padding-bottom: 21%;
	    padding-left:2%;
	}
	.closeButton {
	    left: 0%;
	    position: relative;
	    cursor: pointer;
	    top: 91%;
	}
}

@media only screen and (max-width: 500px) {
	.page-people h2 {
	    top: 0.8%;
    	left: 26%;
	}
	.person{
		width: 47%;
	    padding-bottom: 21%;
	    padding-left:2%;
	}
}

@media only screen and (max-width: 425px) {
	.page-people h2 {
	    top: 13.5%;
	}
	p.name {
		font-size: 15px;
	}
	p.title{
		font-size: 10px;
	}
	small.toggle-bio {
		font-size: 10px;
	}
	.page-people {
    	margin-top: 35%;
	}
}

@media only screen and (max-width: 375px) {
	.page-people h2 {
	   	top: 28%;
    	left: 27%;
    	font-weight: 600;
	}
	.person{
		width: 100%;
	    padding-bottom: 21%;
	    padding-left:2%;
	    padding-top: 20%;
	}

}

@media only screen and (max-width: 320px) {
	.page-people h2 {
	    top: 24%;
	}
}
    


