.slideshow {
    position: relative;
    width: 35vw;
    height: 30vh;
    overflow: hidden;
    z-index: 0;
    /*margin-left: -10px;*/
    margin-top: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; border: 5px solid white;
}
.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 16s;
  opacity: 1;
  transform: scale(1.2); 
}
.slideshow-image:nth-child(1) {
  animation-name: kenburns-1;
  z-index: 3; z-index: -98;
}
.slideshow-image:nth-child(2) {
  animation-name: kenburns-2;
  z-index: 2; z-index:-99;
}
.slideshow-image:nth-child(3) {
  animation-name: kenburns-3;
  z-index: 1; z-index: -100;
}
.slideshow-image:nth-child(4) {
  animation-name: kenburns-4;
  z-index: 0; z-index: -101;
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  padding: 1em 2em;
  line-height: 1.5;
}
h1 small {
  display: block;
  text-transform: lowercase;
  font-size: 0.7em;
}
h1 small:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 0.5em;
}
h1 small:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.5em;
}*/



/*============================================ MEDIA QUERIES =================================*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .menu_toggle {
        border: 0px solid red;
    }

    .flexLaunchContainer {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .myFooter {
        margin-left: -20px;
    }

    .flexLaunch {
        width: 100%;
    }

        .flexLaunch > img {
            height: 60vh;
        }

    .btnBar {
        position: relative;
    }

    .card-1 h2 {
        font-size: 1.2em;
    }

    .slideshow {
        position: relative;
        width: 80vw;
        height: 40vh;
        margin-left: auto;
        margin-right: auto;
    }

    .parallaxHome2 {
        height: 60vh;
    }

    .parallaxResidential1 {
        height: 60vh;
    }

    .parallaxCommercial1 {
        height: 60vh;
    }

    .parallaxSpecialized1 {
        height: 60vh;
    }

    .parallaxSpecialized2 {
        height: 60vh;
    }

    .parallaxAboutUs1 {
        height: 60vh;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .menu_toggle {
        border: 0px solid green;
    }

    .flexLaunchContainer {
        flex-direction: column;
    }

    .myFooter {
        margin-left: -30px;
    }

    .flexLaunch {
        width: 100%;
    }

        .flexLaunch > img {
            height: 80vh;
        }

    .btnBar {
        position: relative;
    }

    .card-1 h2 {
        font-size: 1.2em;
    }

    .slideshow {
        position: relative;
        width: 80vw;
        height: 60vh;
        margin-left: auto;
        margin-right: auto;
    }

    .parallaxHome1 {
        height: 60vh;
    }

    .parallaxHome2 {
        height: 60vh;
    }

    .parallaxResidential1 {
        height: 60vh;
    }

    .parallaxCommercial1 {
        height: 60vh;
    }

    .parallaxSpecialized1 {
        height: 60vh;
    }

    .parallaxSpecialized2 {
        height: 60vh;
    }

    .parallaxAboutUs1 {
        height: 60vh;
    }
}
/*and (max-width: 600px) and (min-width: 400px)*/
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .menu_toggle {
        border: 0px solid blue;
    }

    .flexLaunchContainer {
        flex-direction: column;
    }

    .myFooter {
        margin-left: -40px;
    }

    .flexLaunch {
        width: 100%;
    }

        .flexLaunch > img {
            height: 80vh;
        }

    .btnBar {
        position: relative;
    }

    .slideshow {
        position: relative;
        width: 80vw;
        height: 60vh;
        margin-left: auto;
        margin-right: auto;
    }

    .parallaxHome1 {
        height: 60vh;
    }

    .parallaxHome2 {
        height: 60vh;
    }

    .parallaxResidential1 {
        height: 60vh;
    }

    .parallaxCommercial1 {
        height: 60vh;
    }

    .parallaxSpecialized1 {
        height: 60vh;
    }

    .parallaxSpecialized2 {
        height: 60vh;
    }

    .parallaxAboutUs1 {
        height: 60vh;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .menu_toggle {
        border: 0px solid black;
    }

    .flexLaunchContainer {
        flex-direction: row;
    }

    .flexLaunch > img {
        height: 30vh;
    }

    .btnBar {
        position: static;
    }

    .myFooter {
        margin-left: -60px;
    }

    .slideshow {
        position: relative;
        width: 35vw;
        height: 30vh;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .menu_toggle {
        border: 0px solid purple;
    }

    .flexLaunchContainer {
        flex-direction: row;
    }

    .flexLaunch > img {
        height: 30vh;
    }

    .btnBar {
        position: static;
    }

    .myFooter {
        margin-left: -90px;
    }

    .slideshow {
        position: relative;
        width: 35vw;
        height: 30vh;
    }
}
/*@media only screen and (orientation: landscape) and (max-height: 600px) {
    .slideshow {
        height: 80vh;
    }

    .flexLaunch > img {
        height: 80vh;
        /*height: 20%;
        width: 100%;
        object-fit: fill;
    }
}*/