@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #2F2F2F;
	color: white;
	font-family: "trebuchet MS, Verdana, sans-serif";
}

#mainLogo img {
	max-width: 430px;
}

.navbar-default {
    background-color: white;
    border: none;
}

.bodyWrapper {

}

footer {
	background-color: inherit;
	color: white;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: white;
}

a:active {
	color: blue;
}

#mainLogo h1 a {
	color: white;
}

ul, li {
	text-decoration: none;
	list-style-type: none;
}

.caption {
	background-color: gray;
	color: white;
	padding-top: 5px;
	padding-bottom:5px;
	border-radius: 0 0 10px 10px;
	
}

.square {
	max-height: 300px;
	width: 100%;
	overflow: hidden;
	border-width: thin;
	border-color: gray;
	border-style: solid;
	
}

.gdItems {
	min-height: 350px;	
}




