body
{
	background-color: #110130;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #ddd;
}

a:link 
{
    color: #fff;
	text-decoration: none;
	
}

a:visited 
{
    color: #fff;
}

a:hover 
{
    color: #fff;
}

a:active 
{    
	color: #fff;
}



.postcard
{
	display: inline-block;
	
	text-align: center;
	
	
}

.postcard p
{
	padding: 3px;
	margin-top: 10px;
}

.title
{
    text-align: center;
	color:  #ddd;
	margin-top: 45px;	
	margin-bottom: 10px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.title1
{
    text-align: center;
    color:  #ddd;
	margin-top: 0;	
	margin-bottom: 30px;
	
}
h1.styl
{
    font-weight: 700;
}


/* Hover effects */

.photo
{
	overflow: hidden;
}


.photo img
{
	
	width: 100%;
	height: auto;

	transition: all 0.5s ease-in-out;
	
}

.photo:hover img
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.overlay
{
	position: relative;
	width: 100%;
	height: auto;
}

.overlay .link
{
	position: absolute;
	display: block;
	width: 100%;
	height: 30%;
	background-color:  #110130;
	left: 0px;
	bottom: -20px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.overlay:hover .link
{
	opacity: 0.85;
}
.link p
{
    margin-top: 30px;
    
}


.photo1
{
    overflow: hidden;
   margin-top: 100px;
}


.photo1 img
{
	
	width: 100%;
	height: auto;

	transition: all 0.5s ease-in-out;
	
}

.photo1:hover img
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.overlay1
{
	position: relative;
	width: 100%;
	height: auto;
}

.overlay1 .link1
{
	position: absolute;
	display: block;
	width: 100%;
	height: 30%;
	background-color:  #110130;
	left: 0px;
	bottom: -10px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.overlay1:hover .link1
{
	opacity: 0.85;
}

.link1 p
{
    margin-top: 10px;
    text-align: center;

}