/* Add here all your css styles (customizations) */

body {
    font-size: 15px;
}

.blog-post-tags li {
    font-size: 14px;
}

a.phone-number:hover {
    text-decoration: none;
}

a.blog-tags {
	color: #555;
	font-size: 13px;
	display: inline;
	padding: 3px 7px;
	margin-right: 2px;
	background: #f4f4f4;
}

a.blog-tags:hover {
    background:  #a10f2b !important;
    color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#team {
    border-top: 70px solid transparent;
    margin-top: -70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

#current_investigations {
	border-top: 70px solid transparent;
    margin-top: -70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

#past_results {
	border-top: 70px solid transparent;
    margin-top: -70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

ul.blog-photos li img.atty-sidebar-img {
	width: 120px;
	height: 80px;
	margin: 0 2px 8px;
}

.blog h2 {
	margin-bottom: -2px;
}

.case-item .blog-post-tags {
	padding: 0px 0 8px;
	border-top: none;
}

a.document-link:hover {
    text-decoration: none;
}

/* Carousel and sidebar thumbnails are now cropped to exact dimensions at
   build time (see the `crop` shortcode in .eleventy.js), reproducing
   Flask-Images' server-side `m=crop`. The theme's native sizing then displays
   them undistorted, so no object-fit/aspect-ratio workarounds are needed. */