body{

background-image:url('https://www.travelalerts.ca/wp-content/uploads/2016/08/sunny_vacationspots.jpg');
	
	background-size: 110% 110%;
}

p{
	color: white;
	text-align: center;

}
.feeel{
	margin-top: -4%;
	font-size: 2.5em;
}
#temp{
	font-size: 4.5em;
}
#wn{
	font-weight: lighter;
	font-size: 1.5em;

}
#city{
	font-size: 2em;
}
#container{
		box-shadow: 0px 0px 3px 3px white;

//border:2px dotted white;
display: inline-block;
width: 300px;
line-height: 0px;




margin-left: 38%;

}
#loc{
	height: 40px;
	background-color: green;
	border-color: transparent;
	color: white;
	outline: none;
	font-weight: bold;
	margin-left: 40%;

}
label{
	color: white;
	font-size: 1.5rem;
}
form{
	text-align: center;


}
#cityname{
	font-size: 1.2rem;
	height: 25px;
	color: black;
		border-radius: 20px;
	border-color: transparent;
	background-color: white;
	opacity: .8;
	outline: none;
}

#subb{
		height: 30px;
		font-size: 1.2rem;
	background-color: green;
	border-color: transparent;
	color: white;
	outline: none;
	font-weight: bold;
	//box-shadow: 0px 0px 3px 3px white;
}
#icon{
	
	font-size: 4.5rem;
	color: white;
	text-align: center;
	//background-color: red;
}
#extra {
	position: absolute;
	height: 98vh;
	top: 1%;
	left: 0;
	width: 25%;
	//border:1px solid white;
	box-shadow: 0px 0px 3px 3px white;
}
#mobile{
	display: inline-block;
	position: absolute;
	color: white;
	box-shadow: 0px 0px 3px 3px white;
	//background-color: red;
	display: none;
	transform:rotate(90deg);
	background-color: #00001a;
}



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

	#extra{
		display: none;
	    width: 60%;
	    background-color: #00001a;

	}

#container{
	margin-left: 10%;
	width: 80%;
}
#loc{
	margin-left: 20%;
	width: 60%;
	height: auto;
}
#cityname{
	font-size: 1rem;
}
body{
	background-size: 120% 130%;
}
#mobile{
	font-size: 1.2rem;
	display: inline-block;
	top: 40%;
	left: -10%;
}

}
