.h4 {
    color:gold;
    text-shadow: #FC0 1px 0 10px;
}

.list-marker-ok {
    height: 40px;
}
.card-skill .ok {
    width: 60px;
}

.carousel-item {
    min-height: 460px;
}
.slider-button {
    top: 0px;
}    

.carousel-indicators {
    top: -150px;
    bottom:unset;
}

@media screen and (max-width:45rem) {
    .slider-button {
        top: -50px;
    }    
    .carousel-caption {
        right: 0px;
        left: 0px;
    }
    h2.major {
        padding-bottom: 1.75rem;
    }
    
}

