#sitaBox {
	display: none;
}

.intro {
	display: flex;
	width: 100%
}

.queryBar {
	display: grid;
	grid-template-columns: 80% 20%;
	width: 100%;
	grid-column-gap: 1vw;
}

#inputSita{
	box-shadow: 0px 0px 5px 0px black;
}

.dissect {
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 1rem 0 1rem 0;
	text-transform: uppercase;
	font-family: monospace;
	font-weight: 900;
	font-size: 1rem;
	width: 100%;
    height: 50vh;
    background: lightblue;
    background-image: url("../Assets/Aeronautical information 3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dissect p{
text-transform: none;
padding: 1rem;
background: rgba(0,0,0,0.5);
color: white;
border-radius: 25px;
}
