/** ADD YOUR AWESOME CODES HERE **/
img.domaine {
	display:none;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}
img.domaine.visible {
	display:inline;
}
p.legend {
    font-family: 'Marck Script', cursive;
    font-size: 1.5rem;
	color: black;
}
#dates {
    background-image: url(../images/rose.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.event-inner {
	background-color: rgba(255,255,255,0.8);
}

#photos {
	margin-top:60px;
}

#photos img{
	margin-bottom:30px;
}