/*!
 * Just for this site */
  @import url("https://use.typekit.net/mrj6raa.css");


 html{
	font-family: Droid, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-style: normal;
	font-weight: 400;
}
.footercell {
	background-color: #E9E9E9;
	color: #000;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	height: 45px;
}
.headercell {
	background-color: #E9E9E9;
	font-size: 200%;
	color: #000;
	padding-top: 10px;
	height: 70px;
}
.headercellsmall {
	background-color: #E9E9E9;
	font-size: 150%;
	color: #000;
	padding-top: 10px;
	height: 50px;
}

.headtag {
	font-size: 60%;
	color: #BBB;
}
/*
.menuadjustleft {
	padding-left: -25px;
}
.image_with_caption_landscape {
width: 97.5%;
display: block;
margin-right:auto;
margin-left:auto;
margin-bottom: 35px;
}
.image_with_caption_portrait {
width: 44.5%;
display: block;
margin-right:auto;
margin-left:auto;
margin-bottom: 35px;
}
*/
.image_with_caption_square {
width: 98%;
display: block;
margin-right:auto;
margin-left:auto;
margin-bottom: 25px;
}
.image_credits {
	font-size: 9px;
	font-style: italic;
}
.pageheadgrey {
  background-color: #F8F8F8;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 15px;
}
.index_image {
	margin-bottom: 25px;
}
.container-fluid .row .col-md-9.col-xs-12.index_image.col-sm-9.col-lg-9 {
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #B3AEA6;
  font-weight: 700;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #B3AEA6;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #B3AEA6;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #B3AEA6;
}
/* Sets the homepage video container to work responsively. */
.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.video-container-small {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}


/*For Sale Rollovers V2 */
.text_rollover_image {
	position:relative;
	width:100%;
margin-right:auto;
margin-left:auto;
	margin-bottom: 25px;
}
.rollover_image {
display:block;
	width:100%;
}
.image_overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.35);
	color:#fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	opacity:0;
	transition:opacity 0.25s;
}
.image_overlay_blur {
	backdrop-filter:blur(2px);
}
.image_overlay:hover {
	opacity:1;
}
.image_title {
	font-size: 2em;
	font-weight: bold;
}
.image_description {
	font-size: 1.25em;
margin-top:0.25em;
	text-align:center;
}



.studio {
	float:left;
	width:100%;
}

.beauxarts {
	float:left;
	width:100%;
}

/* Carousel images 75% size, was 66 */
.image_75 {
width: 98%;
display: block;
margin-right:auto;
margin-left:auto;
}
/* Remove carousel dots using collapse instead of hidden*/
.carousel-indicators {
	visibility:collapse;
}

/* Profile para text line height increase */
.profile_para { 
	line-height: 220%;
}
/* Carousel caption  */

	.carousel-caption {
font-size: 14px;
padding-bottom: 1px;
		bottom: 5px;
}
