

@media only screen and (max-width: 600px) 
{
  header>nav>a>img{
    width: 170px !important;
  }
  div.Aligner-item>h1>i{
    font-size: 45px !important;
  }
  div.Aligner-item>h1{
    font-size: 20px !important;
  }
  div.Aligner-item{
    display: block !important;
    width: 200% !important;
    margin-top: 20px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .card{
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100% !important;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

#shape {
  padding: 10px 30px 10px 10px;
  background-color: #333;
  height: 35em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 63% 92%, 23% 84%, 0 84%);
clip-path: polygon(0 0, 100% 0, 100% 84%, 63% 92%, 23% 84%, 0 84%);
}

.carousel .carousel-item  {
  height: 32em;
  overflow: hidden;
}


.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    /*min-height: 515px;*/
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

header>nav>a>img{
    width: 300px;
}

.medicine-icon{
  font-size: 90px !important;
}

.darkHeader{
  transition: 100ms linear;
  background-color: #333333 !important;
  color: white !important;
  min-height: 60px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid white;
}
.darkHeader a{
  color: #ffffff !important
}
.darkHeader img{
  width: 150px;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}
.Aligner-item>h1{
  letter-spacing: 10px;
}
div.card{
  display: inline-block;
  margin-left: 30px;
}

footer{
  background-color: #333333;
  color: white;
}footer{
    background-color:222222;
    color:white
}
