body {
	background-image: url('pngguru.com(1).png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: white;
	text-shadow: 2px 2px 1px black;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#locationContainer {
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 5px black;
	padding: 50px;
	border-radius: 10px;
	position: absolute;
	visibility: hidden;
}
#locationContainer h1 {
	margin: 5px;
	font-size: 42px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#searchContainer {
	padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
}
#searchContainer input {
	width: 200px;
}
#searchContainer button {
	background-color: rgb(1, 159, 198);
	width: 75px;
}
.searchControl {
	box-shadow: 2px 2px 5px black;
	border: none;
	border-radius: 5px;
	padding: 5px;
}

#locationMain {
	display: block;
	margin-bottom: 20px;
}
#locationMain div {
	display: inline-block;
}
#locationDescriptionHeader {
	font-size: 28px;
	vertical-align: 50%;
}
#temperature {
	font-size: 38px;
	vertical-align: 25%;
}
.bottomDetails {
	display: block;
	font-size: 20px;
	text-align: center;
}
.bottomDetailsHeader {
	display: block;
	font-size: 34px;
	text-align: center;
}
.navigateHeader {
	display: block;
	font-size: 20px;
	text-align: Center;
}
hr {
	margin-bottom: 20px;
}
.navigate {
	box-shadow: none;
	display: block;
	font-size: 12px;
	text-align: Center;
}