.jumbotron p {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    color: white;
    font-size: 1.25rem;
    font-weight: 300;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 20px;
    width: 20px;
    outline: 1px black;
    background-size: 100%, 100%;
    background-image: none;
    margin-bottom: 50px;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 40px;
    font-weight: bold;
    color: #16284c;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 40px;
    font-weight: bold;
    color: #16284c;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 20%;
    background-color: #bbbbbb;
    /*box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    */
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #16284c;
}

.carousel-item {

}

.carousel-indicators {
    bottom: -20px;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}