header .img-comp-container {
    height: 95vh; /*950px*/
}

.img-comp-container {
    position: relative;
    height: 95vh; /*950px should be the same height as the images*/
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow:hidden;
    /*max-height: 950px;*/
    
    width: 100%;
}

.img-comp-img img {
    display:block;
    vertical-align:middle;
    width: 100%;
    /*height: 800px;*/
    
    background-position: center center;
    background-size: cover;
}

.img-comp-img div {
    width: 100%;
}

.img1 {
    display:block;
    vertical-align:middle;
    width: 100%;
    height: 95vh;
    
    background-image: url("../images/headers/header2.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.img2 {
    display:block;
    vertical-align:middle;
    width: 100%;
    height: 95vh;
    
    background-image: url("../images/headers/header.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.img-comp-slider {
    position: absolute;
    z-index:9;
    cursor: n-resize;
    /*set the appearance of the slider:*/
    width: 100%;
    height: 40px;
    /*background-color: #2196F3;*/
    /*opacity: 0.7;*/
    /*border-radius: 50%;*/
    z-index: 98;
    
    animation-name: comp-show;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

/*.img-comp-slider-grabber {
    width: 100%;
    height: 100%;
    z-index: 100;
}*/

.img-comp-slider-line {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #191C1F;
    top: 15px;
    z-index: 98;
}
.img-comp-slider-hand {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #191C1F;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 98;
}

.img-comp-overlay {
    animation-name: comp-slide;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    /*animation-iteration-count: infinite;
    animation-direction: alternate;*/
    animation-timing-function: ease-in-out;
}

@keyframes comp-slide {
    from {
        height: 0%;
    }
    to {
        height: 100%;
    }
}

@keyframes comp-show {
    from {
        opacity: 0%;
        margin-top: 20px
    }
    to {
        opacity: 100%;
        margin-top: 0px;
    }
}

@keyframes comp-container-show {
    from {
        top: 40%;
    }
    to {
        top: 20%;
    }
}

.comp-container {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40%;
    text-align: center;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    
    animation-name: comp-container-show;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    
    z-index: 98;
}

.comp-container .comp-subheading {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 25px;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.comp-container .comp-heading {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.comp-container .comp-information {
    opacity: 0;
    animation-name: slide-content-to-top;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.comp-container .comp-information:last-child {
    animation-delay: 4s;
}
.comp-container .nav-pills {
    justify-content: center;
    padding-left: auto;
}
.comp-container .nav-pills .nav-item {
    flex-basis: 30%;
    padding-bottom: 10px;
}
.comp-container .comp-information:last-child .nav-pills .nav-item {
    flex-basis: 35%;
}
.comp-container .nav-pills .nav-item .nav-link {
    vertical-align: middle;
    text-align: left;
    border: 2px solid #474B4E;
    border-radius: 10px;
    width: 90%;
    color: #ffffff;
    background-color: rgba(25, 28, 31, 0.3);
    border-color: #ffffff;
}
.comp-container .nav-pills .nav-item .nav-link:hover {
    background-color: rgba(25, 28, 31, 0.3);
    border-color: #191C1F;
}
.comp-container .nav-pills .nav-item .nav-link.active {
    background-color: rgba(25, 28, 31, 0.3);
}
.comp-container .nav-pills .nav-item .nav-link .svg-inline--fa {
    font-size: 2.5em;
    margin-right: 20px;
}
.comp-container .nav-pills .nav-item .nav-link .nav-name {
    display: inline-block;
    vertical-align: top;
}
.comp-container .nav-pills .nav-item .nav-link .nav-more {
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.comp-container .nav-pills .nav-item .nav-link .nav-more .svg-inline--fa {
    font-size: 1em;
    margin-right: 5px;
}


/*left to right*/
.img-comp-container-lr {
  position: relative;
  height: 800px; /*should be the same height as the images*/
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.img-comp-img-lr {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img-lr img {
  display: block;
  vertical-align: middle;
  /*height: 200px;*/
  width: 800px;
}

.img-comp-slider-lr {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  /*background-color: #2196F3;*/
  opacity: 0.7;
  border-radius: 50%;
}

.img-comp-overlay-lr {
    animation-name: comp-slide-lr;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    /*animation-iteration-count: infinite;
    animation-direction: alternate;*/
    animation-timing-function: ease-in-out;
}
.img-comp-overlay-lr-reverse {
    animation-name: comp-slide-lr-reverse;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    /*animation-iteration-count: infinite;
    animation-direction: alternate;*/
    animation-timing-function: ease-in-out;
}

.comp-hidden {
    opacity: 0;
}

.img-comp-miniatures-container {
    position: absolute;
    top: 610px;
}
.img-comp-miniatures {
    width: 200px;
    height: 150px;
    display: inline-block;
    /*background-color: rgba(33, 37, 41, 0.9);*/
}
.img-comp-miniatures:hover {
    background-color: transparent;
}
.img-comp-miniatures img {
    width: 200px;
    /*outline: 100px solid rgba(33, 37, 41, 0.9);
    outline-offset: -100px;
    overflow: hidden;*/
    opacity: 0.5;
    transition: opacity 0.5s;
}
.img-comp-miniatures img:hover {
    /*outline: none;*/
    opacity: 1 !important;
    cursor: pointer;
}
.img-shown {
    opacity: 1 !important;
}

@keyframes comp-slide-lr {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
@keyframes comp-slide-lr-reverse {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

.slide-to-top-animation {
    animation-name: slide-to-top;
    animation-duration: 0.5s;
    /*animation-delay: 0.5s;*/
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes slide-to-top {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 0.5;
    }
}