a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

#main {
  margin-top: 50px;
}

#carousel-components .carousel-indicators [data-bs-target] {
  background-color: black;
}

#carousel-ecosystem .carousel-indicators [data-bs-target] {
  background-color: black;
}

#navbar {
  padding-bottom: 27px;
  padding-top: 27px;
}

.accordion-button {
  border-radius: 50px !important;
}

.accordion-item {
  border: 0;
}

.anchor {
  display: block;
  position: relative;
  top: -35px;
  visibility: hidden;
}

.bg-primary-dark {
  background-color: #1f2b38 !important;
}

.btn {
  border-radius: 20px;
}

.carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
}

.container {
  max-width: 750px;
}

.cursor-pointer {
  cursor: pointer;
}

.gitlab-corner {
  background: #fff;
  border: #fff solid 44px;
  border-bottom: none;
  border-top: #fff solid 16px;
  position: absolute;
  right: -50px;
  top: -16px;
  transform: rotate(45deg);
  z-index: 1040;
}

.gitlab-corner-wrapper {
  height: 100px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.gitlab-corner svg {
  height: 60px;
  margin-bottom: -4px;
  width: 60px;
}

.header {
  border-radius: 50px;
  left: 50%;
  margin-left: -200px;
  padding: 10px;
  position: relative;
  text-align: center;
  top: -75px;
  width: 400px;
}

.section {
  padding-bottom: 100px;
  padding-top: 50px;
}

.transparent {
  opacity: 0.1;
}

@media only screen and (min-width: 768px) {
  #carousel-about-interop .carousel-content {
    height: 300px;
  }

  #carousel-about-mri .carousel-content {
    height: 450px;
  }

  #carousel-about-onto .carousel-content {
    height: 400px;
  }

  #carousel-components .carousel-content {
    height: 675px;
  }

  #carousel-ecosystem .carousel-content {
    height: 600px;
  }

  #main {
    margin-top: 125px;
  }

  #navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .anchor {
    top: -130px;
  }

  .gitlab-corner {
    position: fixed;
  }
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v16-latin-regular.woff2') format('woff2'),
       url('../fonts/lato-v16-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'),
       url('../fonts/lato-v16-latin-italic.woff2') format('woff2'),
       url('../fonts/lato-v16-latin-italic.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v16-latin-700.woff2') format('woff2'),
       url('../fonts/lato-v16-latin-700.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
       url('../fonts/lato-v16-latin-700italic.woff2') format('woff2'),
       url('../fonts/lato-v16-latin-700italic.woff') format('woff');
}
