
#headertext {
    font-size: 8vh;
    font-weight: 200; /*ask*/
}

#codetext {
    font-size: 4vh;
}


#docsbuttons {
    font-size: 3vh;
}


#scrolling1 ul, #scrolling2 ul, #scrolling3 ul, #scrolling4 ul, #scrolling6 ul {
    -webkit-user-select: none; /*optional*/
    -moz-user-select: none; /*optional*/
    -ms-user-select: none; /*optional*/
    user-select: none; /*optional*/
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    margin-top: 15px;
    list-style-type: none;
    overflow: hidden;
}

#scrolling1 li, #scrolling2 li, #scrolling3 li, #scrolling4 li, #scrolling6 li {
    float: left;
    height: 220px;
    width: 326px;
    color: #000;
    font-weight: 300;
    text-align: center;

    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    cursor: pointer;
}

.swiperElement {
    border-radius: 12px;
    margin-right: 5px;
    height: 100%;
    width: 100%;
    position: relative;
}

.swiperItem {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    transition: transform .3s;
    border-radius: 12px;
    position: relative;
    width: 96%;
    justify-content: left;
    align-items: end;

}

.swiperTitle {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 15.2px;
    color: white;
}

.swiperBackground {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    width: 96%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.315) 100%);
}

.swiperItem .title {
    font-weight: 600;
    font-size: 15.2px;
    color: #FFFFFF;
    padding: 10px;
}


#active { /*applied to current active item*/
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);

}