.jumbotron{
	background-color: #484848;
	color: white;
	padding: 20px;
	text-align: center;
}

.form-control{
	margin-top: -260px;
}

#button-addon1 {
	margin-top: -260px;
	margin-right: 1100px;
	height: 39px;
}

.currentweather{
	width: auto;
	margin-right: 15px;
	margin-left: 100px;
}

.forecastTitle{
	width: auto;
}

.cities{
	margin-top: -225px;
	height: auto;
	width: 100px;
}

h3{
	margin-left: 325px;
	margin-top: -40px;
}

.out{
	background-color: #00AEEB;
	color: white;
	width: 40px;
	margin-top: 10px;
	margin-left: 25px;

}

.out1{
	margin-top: 10px;
	margin-left: 340px;
}

.out5{
	margin-right: 12px;
}

.uvGreen {
	background-color: green;
	border-radius: 5px;
	width: 20px;
	color: white;
}

.uvYellow {
	background-color: yellow;
	border-radius: 5px;
	width: 150px;
}

.uvOrange {
	background-color: orange;
	border-radius: 5px;
	width: 150px;
}

.uvRed {
	background-color: red;
	border-radius: 5px;
	width: 150px;
	color: white;
}

.uvPurple {
	background-color: purple;
	border-radius: 5px;
	width: 150px;
	color: white;
}

.btn-primary,
.clear{
	margin-top: 2px;
}

body{
	background-color: #E6F6FA;
}

.dayweather{
	background-color: #C8FFA3;
}

.search{
	background-color: #ECECEC;
}