body {
  margin: 0 0 0 0;
  
}


* {
    background-color: rgb(253, 253, 253);
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
    margin: 1.5rem 1.5em 2.0rem 1.0rem;
}

::-webkit-scrollbar {
    display: none;
}

p1 {
 margin-left: 1.5rem;
    display: inline-block;
}

p2 {
 margin-right: 1.5rem;
    display: inline-block;
}

a:active {
	opacity: 0.7;
}

.link a{
  margin: 0 0 0 0;
}

.footer {
    position: fixed;
    bottom: 10px;
    left: 25px;
    font-size:medium;
    color: #251d1d;
    text-align: justify;
    z-index: 4;
  }

  a {
    font-size:medium;
    color: #4b3c3c;
    text-align: justify;
    z-index: 4;
    margin: 0 0 0 0;
    text-decoration: none;
  }

   a:link{
    font-family: sans-serif;
    color: #251d1d;
    text-decoration: none;
  }

     a:active{
    font-family: sans-serif;
    color: #251d1d;
    text-decoration: none;
  }

  p {
    margin-top: 50px;
    left: 10px;
    font-size:medium;
    color: #251d1d;
    text-align: justify;
    z-index: 4;
  }


  .insta{
    margin: 0;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.container{
  width: 35%;

}

.carousel{
  height: auto;
  width: auto;
  overflow-x: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 10px;
  align-items: left;
        
  
}

img {
  max-height:100%; 
  max-width:100%;
  margin: 0 0 0 0;
  object-fit: scale-down;
  
}

.carousel-inner{
  height: 100%;
  /* min-width: 400%; */
  display: flex;
  transition: all ease 0.5s;
  margin-top: 0;
  margin-left: 0;  
}

.carousel-item{
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
  margin-right: 20px;
}

.carousel-controls .prev{
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('prev.svg');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .5;
  visibility: hidden;
}
.carousel-controls .next{
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('next.svg');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .5;
  visibility: hidden;
}
.prev:hover, .next:hover{
  opacity: 1;
}
.carousel-indicators{
  visibility: hidden;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.carousel-indicators span{
  display: inline-block;
  background-color: white;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  opacity: .5;
  cursor: pointer;
  margin: 3px;
}
.carousel-indicators span.active{
  opacity: 1;
}



@media (max-width: 600px) {

  body {
  margin: 0 0 0 0;
  
}


* {
    background-color: rgb(253, 253, 253);
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
    margin: 0.8rem 0.5em 0.5rem 0.5rem;


}

  .container{
    width: 100%;
    margin-left: 1rem;
    margin-right: 1.0rem;
  }

  .carousel{
  height: 400px;
  width: auto;
  overflow-x: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  
}

  .carousel-item{
    max-width: 500px;
    max-height: fit-content;
}

img {
  max-height:100%; 
  max-width:100%;
  margin: 0 0 0 0;
  object-fit: scale-down;
}

  .footer {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size:x-small;
    width: 90%;
    color: #251d1d;
    text-align: justify;
    z-index: 4;
  }

  p {
    left: 10px;
    font-size: x-small;
    color: #251d1d;
    text-align: justify;
    z-index: 4;
  }

  a {
    font-size: x-small;
    color: #4b3c3c;
    text-align: justify;
    z-index: 4;
    text-decoration: none;
  }

  .content{
    margin-top: 10px;
    margin-left: 5px;
  }

.insta{
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

  a:link{
    font-family: sans-serif;
    color: #251d1d;
    text-decoration: none;
    margin: 0 0 0 0;
  }

  .carousel-img{
    width: fit-content;
  }
}