﻿/* My style changes for the application */

/* For bootstrap Carousel */
/* places prev/next outside of images 
.carousel-inner {
    padding: 2rem;
    margin: auto;
}

.carousel-control-next, .carousel-control-prev {
    width: 2rem;
}

/* space below images
.carousel-indicators {
    margin-bottom: 0;
}
*/

/* Override the OwlCarousel owl-nav builtin class to make the next/prev closer to the bottom of the images */
.owl-nav {
    margin-top: 0 !important;
}

/* general items */

/* the M44Connect logo on the left */
.site-logo-float {
    float: left;
    width: 64px;
    height: 80px;
    margin-top: 0px;
}

.site-image-shadow {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
}

/* Note that MudBlazor classes (e.g. mud-button) cannot be included in site.css */

