/* GLOBAL STYLES */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

html {
	height: 100%;
	box-sizing: border-box;
}

* {
	font-family: 'Lato', sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

*:before,
*:after {
	box-sizing: inherit;*/
}

BODY {
	position: relative;
	padding-bottom: 6rem;
	min-height: 100%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 0px;
}

.boldText {
	font-weight: 700;
}

.center {
	text-align: center;
}

.header {
	font-weight: 700;
	font-size: 3em;
	letter-spacing: .15em;
	color: white;
	background-color: #52595e;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.menu {
	font-weight: 300;
	font-size: 1em;
	letter-spacing: .15em;
	color: black;
	background-color: #F2F3F5;
	border-bottom: 1px solid #A5B2BD;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.homelink {
	text-decoration: none;
	color: white;
}

.menulink {
	text-decoration: none;
	color: black;
}

.menulink:hover {
	text-decoration: underline;
}

.content {
	overflow: auto;
	padding: 20px 0px 80px 20px;
}

.footer {
	background-color: #F2F3F5;
	border-top: 1px solid #A5B2BD;
	font-weight: 400;
	font-size: .75em;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
}

/* PRO STYLES */

.Party {
	background-color: white;
	border: 1px solid #A5B2BD;
	width: 640px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

.PartyLabel {
	font-weight: 700;
	text-align: center;
	margin: 10px;
	padding: 5px;
	background-color: #F2F3F5;
}

.Banner {
	text-align: center;
	width: 630px;
	height: 140px;
	overflow: hidden;
	padding: 5px;
}

.Thumbs {
	text-align: center;
	width: 640px;
	height: 150px;
	overflow: hidden;
}

.BannerImg {
	width: 550px;
}

.FrontImg {
	width: 310px;
	padding: 5px;
}

.BackImg {
	width: 310px;
	padding: 5px;
	float: left;
}

/* RADAR STYLES */

.radarGroup {
	width: 1280px;
	background-color: #F2F3F5;
	border: 1px solid #A5B2BD;
	margin: 20px 0px 0px 20px;
	padding: 0px 10px 10px 10px;
	float: left;
}

.radarBase {
	position: relative;
	float: left;
}

.radarLinks {
	margin: 10px;
	padding: 10px;
	float: left;
}

.accuweather_bug {
	float: right;
	margin-top: -23px;
}

.radarLabel {
	font-weight: 700;
	text-align: center;
	width: 640px;
	padding-top: 10px;
}

.radarLabelWide {
	width: 1280px;
}

.radarMap {
	margin-top: 10px;
}

.radarMap2 {
	width: 640px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.radarMetro {
	position: absolute;
	top: 0px;
	left: 0px;
}

.radarMetro2 {
	position: absolute;
	top: 0px;
	left: 70px;
}

#trafficMap {
	width: 1278px;
	height: 480px;
	margin-top: 10px;
	border: 1px solid black;
}

@media screen and (max-width: 1359px) {

	.radarGroup {
		width: 640px;
		background-color: #F2F3F5;
		border: 1px solid #A5B2BD;
		margin: 20px 0px 0px 20px;
		padding: 0px 10px 10px 10px;
		float: left;
	}

	.radarLabelWide {
		width: 640px;
	}

	#trafficMap {
		width: 640px;
		height: 480px;
		margin-top: 10px;
		border: 1px solid black;
	}

	.accuweather_bug {
		float: none;
		margin-top: 10px;
		text-align: center;
	}

}

/* GALLERY STYLES */

.galleriesDiv {
	width: 1280px;
	background-color: #F2F3F5;
	border: 1px solid #A5B2BD;
	margin: 20px 0px 0px 20px;
	padding: 0px 10px 10px 10px;
	float: left;
}

.galleriesList {
    list-style-position: inside;
    list-style-type: none;
    padding-left: 20px;
}

.galleriesList li {
    padding-bottom: 5px;
}

.galleryDiv {
	width: 1280px;
	background-color: #F2F3F5;
	border: 1px solid #A5B2BD;
	margin: 20px 0px 0px 20px;
	padding: 0px 10px 10px 10px;
	float: left;
}

.galleryLabel {
	font-weight: 700;
	text-align: left;
	width: 640px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.galleryRow {
  display: flex;
  flex-wrap: wrap;
/*
  padding: 0 4px;
*/
}

/* Create four equal columns that sits next to each other */
.galleryColumn {
/*
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
*/
	width: 318px;
	text-align: center;
}

.galleryColumn img {
/*
  vertical-align: middle;
*/
	margin-top: 8px;
	width: 302px;
}


@media screen and (max-width: 1359px) {

	.galleriesDiv {
		width: 640px;
		background-color: #F2F3F5;
		border: 1px solid #A5B2BD;
		margin: 20px 0px 0px 20px;
		padding: 0px 10px 10px 10px;
		float: left;
	}

	.galleryDiv {
		width: 640px;
		background-color: #F2F3F5;
		border: 1px solid #A5B2BD;
		margin: 20px 0px 0px 20px;
		padding: 0px 10px 10px 10px;
		float: left;
	}

}