/* --- site colours:

deep red = #711118
light-red= #cc0000
green = #34B484

--- */
html, body {
	background-color: #000;
}



/* --- header --- */

header {background-color:#000;
margin:0px;
padding:0px; 
}

/* --- page specifics -- */
/* --- instagram position on image page -- */

@media only screen and (min-width : 25em) {

.iframe {
	width: 50%;
	display:block;
	margin-left:auto;
	margin-right: auto;
	text-decoration: none;
	}
	
li.li-content {padding-bottom:0; 
}

/* --- social media sidebar --- */
.social-sidebar {
  position: fixed;
  top: 50%;
  right: 40px;
  width: 40px;
  transform: translate3d(0px, -50%, 0px);
  z-index: 40; }
  
.social-links li{
  padding: 0.5em 0;
} 

	
@media only screen and (max-width: 767px) {
 

  .social-sidebar {
    right: -10px; }

   }	
	
		
	

@media only screen and (max-width: 639px) {
  
   .social-sidebar {
    right: -20px; }

	figcaption {
	 font-size: 0.9em; }
	  
	  }


