/*@import url('https://fonts.googleapis.com/css?family=Fjalla+One');*/

/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fjallaone/Yq6R-LCAWCX3-6Ky7FAFrO96kigt.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fjallaone/Yq6R-LCAWCX3-6Ky7FAFrOF6kg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.top-positions{
  font-family: 'Fjalla One',serif;
  font-size: 15px;
}
/* */
.top-positions .row{
  text-align: center;
}

.top-positions .container{

}

.position-group{
  margin-bottom: 30px;
}

.position-card{
  color:#fff;
  /*min-height: 350px;*/
  /*width: 150px;*/
  min-width: 265px;
  max-width: 265px;
  border-radius: 10px;
  padding:2%;
  margin:2% auto;
  box-sizing: border-box;
  /*background: rgba(0,0,0,0.6);*/
  background:#005571 url("../../../../../img/top-positions-bg1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow:visible;
}

.position-card-overall{
  margin-top: 10%;
}

/*.position-card:hover{
  transform: scale(1.10) translateZ(0);
}*/

.pcard-wrapper{
  /*margin: auto;*/
}

.col-centered{
    float: none;
    display: inline-block;
    /*margin: 0 auto;*/
    margin:33px 10px 35px;
    vertical-align: top;
}

.face-container{
  width: 100%;
  height: auto;
  text-align: center;
  margin-top:-90px !important;
}

.items{
  padding:8px 8px;
  text-align: center;
  margin: 5px 0;
}

.face{
  width:140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  margin:auto;
  /*border: 1px solid #fff;*/

}

.face img{
  width:140px;
  height: 140px;
  border-radius: 50%;
}

.name{
  text-align: center;
  background: rgba(0,0,0,0.7); 
  font-weight: bold;
  font-size: 17px;
}

.position-spec{
  text-align: center;
  background: rgba(255,0,0,0.6); 
  font-weight: bold;
  font-size: 17px;
}

.institution{
  text-align: center;
  background: rgba(0,0,0,0.7); 
}

.marks{
  text-align: center;
  background: rgba(0,0,0,0.7); 
}

.session{
  margin-top: -30px;
  margin-bottom: 50px;
  text-align: center;
}