@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

body {
  background-color: #fff ;
  font-family: Source Sans Pro;
  margin: 0;
  padding: 0;

}

p {
  margin: 5px;
}
h1 {
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  opacity: .8;
}
h2 {
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #a42d2e;
  text-align: center;
  margin-top: 30px;
}
h4 {
    text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
  opacity: .8;
  font-size: 14px;
}

.container {
  width: 680px;
  cursor: pointer;

  
}

.bg-1 {
  background-color: #c46e71; 
}

.bg-2 {
  background-color: #df0c15; 
}

.bg-3 {
  background-color: #fecd74; 
}

.bg-4 {
  background-color: #fd785d; 
}

.bg-5 {
  background-color: #f5424a; 
}

.bg-6 {
  background-color: #a42d2e; 
}

.close-button {
  height: 25px;
  width: 25px;
  float: right;
  
  transition: opacity .5s;
}

.view-button {
  padding: 4px 10px; 
		text-align:center;  
		color:#FFF;  
		text-decoration:none;  
		line-height:20px;  
		font-family:'Oswald', Helvetica; 
		font-size: 15px;
		 
	position: absolute;
	bottom: 2%;
	right: 3%;
		
		background: #3EACBA;  
		border:1px solid #379AA4;  
		background-image:-webkit-linear-gradient(top, #1665a6, #a42d2e);  
		background-image:-moz-linear-gradient(top, #1665a6, #1772bd);
		background-image:-ms-linear-gradient(top, #1665a6, #1772bd);  
		background-image:-o-linear-gradient(top, #1665a6, #1772bd);  
		background-image:linear-gradient(top, #1665a6, #1772bd);    
		border: solid 1px #002833;       
border-bottom: solid 1px #00566e;       
box-shadow: inset 0 0 0 1px #00b2e4;    
       
 text-shadow: 0 1px 0 #7b502e;
  
}

.view-button:hover {
  opacity: 1;
}

.close-button:hover {
  opacity: .7;
}
a {color: #0d1cc3; text-decoration: none; font-weight: bold;}
.closed-box, .closed-box-1 {
  margin: 5px;
  width: 680px;
  height: 60px;
  
  outline: 1px solid white;
  outline-offset: -4px;
}

.open-box {
position: relative;
  
  background-color: #f6eaea;
  padding: 15px;
  margin: 5px;
color: black;
width: 652px;
}

img {
  margin-top:-10px;
}

img:hover {
  opacity: .9;
}
figure { width: 600px;}
figcaption
{text-align: left;font-weight:bold;
color: white; padding-top: 20px; margin-left: -20px; font-size: 18px;}
table {
border: 1px solid black;
}

td, th {
border: 1px solid black;
padding: 5px;

}

.wrapper {
	width: 700px;
	
	display: block;
	
	padding-bottom: 10px;
	margin: 0;
}

