@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
*{
	font-family: 'Nunito', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.third{
	background-image: url("Images/mainpic2.jpg");
	min-height: 100vh;
	height: auto;
	width: auto;
	background-position: center;
	background-size: cover;
}

.third .bannerVideo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.third .bannerVideo video{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	object-fit: cover;
	opacity: 0;
}
.third .bannerVideo video.active{
    opacity: 1;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.heading {
	text-align: center;
	font-family: 'Fira Code', monospace;
	font-size: 4rem;
	margin-bottom: 60px;
	padding-top: 15px;
}

.sub-heading {
	margin: 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5rem;
}

.location-container {
	margin: 40px 0;
}

.loc-input {
	border: 3px solid #269fe6;
	font-size: 1rem;
	padding: 8px;
	border-radius: 6px;
	margin: 10px;
	width: 270px;
}

.loc-input:invalid {
	border: 3px solid #d34545;
}

.search-btn {
	padding: 10px 14px;
	background-color: #269fe6;
	border: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 4px;
	color: #fff;
	margin: 10px;
	cursor: pointer;
}

.air-quality, .arr, .air-quality-status {
	font-size: 4rem;
	font-weight: 700;
}

.component-names {
	display: inline-block;
	font-size: 1.5rem;
}

.component-container div {
	margin: 10px 0;
}

.component-val {
	font-size: 1.2rem;
	margin-left: 20px;
}

footer {
	text-align: center;
	font-size: large;
}