.wrapper {
	text-align: center;
	color: royalblue;
}

.map-image {
	height: 300px;
	border-radius: 50%;
	border: 5px solid red;
}
.items {
	color: white;
}

.guns {
	color: white;
}
.footcontent {	
	padding-left: 75%;
	padding-top: 0%;
}
footer {	
	margin-top: 205%;
	height: 16%;
}
@media only screen and (max-width: 600px) {
	.map-image {
		height: 150px;
		border-radius: 50%;
		border: 2px solid red;
	}
	.map {
		padding-top: 40%;
	}
	.footcontent {
		font-family: "Roboto Slab", serif;
		font-size: 17px;
      		color: red;
     		padding-top: 0px;
		padding-left: 150px;
	}
}

