* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-height: 720px;
    position: relative;
    margin: auto;
    width:100%;
    max-width:2200px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}
.mySlides h2{
    font-size:4vw;
    color:white;
    font-weight:300;
    font-family:Roboto;
}
    .mySlides h3 {
        font-size: 2.5vw;
        color: white;
        font-weight: 700;
        font-family: Raleway;
    }
    .information-slide h3, .uw-survey h3{
        padding-bottom:10px;
    }
    @media screen and (max-width:768px){
        .myslides h2{
            font-size:2em;
        }
        .myslides h3 {
            font-size: 1.5em;
        }
        .prev, .next {
            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 {
    right: 0;
    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: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* 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;
}

    .slider-dots .active, .slider-dots .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
    opacity: 1 !important;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.slider-content{
    position:absolute;
    width:100%;
    height:100%;
}
.slider-dots{
    margin-top:-25px;
}
.slider-content .play-store-btn img, .slider-content .ios-store-btn img{
    width: 200px;
    max-width:30vw;
}
.uw-logo{
    max-width:25vw;
}
.learn-more-btn {
    margin-right: 5%;
}
.qualify-btn, .explore-directory-btn, .learn-more-btn {
    
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 300;
    color: white !important;
    text-decoration: none !important;
    font-family: Roboto;
    background-color: rgb(53, 63, 91);
    margin-top:10px;
}
.learn-more-btn {
    background-color: rgb(0, 107, 63);
}
.information-slide, .app-slide, .uw-survey, .about-slide, .services-slide, .product-slide, .initiatives-slide {
    margin-left: 10%;
    margin-top: 10%;
}
.initiatives-slide{
    margin-left:10%;
    margin-top:5%;
}
.contact-slide{
    margin-left: 10%;
    margin-top: 2%;
}
.uw-survey {
    margin-top: 2%;
}
@media screen and (max-width:1000px){
    .qualify-btn, .explore-directory-btn, .learn-more-btn {
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 5px;
        padding-left: 20px;
        font-size: 15px;
    }
}
/*Hide sliders under 768px*/
@media screen and (max-width:768px){
    .slideshow-container{
        display:none;
    }
}
.about-slide h3, .services-slide h3, .product-slide h3{
    font-size:2vw;
    width:50%
}
.contact-slide h2{
    font-weight:100;
    font-size:3.5vw;
}
.contact-slide h3 , .product-slide h3{
    font-size: 1.5vw;
    width: 60%;
    font-weight: 600;
}
.initiatives-slide h3 {
    font-size: 1.8vw;
    font-weight:500;
    width: 50%
}