html{scroll-behavior:smooth}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
}

.iframeContainer {
  padding: 20px;
  border: 1px solid #e3e3e3;
}

body {
  /* Padding bottom by footer height */
  padding-bottom: 80px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%; /* Set the fixed height of the footer here */
  height: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f5f5f5;
}

#footer p {
  margin: 0;
  font-size: 16px;
}

.header-glass {
  background-image: url("../images/glassmuseum.jpeg");
  background-size: cover;
  height:100vh;
  display: flex;
  min-height: auto;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  /* padding: 150px 15px; */
}

header .header-glass-inner h1{
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px 10px black;
  /* display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  vertical-align: middle; */
}

.graph-svg-component {
  background-color: #fff;
}