html {
  scroll-behavior: smooth;
}
* {
  font-family: Helvetica;
}

#logo {
  padding: 5px;
}
.top{
  padding-right: 30px;
  padding-left: 10px;
}

.institute {
  padding: 5px;
  margin: 0px 0px 10px 15px;
  font-size: 15px;
  font-weight: bold;
  background-color: #00307d;
  color: white;
  position: relative;
  top: 10px;
  display: inline-block;
}

.navbar {
padding-top: 0px;
padding-bottom: 0px;
}

.nav-link {
  margin-right: 22px;
  margin-left: 22px;
  text-decoration: none;
  font-size:22px;
  font-weight: bold;
  color: #27282b;
  text-align: center;
  border-bottom: solid white 6px;
}

.nav-link.social{
  border: none;
}
.nav-link:hover {
  border-bottom: solid #4a4a4a 6px;
}

.spaceholder{
  height:91px;
  width:100%;
}

.navbar-nav {
  margin-left: auto;
}

.canvas {
  height: 580px;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}

.backimg {
  height: 550px;
  padding: 0px 0px 0px 0px;
  resize: both;
}

.smallscreen {display: none;}

#introarticle {
  position: absolute;
  width: 50%;
  z-index: 1;
  top: 100px;
  left: 130px;
  color: white;

  padding: 20px;
  border-radius: 15px;
}
#greeting {
  font-size: 4vw;
  margin: 0;
  font-weight: bold;
}
#intro {
  font-size: 1.8vw;
  margin-bottom: 25px;
}

.vr-button {
  position: absolute;
  top: 220px;
  left: 78%;
  color: white;
  font-size: 3vw;
  transition: all 200ms ease-in-out both;
}

.vr-button:hover {
  transform: scale(1.1, 1.1);
}

.panoraven {
  display: none;
}
.overlay1 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay1 .closebtn {
  position: absolute;
  top: 80px;
  right: 45px;
  font-size: 60px;
  font-family: Helvetica;
  color: gray;
}

.closebtn:hover {
  color: #4a4a4a;
}

.startbutton {
  width: 11vw;
  padding: 7px;
  margin: 0px 0px 0px 0px;
  font-size: 2vw;
  text-decoration: none;
  color: white;
  border: solid 2px white;
  border-radius: 15px;
  text-align: center;
}

.startbutton1 {
  padding: 7px;
  margin: 0px 0px 0px 0px;

  text-decoration: none;
  color: #4f4f4f;
  border: solid 2px gray;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
}

.startbutton1:hover {
  color: white;
  background-color: #737373;
}

.explore-button {
  background-color: #bdbdbd;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 5px;
}

.explore-button:hover {
  background-color: #737373;
  color: white;
}

.collapse {
  margin-bottom: 10px;
}

.newssection {
  border-bottom: solid 2px #b8b8b8;
  padding: 30px 30px 30px 30px;
}

.newsimg {
  width: 100%;
  resize: both;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.newsblock {
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  color: black;
  background-color: #d9d9d9;
  margin: 25px;
}

.clickable2:hover {
  background-color: #b0b0b0;
}

.date {
  font-size: 15px;
  color: #6e6d6d;
  margin-bottom: 5px;
  margin-top: 10px;
}

.news{
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-decoration: none;
  color: black;
  font-weight: normal;
}

a:hover {text-decoration: none;}

.allnews{
  width: 150px;
  padding: 7px;
  border: solid 2px #474746;
  border-radius: 13px;
  color: #363636;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.info{
  font-size: 110%;
}

.gallery {
}

#homegallery {
  height:560px;
}

.titlesection {
  padding: 40px;
  background-color: #d4d4d4;
  border: solid 10px white;
}
.gallery-buttons {
  height: 60px;

  margin-left: auto; margin-right: auto;
}
.sector-logo {
  height:60px;
  resize: both;
  border-radius: 10px;
}
.explore-button {
  width: 100%;
  display: block;
  border: none;
  color: black;
}

.clickable1 {
  color: white;
}

.explore-label {
  font-weight: bold;
  margin-left: 8vw;
  display: inline;
  font-size: 26px;
}
.imagesection {
  padding: 20px;
  border: solid 10px #2e2e2e;
}
.galimage{
margin-left: auto; margin-right: auto;
max-width: 800px; max-height: 500px; resize: both;
  display: block;
}
.footer{
  background-color: #081933;
  color: white;
  padding: 25px;
}

.social {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.social:hover {
  border:none;
}

.imgtitle{
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
 .backimg {
  height: 40vh;
  background-image: url("museummini.jpg");
  background-size: cover;
  resize: width;
  filter: blur(2px);
  }
  .canvas {
    height: 40vh;
  }
  #slideshow{display: none;}
  .smallscreen{display: block;}
  .bigscreen{display: none;}
  #introarticle {
    width:80vw;
    left: 10px;
    top: 6vh;
    background-color: transparent;
    padding-bottom: 0px;
  }
  #greeting {font-size: 24px;}
  #intro {font-size: 17px; margin-bottom: 10px;}
  #startbutton {font-size: 17px;}
  .galimage{max-width: 80vw; height: 300px; resize: both;}
  .imagesection {
  padding: 10px;
  }
  #homegallery {
height: auto;
  }
  #image {
    height: 300px;
  }
  #newscolumns {
    min-height: 1500px;
  }

  .vr-button {
    position: absolute;
    top: 250px;
    left:10%;
    color: white;
    font-size: 40px;
  }

  .nav-link:hover {
    border-bottom: solid 6px white;
  }
  .panoraven {
    margin-top: 20vh;
    display: block;
    margin-left:5vw;
  }
  #vrview {
    display: none;
  }
}
