* {
  font-family: "Roboto", sans-serif;
}
.roboto-black-27 {
  font-weight: 900 !important;
  font-size: 27px !important;
}
.roboto-light-24 {
  font-weight: 300 !important;
  font-size: 24px !important;
}
.roboto-medium-52 {
  font-weight: 500 !important;
  font-size: 52px !important;
}
.roboto-medium-18 {
  font-weight: 500 !important;
  font-size: 18px !important;
}
.roboto-medium-36 {
  font-weight: 500 !important;
  font-size: 36px !important;
}
.roboto-27 {
  font-weight: 500 !important;
  font-size: 27px !important;
}
.roboto-regular-13 {
  font-weight: 400 !important;
  font-size: 16px !important;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
br::selection,
p::selection,
a::selection,
img::selection,
i::selection,
strong::selection,
div::selection {
  background: rgb(244, 244, 244);
}

i {
  color: black !important;
  font-size: 25px;
  padding: 15px;
}
.icon-x {
  right: 0px;
  position: absolute;
  height: 50px;
  padding-top: 20px;
  padding-right: 20px;
}
.icon-czech {
  background: url("images/czechFlag.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline;
  padding: 25px;
}
.awards {
  text-align: left;
  margin-left: 0;
  margin-top: 32px
}
.awards h5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.awards img.sigma {
  margin-left: 5px;
  height: 26px;
  width: 26px;
}
a {
  transition-duration: 0.6s;
}
a:hover {
  filter: opacity(0.5);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
p {
  text-align: left;
}
.navbar {
  position: absolute !important;
  padding: 0 !important;
  z-index: 999;
}
.navbar-nav {
  align-items: center;
}
.nav-item {
  padding: 15;
}
.nav-link {
  scroll-behavior: smooth;
  display: block;
}
#main {
  height: auto;
}
.col-7 {
  display: contents !important;
  z-index: 999;
}
.main-text {
  margin-top: 80px;
}
.name-title {
  margin-bottom: 40px;
}
.col-5 {
  display: none;
}
.main-photo {
  height: 600px;
  float: right;
  margin-top: 25px;
}
.main-social {
  font-size: 20px;
  position: absolute;
  bottom: 0;
}
.fab {
  padding-bottom: 0px;
}
.nav-heading {
  text-align: center;
  margin-bottom: 100px;
}
.block-content {
  margin-top: 10px;
  margin-bottom: 100px;
}
.content-image {
  width: 100%;
  border-radius: 4px;
}
.padding-right-image {
  padding-right: 5px !important;
  margin-bottom: 10px;
}
.padding-left-image {
  padding-left: 5px !important;
  margin-bottom: 10px;
}
.media-div {
  margin-bottom: 45px;
  text-align: center !important;
}
.media-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.contact {
  margin-bottom: 50px;
}
.modal {
  padding: 0;
}
.modal-content {
  border-radius: 0 !important;
  border: none !important;
}
.modal-header {
  margin: 0 auto;
  border: none !important;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0px !important;
}
.modal-body-padding {
  padding-left: 100px !important;
  padding-right: 100px !important;
  margin-bottom: 40px;
}
.modal-body-video {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 40px !important;
}
.modal-dialog {
  max-width: 1000px !important;
  margin: 1.75rem auto;
}
.carousel,
.slide {
  display: none;
}
ol > li {
  background-color: #007bff !important;
}
.carousel-item,
.w-100 {
  border-radius: 4px;
}
.carousel-control-prev,
.carousel-control-next {
  border: none;
  background: none;
}

@media (min-width: 576px) {
  .embed-responsive {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .roboto-medium-52 {
    font-weight: 500 !important;
    font-size: 32px !important;
  }
  .roboto-medium-36 {
    font-weight: 500 !important;
    font-size: 28px !important;
  }
  .awards {
    text-align: left;
    margin-left: 0;
    margin-top: 60px
  }
  .awards h5 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px !important;
  }
  .awards img.sigma {
    margin-left: 5px;
    height: 20px;
    width: 20px;
  }
  .navbar {
    width: calc(100% - 15px);
    padding-left: 0px;
    padding-right: 16px !important;
  }
  .navbar-collapse {
    text-align: end;
    background-color: white;
  }
  .navbar-toggler {
    border: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .block-content {
    margin-top: 10px;
    margin-bottom: 40px;

  }
  .main-text {
    margin-top: 75px;
  }
  #main {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
  .main-social {
    position: relative;
  }
  .fa-linkedin-in {
    padding-left: 0px;
  }
  .media-thumbnail {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .modal-body-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .embed-responsive {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .carousel-control-prev,
  .carousel-control-next,
  .carousel-indicators {
      display: none !important;
  }

  /* Ensure all carousel items are displayed and not just the active one */
  .carousel-item {
      display: block !important;
      opacity: 1 !important; /* Ensure all items are fully visible */
  }

  .row-images .col {
    flex: 0 0 100%; /* Make each .col take full width of its parent */
    max-width: 100%; /* Prevent any exceeding of the parent width */
    padding-right: 0; /* Adjust padding if necessary */
    padding-left: 0; /* Adjust padding if necessary */
    margin-bottom: 10px; /* Add space between images */
    display: flex; /* Use flexbox to center the image */
    justify-content: center; /* Center the content horizontally */
  }

  /* Optional: Adjust the image layout as needed */
  .content-image {
      width: 90%;
      margin: 10px auto; /* Center the image horizontally */
    }
}

@media (min-width: 576px) {
  .navbar-toggler {
    border: none !important;
  }
  .navbar-collapse {
    text-align: end;
    background-color: white;
  }
  #main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-social {
    position: relative;
  }
  .fa-linkedin-in {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .modal-content {
    margin: 12px;
  }
  .media-thumbnail {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    background-color: transparent !important;
  }
  .main-photo {
    float: none;
  }
  .modal-content {
    margin: 12px;
  }
  .media-thumbnail {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  #main {
    height: 85vh;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-collapse {
    background-color: white;
    text-align: left;
  }
  .col-7 {
    display: block !important;
  }
  .col-5 {
    display: block;
  }
  .main-social {
    position: absolute;
    padding-left: 10px;
  }
  .media-thumbnail {
    width: 100%;
    height: auto;
  }
}

@media (max-height: 800px) {
  #main .block-content:first-of-type {
    margin-top: 200px; /* Increase top margin to prevent overlap */
  }
}
