.navbar {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #777;
  width: 100%;
}
.navbar-brand {
  width: 20px;
  background-size: contain;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: white;
    max-width: 100%;
}

div.gallery {
    border: 1px solid rgb(0, 0, 0);
    float: left;
    width: 375px;
    height: auto;
    cursor: pointer;
    z-index: 0;
    display: flex;
    align-items: center;
    transition: 500ms;
    max-width: 100vw;
    margin: 5px;
    border-radius: 3px;
    
  }
  
  div.gallery:hover {
    background-color: #8787872e;
  }
  
  div.gallery img {
    width: 100%;
    height: 150px;
    border-radius: 3px;
  }
  
  div.desc {
    padding: 10px;
    color: black;
  }
  .mola {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 5px;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

div.gallery2 {
    margin: 5px;
    float: left;
    width: 15vmax;
    margin-bottom: 23px;
    transition: 1s;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    
  }
  .gallery2:hover {
    margin: 5px;
    float: left;
    width: 17vmax;
    max-width: 210px;
    
  }
  
  
  div.gallery2 img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  div.gallery a:hover img {
      width: 300px;
      height: auto;
      z-index: 2;
  }
.homebutton {
  width: 300px;
  height: 150px;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  cursor: pointer;
  max-width: 60vw;
  max-height: 45%;
  margin: 2vmin;
}
#bdiv {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 40vh;
  z-index: 2;
}
.homebutton p {
  font-size: x-large;
  text-align: center;
  z-index: 2;
}
.homebutton:hover {
  background-color: black;
}
.homebutton:hover p {
  color: white;
}
.three {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
#bottomk {
  -webkit-user-drag: none;
}
.carousel-item {
  height: 45vh;
}
.carousel-item img {
  object-fit: cover;
  height: 45vh;
}
#toptop {
  width: 100%;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dropdown-toggle {
  height: 35px;
  font-size: smaller;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: 1px solid white;
}
.dropdown-toggle:hover {
  background-color: white;
  color: black;
}
.clear { clear: both; height: 60px; }
a {
  text-decoration: none;
  color: black;
}
iframe::-webkit-scrollbar {
  display: none;
}
iframe {
  overflow: hidden;
}

  