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

body {
	font-family: 'Roboto', sans-serif;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75),
		rgba(0, 0, 0, 0));
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.logo {
	font-weight: 100;
	text-align: center;
	color: white;
	font-family: 'Michroma', sans-serif;
	letter-spacing: 1px;
	transition: color 0.3s ease;
}

.logo:hover{
	color: #ffcc00;
}

.nav-links {
	list-style: none;
	display: flex;
	gap: 1.5rem;
}

.nav-links li a {
	text-decoration: none;
	color: white;
	font-weight: 100;
	transition: color 0.3s ease;
}

.nav-links li a:hover {
	color: #ffcc00;
}

.titleBackground {
	background-image: url("images/photo-Road2.jpg");
	background-size: cover;
	background-position: center;
	height: 700px;
}

.RoadOverlay {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2),
		rgba(0, 0, 0, 0.05));
	text-align: center;
	width: 100%;
	padding-top: 100px;
	color: white;
}

.landingLogo {
	font-size: 45pt;
	font-family: 'Michroma', sans-serif;
	letter-spacing: 6px;
	height: 75px;
	margin: 50px;
}

.landingSlogan {
	font-size: 45px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	letter-spacing: -1.20px;
	height: 105px;
}

.IntroJourney {
	font-family: 'Questral', sans-serif;
	color: white; text-align : center;
	font-size: 19pt;
	font-weight: 300;
	letter-spacing: 0.5px;
	height: 60px;
	text-align: center;
}

.BeginButton {
	background-color: rgba(0, 0, 0, 0);
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: white;
	width: 90px;
	height: 40px;
	border-color: white;
	border-style: solid;
	border-radius: 5px;
}

.BeginButton:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}

.MBCPHS {
	background-color: #282828;
	height: 250px;
	text-align: center;
}

.MBLogo {
	margin-top: 50px; width : 100px;
	height: 100px;
	width: 100px;
}

.aboutContainer {
	background-color: white;
	overflow: auto;
	margin: 20px;
}

.aboutGrid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 2fr; /* 2 columns for desktop */
	margin: auto;
}

.aboutGrid>div {
	align-content: center;
	height: 500px;
}

/* Responsive for mobile */
@media ( max-width : 600pt) {
	.aboutGrid {
		grid-template-columns: 1fr; /* 1 column on mobile */
	}
	.aboutCar {
		margin-left: 65px;
	}
}

.aboutCar {
	width: 350px;
	height: auto;
}

.aboutHeader {
	margin-top: 20px;
	margin-left: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 32pt;
	font-weight: 200;
	color: black;
}

.aboutText {
	font-size: 16pt;
	font-weight: 200;
	margin: 20px;
}

.servicesContainer {
	background-color: #f5f6f5;
	overflow: auto;
}

.servicesHeader {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 32pt;
	font-weight: 200;
	color: black;
	margin: 20px;
}

.servicesGrid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr); /* 2 columns for desktop */
	margin: auto;
}

.servicesGrid>div {
	text-align: center;
	margin: 0px 50px 60px 50px;
}

/* Responsive for mobile */
@media ( max-width : 600pt) {
	.servicesGrid {
		grid-template-columns: 1fr; /* 1 column on mobile */
	}
}

.servicesSubHeader {
	font-size: 18pt;
	letter-spacing: -0.5px;
	font-weight: 200;
	margin: 20px;
}

.servicesSubText {
	color: #7f7f7f;
	font-family: 'Questral', sans-serif;
	font-size: 12pt;
	line-height: 30px;
}

.servicesImage {
	font-size: 28pt;
	font-weight: 100;
	color: gray;
	height: 100px;
	width: 100px;
	padding-top: 30px; border-radius : 70px;
	border-style: solid;
	border-color: gray;
	border-radius: 70px;
}

.contactContainer {
	background-image: url("images/photo-Aurora.jpg") ;
	background-size: cover;
	background-repeat:no-repeat;
	width: auto;
	text-align: left;
	overflow: auto;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.contactHeader {
	text-align: center;
	font-size: 32pt;
	font-weight: 200;
	margin: 20px;
	background-image:rgba(0, 0, 0, 0.6);
}

.contactGrid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr); /* 2 columns for desktop */
	margin: auto;
}

.contactGrid>div {
	text-align: left;
	font-size: 12pt;
	align-content: center;
	margin:60px 0px 100px 40px;
}

/* Responsive for mobile */
@media ( max-width : 600pt) {
	.contactGrid {
		grid-template-columns: 1fr; /* 1 column on mobile */
		margin: 40px;
	}
	.contactGrid>div {
		margin:20px 0px 0px 40px;
	}
}

.contactInfo{
	line-height: 70px;
}

.phonebook{
	background-color: #008eff;
	color: white;
	font-size: 14pt;
	border-radius: 60px;
	border-style: solid;
	border-color: #008eff;
	padding: 7px;
}
.envelope{
	background-color: #6fd536;
	color: white;
	font-size: 14pt;
	border-radius: 60px;
	border-style: solid;
	border-color: #6fd536;
	padding: 7px;
}
.map{
	background-color: white;
	color: #454545;
	font-size: 12pt;
	padding: 7px;
	padding-top: 8px;
	padding-bottom:8px;
	border-radius: 80px;
	border-style: solid;
	border-color: white;
}

.messageHeader{
	font-size: 18pt;
	font-weight: 100;
}

.requirement{
	color: red;
}

.messagerInput{
	width: 300px;
	height: 40px;
	font-size: 20pt;
}
.messageInput{
	width: 250px;
	height: 150px;
	font-size: 20pt;
}

.messageInputTitle{
	margin:10px 0px 10px 0px;
}

.mapTitle{
	background-color: #323232;
	padding:10px;
	width: 100%;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 18pt;
	font-weight: 200;
}

.footer {
	margin: 0;
	background-color: #323232;
	height: 200px;
	text-align: center;
	color: #cdcdcd;
	line-height: 50px;
	letter-spacing: 10px;
	font-size: 12pt;
	font-weight: 100;
	padding-top:10px;
}

#sendButton{
	color: white;
	background-color: red;
	border-color: red;
}
#sendButton:hover{
	background-color: black;
	border-color: black;
}

#upChevron{
	font-size: 52pt;
	font-weight: 100;
}