body {
	  font-family: 'Tiro Devanagari Hindi', serif;
      background-color: #efe88d;
	  color: #4ab098;
}
#header {
    text-align: center;
}
    
#header img {
	height: 15rem;
	width: 25rem;
    display: block;
    margin: 5rem auto;
}
	
.location-icon{
	width: 7.0vh;
	height: 7.0vh;
}
	
.body-text {
	padding: 2.0vh;
	align-items: center;
	justify-content: center;
    display: flex;
    flex-direction: row;
}
	
h3 {
	font-size: 2.5vh;
}
	
@media screen and (max-width: 1024px) {
	#header {
		height: 20vh;
	}
}


/* ++++++++++++++++ MEDIA QUERIES (SMALL DEVICES) +++++++++ */
@media screen and (max-width: 600px) {
	#header {
		height: 15vh;
	}
}