/*# Main CSS - mid-term*/

.container {
/*	width: 900px;*/
}

.search-bar {
	float: right;
	margin-right: 20px;
	width: 30%;
}

.search-bar input, button {
	margin-top: 7px;
	width: 30%;
}

.search-bar button {
	margin-top: 7px;
	margin-left: 0px;
	float: left;
	width: 100%;
}

.navbar {
	margin-bottom: 0px;
}


.logo-box {
	margin-top: 5px;
	margin-left: 10px;
}

.header {
  color: #111; 
  font-family: 'Open Sans Condensed', sans-serif; 
  font-size: 60px; 
  font-weight: 700; 
  line-height: 60px; 
  margin: 0 0 0; 
  padding: 10px 10px; 
  text-align: center; 
  text-transform: uppercase; 
}

.map-box {
	width: 97%;
	height: 145px;
	text-align: center;
	vertical-align: middle;	
    margin: 0 auto; 
    margin-top: 10px;
    border-radius: 16px;
}

.city-name {
	display: inline-block;
  	font-size: 24px; 
	text-align: center;
	vertical-align: middle;	
	background: White;
	border: 5px solid Black; 
	border-radius: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px 5px 3px 3px; 

}

.city-box {

/*	width: 600px;*/

	text-align: center;
	vertical-align: middle;
    width: 50%;
    margin: 0 auto; 
}

.city-text {
	display: inline-block;
/*	width: 400px;*/
	position: relative;
	text-align: right;
}

.city-button {
	width: 100px;
	position: absolute;
	float: top;
    display: inline-block;
	margin-left: 50px;
	top: 0px;
	text-align: center;
	vertical-align: middle;
}

.box-container {
	text-align: center;
	vertical-align: middle;
}

.floating-box {
    display: inline-block;
    overflow: hidden;
    width: 350px;
    height: 205px;
    border: 3px solid Black;  
    margin: 5px;
    border-radius: 10px;
    background: White;
    clear: both;
}

.data-box {
	display: inline-block;
	position: relative;
	float: left;
	left: 0px;
	width: 144px;
	height: 100px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.current-box {
	font-size: 12px;
	display: inline-block;
	padding: 1px;
	background: Black;
	color: White;
	width: 70%;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
}

.shortDesc-box  {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.temp-box {
	margin-top: 5px;
}

.tempHigh-box {
	display: inline;
	background-color: #ff9999;
	padding: 3px;
	border-radius: 8px;
}

.tempLow-box {
	display: inline;
	background-color: LightBlue;
	padding: 3px;
	border-radius: 8px;
}

.giphy-box {
    left: 144px;
    top: 0px;
/*	float: right;*/
	margin-left: 144px;
	width: 200px;
	height: 115px;
	overflow: hidden;
	border-radius: 5px;
}

.giphy-box img {
    width: 100%;
    height: 100%;
}

.summary-box {
	height: 98px;
	width: 346px;
/*	padding-top: 35px;*/
	text-align: center;
	vertical-align: middle;
}

.summary-icon {
	float: top;
	padding-top: 0px;
	padding-left: 5px;
	display: inline-block;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
/*	width: 146px;
	height: 100px;	*/
}

.summary-text {
    left: 100px;
    top: 0px;
/*	float: right;*/
	margin-left: 100px;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;	
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
}


@media only screen and (max-width: 1000px) {

	.search-bar {
		float: right;
		margin-right: 10px;
		width: 50%;
	}

	.search-bar input {
		width: 50%;
	}

}


@media only screen and (max-width: 500px) {

	.search-bar {
		float: right;
		margin-right: 10px;
		width: 95%;
	}

	.search-bar input {
		width: 95%;
	}
}