/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.big-header {
	color: #435E95;
	font-family: 'Marcellus SC', Georgia, "Times New Roman", Times, Serif;
	font-size: 25px;
}

.databack li {
	margin: 10px;
}

.photowall-container {
   margin-left:0px;
   box-shadow: 5px 5px 2px grey;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}
