/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

.h-scroll {
    height: 100vh; /* %-height of the viewport */
    position: fixed;
    overflow-y: scroll;
}

.col-lg-9 {
  overflow-y: scroll;
  height: 93vh;
  scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.col-lg-9::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.col-lg-9 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.col-lg-6 {
  overflow-y: scroll;
  height: 93vh;
  scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.col-lg-6::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.col-lg-6 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


@font-face {
  font-family: regularFont;
  src: url(../vendor/regular.ttf);
}

.carousel-indicators {
  position: static;
}

.carousel-indicators>li {
    width: 100px;
    height: auto;
}
