@charset "UTF-8";
/* CSS Document */
a {
	color: #333399;
    font-weight: 450;
}

/*
a:visited {
	color: #333399;
}
*/

a:hover {
	color:#5353c6;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;

}

body {
        background: #4d4d4d url(groel2.png) repeat top left;
        margin: 0; 
        padding: 0; 
}

.img-emdr-list {width: 90px; height: 90px; aspect-ratio: 1; object-fit: cover; padding-right: 5px;}

.img-emdr-atlas {width: 22rem; object-fit: cover; height: 22rem; }

.img-emdr-report {width: 50px; height: 50px; aspect-ratio: 1; object-fit: cover; }

/* .img-emdr-valslider {width: 500px; aspect-ratio: 1; object-fit: cover; } */
.img-emdr-valslider {width: 650px; }

.carousel-item img { width: 350px !important; object-fit: cover; height: 350px; max-height: 350px; }
