.myheader{
    position:relative;
}

.img2{
	width: 100%;
}

/*.post-content {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.5;
    top:0;
    left:0;
    position: absolute;
}*/

.post-content { 
   position: absolute; 
   bottom: 5%; 
   left: 15%; 
   width: 100%; 
}


.post-content span { 
   color: white; 
   letter-spacing: -1px;  
   /*font-size: 90px;*/
   /*background: rgb(0, 0, 0); /* fallback color */
   /*background: rgba(0, 0, 0, 0.7);*/
   padding: 10px; 
}

.pic{
	width: 100%;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.figcap{
	text-align: right;
	font-size: 10px;
}

.secondrow{
	margin-top: 30px;
}

.insecondrow{
	margin-top: 10px;
	text-align: center;
}

.buttonA{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}