@charset "UTF-8";
.mapSection {
	width: 90%;
	max-width: 1200px;
	margin: 3% auto 0 auto;
	text-align: center;
	padding: 20px;
	border: 1px solid #5A5A5A;
	border-radius: 20px;
	
}
#mapsDiv {
	height: 100%;
	margin-bottom: 200px;
}
.mapSection h1 {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 2.5em;
}
.mapSectionBottom {
	margin-bottom: 200px;
}
#location {
	color: #eee;
}
/* Make the maps responsive */
.mapContainer{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.mapContainer iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.arcticWeather{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.antarcticaWeather {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-left: 30%;
	margin-right: 30%;
	padding-top: 20px;
}