/*#region General*/

#content-wrap {
    padding-bottom: 80px;
    background-color: #404040;
}

a:hover {
    color: white;
}

.fa-circle-chevron-right{
    color: #f2771a;
}


/*#endregion*/

/*#region Carousels*/

.carousel-item.carouselOne img{
    height: 409.6px;
    margin: auto;
    width: 100%;
}

.carousel-item.carouselTwo img{
    height: 297.6px;
    margin: auto;
    width: 100%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f2771a' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f2771a' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

/*#endregion */

/*#region Media Breakpoints*/

@media (min-width: 992px) { 
    .carousel-item.carouselOne img{
        height: 433.6px;
    }

    .carousel-item.carouselTwo img{
        height: 321.6px;
    }
}

@media (min-width: 1200px) { 
    .carousel-item.carouselOne img{
        height: 409.6px;
    }

    .carousel-item.carouselTwo img{
        height: 297.6px;
    }
}

/*#endregion */