.cb-slider1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    display: block;
    margin: 10px;
    border-radius: 6px;
    -webkit-border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

@media (max-width:765px) {
    .cb-slider1 .slide h1 {
        text-align: center;
        color: #fff;
        font-size: 60px;
        font-weight: 300;
        margin-bottom: 29px;
        line-height: normal;
        text-transform: none;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
        -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
        animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
        font-family: Great Vibes;
    }
}

.startimage {
    padding: 18px;
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width:763px) {
    .startimage {
        width: 200px;
    }
}

h1 {
    font-family: Great Vibes;
    font-size: 69px;
    text-align: center;
    padding-top: 48px;
    color: #636363;
    padding-bottom: 10px;
}