@font-face{
  font-family: FiraCode;
  font-weight: normal;
  src:url("/FiraCode/FiraCode-Light.ttf");
}

@font-face{
  font-family: FiraCode;
  font-weight: bold;  
  src:url("/FiraCode/FiraCode-Medium.ttf");
}

body{
  font-family: FiraCode;
  color:#111;
  min-height: 100vh;
  width: 100vw;
}

h1, h2, h3 {
  font-weight: normal;
  text-align: center;
}

ul { margin-top: -20px; margin-bottom:-10px; }

li{
  margin: 10px;
}



.header{
  max-width: 800px;
  min-width: 300px;
  width: 80%;
  height: auto;
  margin-bottom: 50px;
  z-index: +1;
  }

main{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


a .label:hover{
  /*opacity: 0.2;*/
  font-size: 150%;
}

a:hover{
  opacity: 0.5;
}

.strong {
            display: inline-block;
            font-size: 120%;
            text-align: center;
            width: 100%;
            z-index: +1;
        }

strong {
  font-weight: bold;
      }

.label {
  background-color: #fff;
}



.lightbox{
  max-width: 800px;
  min-width: 300px;
  width: 80%;
  z-index: +1;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  margin-bottom: 50px;
  /*border-bottom: solid #0b4fa2;*/
  padding-top: 20px;
  padding-bottom: 20px;
}

.lightbox p{
  margin: 30px;
}




  footer {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    align-items: center;
    width: 100%;
    z-index: +1;

  }



  .copyright{
    font-size: 13px;
  }




  .foot-logo{
    height: 50px;
  }


  .foot-logo:hover{
    opacity: 0.7;
    width: 110%;
  }

    .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }


  .inner {
    width: 40%;
    min-width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    color: #000 !important;
    text-decoration: none;
    
    /*text-shadow: 0 0 5px black;*/
  }



#Curriculum{
    background-image: url(icons/curriculum.png);
    background-size: 100% auto;
    background-position: center;
    /*border-radius: 100% 0 0 0;*/
}

#Research{
    background-image: url(icons/research.png);
    background-size: 100% auto;
    background-position: center;
    /*border-radius: 0 100% 0 0 ;*/
}

#Gallery{
    background-image: url(icons/gallery.png);
    background-size: 100% auto;
    background-position: center;
    /*border-radius: 0 0 0 100%;*/
}

#Events{
    background-image: url(icons/events.png);
    background-size: 100% auto;
    background-position: center;
    /*border-radius: 0 0 100% 0;*/
}


/*/////////////////////////////*/

  @media(max-width: 1000px){
/*    .inner {
      width: 40%;
    }*/

    #hero3 img{
      width: 50%;
      height: auto;
    }

  }

  @media(max-width: 600px){
/*    .inner {
      width: 90%;
    }*/

    #hero3 img{
      width: 70%;
      height: auto;
    }
  }