body {
  padding-top: 60px;
}
html > body {
  background-image: url('/assets/images/background1.jpeg');
  background-size: cover;
  width: 100%;
  height: 100vh;
}
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}

.navBox{
  width: 100%;
  height: 65px;
  font-size:15px;
  line-height: 65px;
  margin-right: 50px;
  margin-bottom: 20px;
  vertical-align:middle; text-align:center;
  background-color: rgba(74, 74, 74, 0.6);
  border: 2px solid #353535;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: 5px 5px 10px 0px rgba(115,115,115,0.75);
  -moz-box-shadow: 5px 5px 10px 0px rgba(115,115,115,0.75);
  box-shadow: 5px 5px 10px 0px rgba(115,115,115,0.75);

  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.navBox:hover{
  -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -o-transform: scale(1.03);
  background-color: rgba(122,224,280,0.4) !important;
}

.experimentSelection{
    background-color: rgba(122,224,180,0.4) !important;
    height: 50px;
    margin-top: 25px;
    vertical-align:middle; 
}

.experimentSelection:hover{
  background-color: rgba(122,224,280,0.4) !important;
}

.noLinkColor{
  color: #000000;
}
