body {
  margin: 0 auto;
  padding: 0;
  background-color: gray;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.glide__slide img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: auto; 
  box-shadow: 0px 2px 6px 2px rgba(171,171,171,1);
  -webkit-box-shadow: 0px 2px 6px 2px rgba(171,171,171,1);
  -moz-box-shadow: 0px 2px 6px 2px rgba(171,171,171,1);
}

.glide__slide div { 
  height: 100vh;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}

.navbar {
  position: absolute;
  display: block;
  border: none;
  margin: 2rem;
  border-radius: 5px;
}

.bg-light {
  background-color: white!important;
  z-index: 100;
  opacity: 50%;
}

.navbar-light .navbar-toggler { 
  border:none;
}

.glide__slide img {
  box-shadow:none;
}

.logo {
  width: 80px;
  height:auto;
  padding-top:20px;
  padding-bottom:20px;
}

.navbar-toggler {
  padding:0px;
}

.header-text {
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Montserrat;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer{
  padding: 3rem;
}
        
.navbar-light .navbar-toggler-icon {
  /*background-image:url(images/menu.svg);*/
}

button:focus {
  outline: none;
}


@media only screen and (max-width: 600px) {
  .navbar {
    padding: 1rem 1rem;
    position: fixed;
  }

  .row img {
    border: 1px solid white;
    border-width: 0px 0px 5px 0px;
    width: 100%;
  }
}

.scroll-message {
  background-color: black;
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  opacity: 50%;
  padding: 5px;
}

.scroll-message img {
  height: 40px;
}
