    .slidewrapper {
    position: relative;
    overflow: hidden;
    z-index: -1;
    background-color: black;
    }
    #slide-bg {
        min-width: 100%;

        overflow: hidden;
    }
    #mainlogo {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50% , -50%);        
    }
    #slidecap {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate-y(-50%); 
        color: white;
        font-size: 4.0em;
        font-family: 'serpentine', 'Roboto', sans-serif;
        text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
        text-align: center;
    }
    @media (min-width: 560px) {
        font-size: 5.0em;
    }
    
    
    
#scroll {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 999;
}
.scroll_item {
    border: 3px solid white;
    width: 10px;
    height: 10px;
    margin: 5px;
    cursor: pointer;
}
.scroll_item:hover{
    background: red;
}
.scroll_item_active {
    border: 3px solid white;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: silver;
}    
