
#reserve-text-section{
        height: 65vh;
        width: 100%;
        background-image: url("../img/CityTaxiErmeloHomePagePhoto.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
}
#reserve-text-section::before{
    content: "";
    height: 100%;
    background-color: rgb(212, 229, 255);
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#reservation-form{
    margin: 3rem 0;
}

.reserve-heading-text {
	font-size: 5rem;
	font-family: 'Roboto', sans-serif;
	color: #062f86;
	text-transform: uppercase;
	text-align: center;
}

@media(max-width:600px){
    .reserve-heading-text {
	font-size: 3rem;
    }
}





