/*----- IMAGE */
.picThumbnail {
	height: 250px;
	overflow: hidden;
	background-position: center;
	margin: 10px 0 10px 0;
	border: 1px solid #999;
}

/*----- COLOR */

.uvOrange {
	color: #FF7003;
}

.uvBlue {
	color: #0D3268;
	font-weight: 600;
}

.uvWhite {
	color: #F5F2DA;
}

.gray {
	color:#666;
}

.page-footer {
	background-color : #0D3268;
}

.footer-copyright {
	background-color : #ffffff;
}

#footer-email:hover {
	color: #ce93d8;
}

.bg-color {
	background-color: #0D3268;
}

.bg-image {
	background-image: url('../img/32322cd_transparent.gif');
	background-position: 100% 20%;
	background-repeat: no-repeat;
	min-height: 250px;
}

@media screen and (max-width: 768px) {
	.display-2 {
		font-size: 3.0rem;
	}
	.carousel-image-home {
		padding-bottom: 30% !important;
	}
}
@media screen and (min-width: 769px) {
     .carousel-image-home {
		height: 300px !important;
	}   
}
@media (max-width: 993px){
    .container {
        overflow: scroll !important;
    }
}

.modal-body {
    max-height: 90vh !important; 
	overflow-y: auto !important;
}

.matteo-gallery {
     max-height: 300px;
}
.modal-img {
    max-height: 80vh !important; 
	overflow-y: auto !important;
}

.home-buttons {
	background-color: #0D3268;
	color: #fff;
}

.home-buttons:hover {
	background-color: #E57200;
	color: #0D3268;
}

.headshot {
    max-width: 50%;	
    width: 300px;
}

.map-aspect {
	--bs-aspect-ratio: calc(2 / 3 * 100%);
}

.page-link {
    color: 	#0D3268;
}

.page-link:hover {
    color: 	#0D3268;
}
.page-item.active .page-link {
	background-color: 	#0D3268;
	border-color: #0D3268;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.carousel-image-home {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#carousel-item0-home {
    background-image: url('../img/cover-artwork-for-circ-research.jpg');
}
#carousel-item1-home {
    background-image: url('../img/fucci-cms.jpg');
}
#carousel-item2-home {
    background-image: url('../img/img_2623.jpg');
}
#carousel-item3-home {
	background-image: url('../img/paired-cells-2.jpg');
}
#carousel-item4-home {
	background-image: url('../img/cardiomyocyte-isolation.jpg');
}
#carousel-item5-home {
	background-image: url('../img/composite-and-tile-scan.jpg');
}

.research-table-categories {
	width: 60px;
}

img#cover-images.picThumbnail {
	height: 400px !important;
}

