#instagram
{
	margin-top:50px;	
}

.cta
{
	border-width: 7px;
    background-color: #a09f9f;
    margin: 10px;
    border-color: #a09f9f;
    border-style: solid;
    text-align: center;
    border-radius: 7px;
}

.subtitle
{
	width: 100%;
    margin: auto;
    padding-left: 4%;
	
}

.hide
{
	display: none;
}

.lightbox
{
    width: 100%;
    height: 100vh;
    background-color: black;
    position: fixed;
    z-index: 2;
    top: 0;
	text-align:center;
	
}

.lightbox img
{
display: block;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    cursor:url(../images/cursor_lightbox.png), auto;
    z-index: 10;
    position: relative;
    margin-top: -50px;
}

#lightbox-please-wait
{
    z-index: 0;
    margin: auto;
    position: relative;
    width: 100%;
    height: 50px;
}

.image img{
  cursor:pointer;
}

.hero_image 
{
	max-width: 200px;
}


.hero_image_a
{
	max-width: 400px;
}

.first_gallery_image
{
		max-width: 200px;
}

img
{
	width:100%;	
}

.hero_image_article
{
	padding:2px;
}

.video
{
	margin: auto;
  width: 50%;    
  padding: 20px;	
}

.image_detail
{
	width: 70%;

}

.image_detail image
{
padding: 20px;
max-width: 100%;
cursor:pointer;

	
}

.image_detail img
{
	border-radius: 4px;
display: block;
width: 100%;
float: left;
opacity:0.65;
	
}

.image_detail img:hover
{
	opacity:1;
}

#poem
{
	float:left;
	width:30%;
	
}