html, body {
    height: 100%;
}

body {
    margin:0px;
    padding:0px;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.homeTitle {
	color: white;
	font-family: 'Marvel', sans-serif;
	font-family: 'Wire One', sans-serif;
}

#homeTitle1 {
	font-size: 7em;
}

#homeTitle2 {
	font-size: 6em;
	margin-top: -50px;
	margin-left: 140px;
	margin-bottom: 20px;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover{
	color: #84c4e5;
}

a.menuLink {
	color: black;
}

#mainContainer {
	display: none;
	/* max-width: 1180px; */
}

#cameraDiv {
	position: relative;
	margin: auto;
    max-width: 500px;
}

#pageTitleDiv {
    position: absolute;
	top: 46%;
	left: 15%;
}

#imageContainer {
	/* border: 2px solid yellow; */
	margin: auto;
	max-width: 750px;
	margin-bottom: 50px;
}

#imageContainer2 {
	max-width: 1000px;
	/* border: 2px solid blue; */
	margin: auto;
	margin-bottom: 50px;
}

.menuGroup {
	float: left;
	height: 100%;
	width: 460px;
	margin-bottom: 25px;
}

.firstGroupItem {
	margin-left: 20px;
	margin-right: 45px;
}

#menuGroupFavorites {
	max-width: 190px;
}

.groupCol {
	display: block;
	float: left;
}

.menuItem {
	position: relative;
	width: 180px;
}

.menuImage {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #dddddd;
}

.linkDescription {
	left: 0px;
	color: white;
	background: #333333;
	letter-spacing: 1px;
	border: 2px solid black;
	padding: 5px;
	text-align: center;
    margin-top: -2px;
    padding-left: 2px;
    padding-right: 2px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #dddddd;
	border-top: none;
	height: 55px;
	padding-top: 15px;
}

#linkDescriptionOdonata {
	padding-top: 3px;
}

#footerInfo {
	margin: auto;
	padding-left: 40px;
}

a.footerLink {
	color: black;
	font-weight: bold;
	font-size: .9em;
}

#copyright {
	height: 32px;
	width: 100%;
	background: #dddddd;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #999999;
	border-radius: 10px;
}

#loadingDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: black;
	opacity:0.70;
	display: none;
}

#loadingImgAndMsg {
    width: 90px;
	margin: auto;
	margin-top: 300px;
    padding-right: 60px;
}

#myStats {
	position: absolute;
	top: 210px;
	left: 680px;
	color: red;
	font-style: italic;
	text-align: center;
	z-index: 100;
}

.hoverButton {
	cursor: pointer;
}

@media (max-width: 599px) {
	/* #camera {
		max-width: 75%;
	} */
	#cameraDiv {
		max-width: 60%;
	}
	#pageTitleDiv {
		top: 46%;
		left: 12%;
	}
	#pageTitleImage {
		width: 60%;
	}
	.menuGroup {
		margin-bottom: 10px;
	}
	.menuItem {
		max-width: 125px;
	}
	.firstGroupItem {
		margin-left: 20px;
		margin-right: 25px;
	}
	#menuGroupFavorites {
		margin-left: 60px;
	}
	.linkDescription {
		font-size: .8em;
		height: 45px;
		padding-top: 12px;
	}
	#copyright {
		height: 25px;
		font-size: .8em;
	}
}
