div {


}
/*Style for Picture Gallery*/
div.PictureColumn {
margin : 16px;


}
div.PictureColumn img {
border-style : solid;
border-width : 2px;
border-color : #DCDCDC
}
.MainTitle {
font-weight : bold;
font-size : 40px;
}
.PictureSetTitle {
color : white;

}
.PictureSet {
display: none;
}
div.rows div.columns(
  padding: 100px;
)
/*section.text-section:hover {
background : #000;
}*/
section.text-section {
padding: 10px;
}
a,
a:visited,
a:active{
color: black;
font-weight:bold;

}
a:hover {
color : #CCC300;
}





.menu-logo img {
	display: block;
	height: 2em;
	margin-top: 5px;
}
.head-logo {
	display: none;
}
/*this media query only affects browsers that are 635px wide or larger */
@media (min-width: 635px) {
	.menu-logo img {
		display: none;
	}
	.head-logo {
		display: block;
	}
	
}


