.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

@media (max-width: 767px) {
  #front-text {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  #portfolio-text-column {
    margin-top: -50px;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  #portfolio-laptop-column {
    margin-top: -20px;
  }
}

.jumbotron {
  border-radius: 0px;
}

img, svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  #container {
    margin-bottom: -100px;
  }
}

@media (min-width: 767px) {
  #container {
    margin-bottom: -155px;
  }
}

