@charset "utf-8";
/* CSS Document */

.votdSingle {
	background-image: url("../images/backgrounds/bg-4.jpg");
    border-bottom: 2px solid #387538;
	margin: 0px auto;
	padding: 20px 0px 5px;
	max-width: 100%;
	text-align: center;
}
 .votdIMG {
	max-width: 300px;
	height: auto;
	border: 10px ridge #36280D;
}
 .votdSingle h3 {
	color: black;
	text-shadow: 2px 2px 3px ivory;
}

.titleSection {
	margin: 0px auto;
	max-width: 600px;
	height: auto;
}
.titleDIV {
	color: antiquewhite;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.titleIMG {
	max-width: 100%;
	height: auto;
	
}
.galleryColumns {
	background-image: url("../images/backgrounds/paper-parchment.png");
    background-size: cover;
    background-attachment: scroll;
	background-color: white;
	border: 10px ridge #36280D;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0px 150px;
}

.galleryColumn {
	text-align: center;
	color: white;
	flex: 1;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }	
}
.galleryColumn a {
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.galleryImage {
	border: medium double #387538;
	max-width: 250px;
	height: auto;
}
 .moreVOTD {
    padding: 15px 0px;
    color: black;
	text-align: center;
	text-shadow: 2px 2px 3px ivory;
}
.moreVOTD button {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    font-size: 125%;
    cursor: pointer;
}

@media (max-width: 1200px) {
	.galleryColumns {
		margin: 0px 25px;
	}
	.votdIMG {
		max-width: 250px;
	}
	.galleryImage {
		max-width: 200px;
	}
}

@media (max-width: 900px) {
	.galleryColumns {
		margin: 0px 0px;
	}
	.votdIMG {
		max-width: 200px;
	}
	.galleryImage {
		max-width: 175px;
	}
}