  .centered-caption {
    top: 46%;
}

.text-right {
    text-align: right!important;
    right: 25%;
    /*top: 75%;*/
}

.btn-primary {
    color: #01426a;
    background-color: #FFB301;
    border-color: #01426a;
    font-family: var(--button-one-font);
    transition: color .5s;
    font-weight: bold;
}

/*Carousel Button color and background*/
.carousel-caption .btn-primary {
    font-size: 2rem;
    background-color:  #01426A;
    color: #F8F8FF;
    margin-bottom:60px;
}

.carousel-caption {
    bottom: 0px !important;
}