body{
  background-color:#fafafa;
}

.positionMain{
	margin-top:50px;
}

.center-x{
	text-align:center;
}
.divide{
	border-top:1px solid #bfbfbf;
	margin:20px 0px 20px;
}

/* centered columns styles */
.row-centered {

    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */

    /* inline-block space fix */
    margin-right:-4px;
}

.choices{
	margin-top:20px;
}
.choices a {
	display:inline;
	font-size:130%;

}

.center-x a{
	white-space:nowrap;
}

.staffContent, .supervisorContent{
	background-color:white;
	margin: 20px;
	border:1px solid #bfbfbf;
	padding:20px 20px;
	border-radius:15px;
}



.anchors{
	text-decoration:none;
	margin:15 0;
	font-size:100%;
}
.staffContent img, .supervisorContent img{
	margin:30 0;
	-webkit-box-shadow: -2px 14px 22px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: -2px 14px 22px -4px rgba(0,0,0,0.39);
	box-shadow: -2px 14px 22px -4px rgba(0,0,0,0.39);
}

@media(max-width:800px){
.anchors {
	margin:15 0;
	font-size:130%;
}

.staffContent img, .supervisorContent img{
	margin:30 0;
	-webkit-box-shadow: -2px 14px 22px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: -2px 14px 22px -4px rgba(0,0,0,0.39);
	box-shadow: -2px 14px 22px -4px rgba(0,0,0,0.39);
}

h2{
	font-size:160%;
}
.staffContent, .supervisorContent{
	margin: 0px;
	padding:20px 20px;

}
.container{
margin:0;
padding:0;
}
}




p{
  font-weight:normal;
}

.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 

} 

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

.selected{
	padding:10px 15px;
	margin:10px;
	background-color:#d4d4d4;
	color:black;
	border-radius:10px;
	font-weight:normal;

	 transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}


#staff, #supervisor{
	cursor:pointer;
}

.btn-lang{
	background-color:#bfbfbf;
}
