.juweleneliseContentAboutPage{
    padding-top: 20px;
}

.carousel{
    width: 800px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.imageCarousel{
    width: 400px;
    height: 500px;
}

.highlight {
    background: linear-gradient(135deg, #C79E18 0%, #212529 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8px 0;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px 10px;
    box-shadow: 2px 2px 8px;
    opacity: 0.8;
    color: #E9E9E9;
    font-size: 1.5rem;
}

.carousel{
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 400px) {
    .carousel-item > .imageCarousel{
        max-width: 100%;
        height: 250px;
    }
}

@media only screen and (max-width: 415px) {
    .carousel-item > .imageCarousel{
        max-width: 100%;
        height: 260px;
    }
}

.carousel-caption > p{
    text-align: center;
}

.juweleneliseTextAboutPage{
    background-color: #212529;
    color: white;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.juweleneliseTextAboutPage > h1{
    text-align: center;
    font-family: 'Lucida Sans Unicode';
    padding-bottom: 20px;
}

.juweleneliseTextAboutPage > hr{
    margin-left: 50px;
    margin-right: 50px;
    color: #C79E18;
    height: 2px;
}

.juweleneliseTextAboutPage > h3, h5, p{
    margin-left: 50px;
    margin-right: 50px;
    font-family: 'Lucida Sans Unicode';
    text-align: justify;
}

.juweleneliseTextAboutPage > h5:hover{
    color: #C79E18;
    opacity: 0.8;
}

.fa-heart{
    color: #C79E18;
}

a{
    color: #C79E18;
}

a:hover{
    color: #C79E18;
    opacity: 0.8;
}

.juweleneliseFooter > .row > .col > p{
    text-align: center;
}

.juweleneliseFooter > .row > .col > p{
    text-align: center;
}