* {
}

.body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.text-style {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.bottombar {
  background: #000;
  /*height: 50px;*/
  bottom: 0px;
  z-index: 1;
  width: 100%;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottombar span {
  color: #ffffff;
  font-size: 0.9em;
}

.bottombar a span {
  transition: 0.5s;
}

.bottombar a:hover span {
  color: #000000;
  text-decoration: none;
  transition: 0.5s;
}

.bottombar a:hover {
  text-decoration: none;
}

.carousel-caption {
  top: 20% !important;
}

.card {
  box-shadow: 5px 12px 15px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
}

.card:hover {
  box-shadow: 3px 5px 10px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
}

.bg-dark {
  background: rgba(0,0,0,0.8) !important;
}

header .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dropdown-menu {
  Color: #fff;
  background: #000;
}

.dropdown-item {
  color: rgba(255,255,255,.5);
}

.dropdown-item.active, .dropdown-item:active {
  background: #131e3c;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

.display-2, .display-4 {
  font-weight: bold;
  line-height: 1;
  font-size: 4vw;
}

.home-card {
  box-shadow: 5px 18px 20px rgba(0,0,0,0.25);
}

.homepage-cards div {
  font-size: 1.8rem;
  color: #000;
  padding: 10px;
}

.home-card {
  color: #000;
  transition: all ease 0.25s;
  position: relative;
  top: 0px;
}

.home-card:hover {
  text-decoration: none;
  transition: all ease 0.25s;
  position: relative;
  top: -20px;
  color: #000;
}

header .carousel-indicators {
  bottom: 80px;
}

.nav-link, .dropdown-item {
  text-transform: uppercase;
  font-weight: bold;
  transition: all ease 0.4s;
}

.homepage-videos {
  top: 0%;
  left: 0%;
  min-width: 600px;
  min-height: 600px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.homepage-videos-1 {
  top: 0%;
  left: 0%;
  min-width: 600px;
  width: auto;
  overflow: hidden;
}

video.homepage-videos {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.kreon-bottombar {
  background-color: green;
  display: flex;
  align-content: space-evenly;
}

.footer a {
  color: #8eb8ff;
}

.case-study {
  box-shadow: none !important;
}

@media (max-width: 600px) {
  .carousel-caption {
    left: 0px;
    right: 0px;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .carousel-control-prev {
    display: none;
  }
}

@media (max-width: 600px) {
  .carousel-control-next {
    display: none;
  }
}

/* .bottombar{
  flex-direction: column;
  } */

.main-container p, h1, h2, h3 {
  font-family: 'Montserrat', sans-serif, Arial, Helvetica;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  style: color: #5AB335;
}

.footer-font p, h1, h2, h3 {
  font-family: 'Montserrat', sans-serif, Arial, Helvetica;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  style: color: #5AB335;
}

