#top .row .col-4 {
  width: 33.33333%;
}

#top .image img {
  border-radius: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
#top .image {
  border-radius: 100%;
  width: 20em;
  height: 20em;
  margin: 0;
  padding-right: 20px;
}


@media screen and (max-width: 1680px) {
  .row > * {
      padding: 0 0 0 0.0rem;
  }
}



* {box-sizing:border-box}

/* Slideshow container */
#main .slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: 0;
  padding: 0 , 5px 175px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  left: 1046px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* Media query for small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
#main .slideshow-container {
    /* Adjust the styles for small screens here */
    max-width: 400px;
    margin-left: 20px;
    padding-bottom: 10px;
}
.prev, .next {
    top: 35%;
}
.next {
    left: 328px;
  }

#top .row {
  padding-left: 30px;
}
#top a{
  margin-left: 30px;
}
}
/* Media query for medium screens (e.g., tablets) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
#main .slideshow-container {
    /* Adjust the styles for small screens here */
    max-width: 600px;
    margin-left: 20px;
}
.prev, .next {
    top: 40%;
}
.next {
    left: 527px;
    }
}
#top .row {
  padding-left: 80px;
}
#top a{
  margin-left: 20px;
}

/* Media query for large screens (e.g., desktops) */
@media only screen and (min-width: 1025px) {
.slideshow-container {
    /* Adjust the styles for large screens here */
}
}

#main #scrollToTopBtn {
  /*display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  letter-spacing:0.050em;
*/
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: inherit; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 4px; /* Some padding */
  border-radius: 9px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  letter-spacing:0.050em;
}

#main #scrollToTopBtn:hover {
  background-color: #555;
}

@media screen and (max-width: 736px) {
#intro {
  min-height: 47vh;
}
#main .slideshow-container {
  max-width: 400px;
  margin-left: 10px;
  padding-bottom: 10px;
}
.prev, .next {
  top: 35%;
}
.next {
  left: 322px;
}

#top .row {
padding-left: 30px;
}
#top a{
margin-left: 25px;
}
#top .image {
  padding-right: 3px;
  left: 15px;
}
}