@charset "UTF-8";
/* CSS Document */



/***************************/

.bernstein{
	padding: 1em;
	background-color: rgba(255,255,255,0.5);
}


#bernsteinPic{
	border-radius: 6px;
}

.bernstein p{
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size: 13pt;
	line-height: 1.9;
	color: #4D3319;	
	}

.bernstein .caption{
	font-family: "PT Serif", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #806000;	
	text-shadow: 2px 2px rgba(32, 0, 0);	
	text-align: center;
	margin-bottom: 0.5em;

}

.bernstein a {
	color: #663300;	
	text-decoration: underline;
}

.bernstein a:hover, 
.bernstein a:focus  {
	color: #B37700;
	text-decoration: none;
}

p strong{
	color: #700000;
	font-weight: bolder;
}


/*****************/



/***************************/

/*smallest devices (phones less than 768px)*/
@media (max-width: 767px) { 

.bernstein{
	padding: 0.5em;
}


#bernsteinPic{
	margin-bottom: 0;
	}

.bernstein .caption{
	font-size: 10pt;
	font-style: italic;
	margin-bottom: 0.5em;
}


.bernstein p{
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.8;
	color: #4D3319;
	
	}



  }