@font-face {
    font-family: "Bellota";
    src: url(/fonts/cmunbmr.ttf);
}
#updated{
  color: black;
}
@media only screen and (max-width: 980px) {
  body{
  	padding-left: 0;
    background: black;
		color: white;
  }
  h1{
   text-align: center;
   font-weight: normal;
   font-size: 35px;
   padding-bottom: 20px;
 	padding-top: 20px;
 }
  #bottomLevelContent img{
   width: 180px;
   border-radius: 1%;
 }
 #profiles{
   text-align: center;
   width: 1200px;
   margin: auto;
   max-width: 90%;
 }
 .profile{
   display: inline-block;
   padding: 15px;
   width: 200px;
   border-radius: 2px;
   transition: 0.3s;
 }
 .profile:hover{
   background: rgb(100,100,100);
   cursor: pointer;
 }
 #blackVeil{
   position: fixed;
   width: 100%;
   height: 100%;
   background: black;
   z-index: 6;
   opacity: 0.7;
   top: 0;
 	left: 0;
 	display: none;
 }
 #contactPage{
 	padding-left: 320px;
   display: none;
   padding-top: 20px;
 }

 .bio{
   background: rgb(240,240,240);
   display: none;
   position:absolute;
   margin: auto;
   min-height: 100%;
   max-width: 100%;
   height: auto;
   top: 0;
   z-index: 7;
   color: black;
 }
 .bioPersonImg{
   width: 150px;
   margin: 20px;
   max-width: 35%;
   position: relative;
   display: inline-block;
   vertical-align: middle;
 }
 .bioName{
   font-size: 25px;
 }
 .bioSum{
   display: inline-block;
   vertical-align: middle;
   max-width: 40%;
 }
 .bioText{
   margin-left: 20px;
   margin-right: 20px;
   font-size: 20px;
 }
 .closeBio{
   position: absolute;
   right: 20px;
   top: 20px;
   width: 30px;
   cursor: pointer;
 }
}
@media only screen and (min-width: 980px) {
body{
	padding-left: 320px;
  background: black;
  color: white;
}

 h1{
  text-align: center;
  font-weight: normal;
  font-size: 35px;
  padding-bottom: 20px;
	padding-top: 20px;
}
 img{
  width: 180px;
  border-radius: 1%;
}
#profiles{
  text-align: center;
  width: 1200px;
  margin: auto;
  max-width: 70%;
}
.profile{
  display: inline-block;
  padding: 15px;
  width: 200px;
  border-radius: 2px;
  transition: 0.3s;
}
.profile:hover{
  background: rgb(100,100,100);
  cursor: pointer;
}
#blackVeil{
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 6;
  opacity: 0.7;
  top: 0;
	left: 0;
	display: none;
}
#contactPage{
	padding-left: 320px;
  display: none;
  padding-top: 20px;
}

.bio{
  background: rgb(240,240,240);
  display: none;
  position: fixed;
  margin: auto;
  width: 550px;
  height: 700px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: 7;
  border-radius: 2px;
  color: black;
}
.bioPersonImg{
  width: 150px;
  margin: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bioName{
  font-size: 25px;
}
.bioSum{
  display: inline-block;
  vertical-align: middle;
}
.bioText{
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
}
.closeBio{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  cursor: pointer;
}
}
