// use this file to override specific colors in the application
// see https://github.com/archesproject/arches/tree/master/arches/app/media/css/themes/_default.scss 
// in the arches repo for the colors that can be overridden
//
// eg:
// $link-color: red;

.map-image-header {
    // color: #0a9dff;
    // margin-bottom: 64px;
    display: flex;
    flex-direction: row;
}

.map-with-images-header {
    max-height: 600px;
    width: 55%;
}
.map-sans-images-header {
    max-height: 600px;
}

.legacy-report-carousel {
    width: 45%;
    float: right;
}
