.h1Text p {
    z-index: 6;
    padding-top: 20px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: right;
    line-height: 20px;
    border-width: 0px;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 22px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    color: rgb(255, 255, 255);
    opacity: 1;
}

.sliderBtns {
    height: 100px;
    margin-top: 20px;
    text-align: right;
}

.sliderBtns .button {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 20px;
    border-width: 0px;
    margin: 30px 0px 0px;
    padding: 12px 32px;
    letter-spacing: 0px;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    margin: 0px;
}

.sliderBtns .button-cerulean:hover {
    color: black !important;
}

.sliderBtns .button-cerulean {
    background-color: #0085CA;
    border: 1px solid #0085CA;
}

.sliderBtns .button-red {
    background-color: #ED3237;
    border: 1px solid #ED3237;
}

.image2 .buttons {
    padding-top: 0px !important;
}

.text {
    color: #F2F2F2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 24%;
    right: 9%;
    width: 60%;
    text-align: center;
}

.carousel-indicators {
    bottom: 0px !important;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, .0);
    cursor: pointer;
}

.carousel-indicators li:hover {
    background-color: rgba(0, 0, 0, 0.21);
    transition: all 0.5s;
}

.carousel-indicators .active:hover {
    background-color: #fff;
}

.text,
.noteArea {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                                    supported by Chrome, Edge, Opera and Firefox */
}

.text h1 {
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 2.48vw;
    line-height: 2.48vw !important;
    text-align: right;
    text-shadow: -3px 3px #00000066;
}

@media screen and (max-width: 780px) {
    .sliderBtns .button {
        font-size: 11px;
    }

    .h1Text p {
        text-align: center;
        font-size: 17px;
    }

    .sliderBtns {
        width: 100%;
        display: block;
        text-align: center;
    }

    .sliderBtns a {
        display: inline-block
    }

    .sliderBtns .button {
        padding: 5px 32px
    }

    .text h1 {
        line-height: 1.3 !important;
    }

    .sliderBtns .button-cerulean,
    .noteArea {
        display: none;
    }

    .sliderBtns {
        text-align: center;
    }

    .carousel-item img {
        width: initial !important;
        height: 53vw !important;
        max-width: none !important;
    }

    .text {
        color: #F2F2F2;
        font-size: 15px;
        padding: 0px !important;
        position: absolute;
        top: 10%;
        width: 80%;
        text-align: center;
    }

    .text h1 {
        font-size: 24px;
        text-align: center;
    }

    .h1Desktop {
        display: none;
    }

    .sliderBtns .button-red {
        font-size: 11px;
        height: 30px;
        display: flex;
        align-items: center;
        width: fit-content;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .onlyMobile {
        margin-top: 155px;
    }
}

@media screen and (min-width: 780px) {
    .h1Mobile {
        display: none;
    }
}

@media only screen and (min-width:1000px) and (max-width:1024px) {
    .carousel-item {
        height: 450px;
    }

    .h1Text {
        height: 15.5vw;
    }

    .h1Text p {
        font-size: 17px;
    }
}

@media screen and (min-width: 1025px) {
    .text h1 {
        line-height: 1;
    }

    .h1Mobile {
        display: none;
    }

    .button-red {
        margin-left: 20px;
    }

    .onlyMobile {
        display: none;
    }

    .thirdText {
        top: 25%;
    }

    .button-ceruleanSecond {
        margin-right: 25px !important;
    }
}

@media screen and (min-width: 976px) and (max-width: 1400px) {
    .sliderBtns .button {
        line-height: 0.50vw;
        height: none !important;
    }

    .noteArea {
        bottom: 5% !important;
        right: 50px !important;
    }
}

@media screen and (min-width: 1200px) {
    .sliderBtns .button {
        padding: 0px 32px;
        line-height: 40px;
        height: max-content;
    }

    .carousel-item {
        height: 500px;
    }

    .carousel-item img {
        width: 100%;
    }
}

@media screen and (min-width: 780px) and (max-width: 1500px) {
    .text {
        top: 10% !important;
    }

    .sliderBtns {
        padding-top: 0 !important;
    }

    .noteArea {
        width: 60% !important;
        padding-left: 220px !important;
    }
}

@media screen and (min-width: 1200px) {
    .carousel-item img {
        position: absolute;
        margin-top: -10%;
    }
}

@media screen and (max-width: 550px) {
    .sliderBtns .button.button-cerulean {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 780px) {

    .carousel-fade .carousel-item,
    .carousel-item img {
        height: 430px !important;
    }
}