/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 90px 15px 0;
  margin-bottom: 25vh;
}
html {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}
.footer {
  position: absolute;
  bottom: -20rem;
  width: 100%;
  background-color: #f5f5f5;
  color: #f5f5f5 !important;
}

.footer a {
  color: #f5f5f5 !important;
}

.col:has(.bg-video) {
  padding: 0px !important;
}

.navbar {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  color: rgb(195 199 203) !important;
}

.col-content {
  margin-bottom: 5rem;
}


p,
td {
  font-size: 18px;
  line-height: 1.7 !important;
}

.image {
  transition: 0.3s;
  filter: drop-shadow(0px 0px 10px rgb(209, 209, 209));
  border-radius: 5px;
}

.image:hover {
  /* cursor: pointer; */
  filter: drop-shadow(0px 0px 20px gray);
  transform: scale(1.01);
}

.nav-link {
  transition: 300ms;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.header-video-title {
  position: static;
}

.header-title,
.header-video {
  position: absolute;
}

.header-title {
  vertical-align: middle;
  color: white;
  margin-top: 14vh;
  z-index: 999;
}

.header-title img {
  filter: drop-shadow(0px 0px 30px #000000) !important;
}
.header-title {
  text-shadow: 0px 0px 30px #000000 !important;
}



.bg-video-container {
  max-height: 45vh;
  height: 45vh;
  overflow: hidden;
}
.bg-video {
  object-fit: cover;
  transform: translate(0, -20%);
  z-index: -999;
  min-height: 140%;
  min-width: 100vw;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax-wide {
  position: relative;
  width: 150vw;
  right: 50%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 40vh;
  transition: 300ms;
}

.post {
  margin-bottom: 5rem;
  filter: drop-shadow(0px 0px 10px #eeeeee) !important;

}


.post_content{
  overflow-y: auto;
  max-height: 70vh;
}

.default-navbar{
  background-color: rgb(195 199 203) !important;
  color: rgb(195 199 203) !important;

}


.navbar-brand{
  color: #2F5597 !important;
}

.nav-link{
  color: #4e6ca1 !important;
}
@media only screen and (max-width: 720px) {
  .header-video-title {
    display: none;
  }
  main > .container {
    margin-bottom: 70vh;
  }
  .parallax{
    display: none;
  }
  #sidebar-left{
    display: none;
  }
}