h1 {
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #00215b;
}

h3 {
	color: #00215b;
	text-decoration: underline;
	text-align: center;
}

h5 {
	margin-top: -10px;
	color: #00215b;
	text-align: center;
}


p {
	text-align: center;
	max-width: 600px;
	/* Adjust the max-width as needed */
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: 500px;
	opacity: 1;
}


aside h1 {
	text-decoration: none;
	padding: 25px;
	/* Adjust the font size for the h2 */
	margin-bottom: 10px;
	/* Optional margin for spacing */
	background-color: rgba(255, 255, 255, 0.8);
	border: 2px solid #00215b;
	/* Border for individual boxes */
	border-radius: 5px;
	/* Rounded corners for individual boxes */
	box-shadow: 0 0 3px rgba(239, 74, 37, 0.9);
}


form {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 3px 3px 10px 2px#ee4924;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.7);
}

.formsheet {
	margin-bottom: 20px;
}

.centered-text {
	max-width: 375px;
}

.application {
	max-width: 1080px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.appTitle {
	display: flex;
	align-items: center;
	text-align: center;
	border-top: 2px dotted #00215b;
	border-bottom: 2px dotted #00215b;
}

.information {
	max-width: 1080px;
}

.table {
	margin-left: auto;
	margin-right: auto;
}

form p input[type="text"],
form p input[type="numbers"] {
	border: 1px solid #00215b;
	padding: 5px 10px;
	width: 59%;
	height: 18px;
	font-size: 16px;
}

form p input[name="firstname"] {
	margin-left: 33px;
}

form p input[name="email"] {
	margin-left: 5px;
}

#dialysisStreetAddress{
	margin-right: 100px;
}

.hours {
	width: 100%;
}

.formsheet,
.map {
	z-index: 1;
}

.formsheet p{
	color: #00215b;
}

.formsheet h2{
	margin-left: 31%;
}

h2{
	color: #00215b;
}

.page,
.menu,
.hours,
.contact {
	max-width: 100%;
	margin: 0 auto;
}

.transport_type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.transport_type label {
    margin: 5px; /* Adjust label spacing as desired */
}

.map {
	position: relative;
	width: 100%;
	height: 400px;
	/* 16:9 Aspect Ratio */
	overflow: hidden;
	border-top: 2px solid #ee4924;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.title,
.form,
.hours,
.contact,
.location {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1s ease-out, transform 1s ease-out;

}

.map {
	opacity: 0;
	transform: translateY(200px);
	transition: opacity 1s ease-out, transform 1s ease-out;

}

.reveal {
	opacity: 1;
	transform: translateY(0);
}

.app-parallax {
	/* The image used */
	background-image: url("ATC_Word_Logo2.png");
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	/* Align content at the top */
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}


.background-color {
	/* Full width and height of the viewport */
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 33, 91, 0.3));
	/* Background color with transparency */
	position: absolute;
	/* Position this container absolutely */
	top: 0;
	left: 0;
}

.background-color2 {
	/* Full width and height of the viewport */
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(0, 33, 91, 0.3));
	/* Background color with transparency */
	position: absolute;
	/* Position this container absolutely */
	top: 0;
	left: 0;
}

.checkbox-group {
	display: inline-block;
	margin-right: 10px;
}

.formsheet p{
	text-align: left;
}


@media (max-width: 960px){
	form {
		max-width: 600px;
	}

	.formsheet h2{
		margin-left: 17%;
	}
   
}

@media (max-width: 600px) {
	form {
		max-width: 350px;
	}

	.formsheet p{
		font-weight: bold;
	}

	.formsheet h2{
		margin-left: 0%;
	}

	.formsheet h3{
		font-size: 16px;
	}

	.formsheet p {
        margin-bottom: 15px; /* Adjust the bottom margin between paragraphs */
    }
}