@charset "utf-8";
/* CSS Document */

  body{
  font-family: 'Tangerine', serif;
  }
  .picbrdr{
	 /* border: 2px solid black;
	  border-radius:90px;*/
	  -webkit-box-shadow: -2px 2px 56px 11px rgba(0,0,0,0.69);
-moz-box-shadow: -2px 2px 56px 11px rgba(0,0,0,0.69);
box-shadow: -2px 2px 56px 11px rgba(0,0,0,0.69);
  }
  .caption{
	  font-size:26px;
	  color:#BB1B09; 
	  font-family:'Righteous';
	 
  }
  .cborder{
	border: 5px solid;
	box-shadow: 5px 10px 8px  #888888;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;

  background: radial-gradient(#fff, #CF3);
}

/* Create 3 equal columns that sits next to each other */
.column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  border:2px solid;
  border-color:#003;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
figcaption{
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	margin-left:10px;
	color:#F00;
}
.backbtn {
  bottom: 430px !important;
 
}	
@media screen and (max-width: 600px) {
.backbtn {
	bottom:400px !important;
	left:5px !important;
  }
}	



