body {
	background-image: url('/weather/images/default1.jpg');
	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;
}
#weatherContainer {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 5px 6px 18px 0px #000000;
    padding: 50px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 6px 18px 0px #000000;
	position: absolute;
	visibility: hidden;
}
#weatherContainer 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;
}

#weatherMain {
	display: block;
	margin-bottom: 20px;
}
#weatherMain div {
	display: inline-flex;
}
#weatherDescriptionHeader {
	font-size: 28px;
	vertical-align: 26%;
	margin-left: -26%;
}
#temperature {
	font-size: 38px;
	vertical-align: 100%;
}
.bottomDetails {
	display: block;
	font-size: 20px;
	text-align: center;
}
.verybottomDetails {
	display: block;
	font-size: 20px;
	text-align: center;
	color: red;
}
.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;
}
#documentIconImg {
	margin-left: 50%;
}
#documentMoonImg {
	margin-left: 90%;
	width: 100px;
	height: 68px;
}
