* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-optical-sizing: auto;
  line-height: 1.6;
  color: #FFF;
  background-color: #6699CC;
}
body p, body ul {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-optical-sizing: auto;
	font-size: 1.25rem !important;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
header {
  background-color: #000066;
  color: #FFF;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header a {
  text-decoration: none;
}
.header-text h1 {
  font-size: 3em;
  line-height: 45px;
}

/*.header-text h1, .header-text h2 {
  background: linear-gradient(to bottom, #FFFFFF 0%, #888D9B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}*/
.header-text a h1,
.header-text a h2,
.header-text a h2 span {
  background: linear-gradient(to bottom, #FFFFFF 0%, #888D9B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  display: inline;
}

.header-text h2 {
  margin-bottom: 10px;
  margin-top: 0 !important;
  font-size: 2rem !important;
}
.container h2:not(header h2){
	color: #000066;
	font-size: 3rem;
	text-align: center;
	margin-top: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFF;
}
.header-content {
  text-align: center;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.tagline {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.subtitle {
  font-size: 1rem;
  margin-bottom: 15px;
}
.contact-info {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.phone {
  font-size: 1.3rem;
  font-weight: bold;
  color: #f39c12;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  border: 2px solid #f39c12;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.phone:hover {
  background-color: #f39c12;
  color: #FFF;
  transform: translateY(-2px);
}
/* Navigation */
nav {
  background: #000066;
  /*background: linear-gradient(to bottom, #134A6C 0%, #000066 100%);*/
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-top: 1px solid #f39c12;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
}
.nav-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.nav-menu a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.nav-menu a:hover {
  background-color: #f39c12;
  transform: translateY(-2px);
}
/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin: 0 auto;
}
.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #f39c12;
  margin: 3px 0;
  transition: 0.3s;
}
/* Main Content */
main {
  padding: 0px 0;
}
.main-content {
  background: #000066;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* Home Page */
.company-description {
  background: linear-gradient(135deg, #000066 0%, #3475d8 100%);
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.company-description-flex {
  display: flex;
  justify-content: space-between;
}
.company-description-flex img{
	width: 300px;
	height: 225px;
}
.company-description p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #FFF;
}
.company-description p:last-child {
  padding-left: 20px;;
}
.service-description {
  font-size: 1.8rem !important;
  text-align: left !important;
  color: #FFFFFF !important;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000 !important;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.why-choose-section {
  background: linear-gradient(135deg, #3475d8 0%, #000066 100%);
  color: #FFF;
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.txt-img-container {
  display: flex;
  justify-content: space-between;
}
.txt-img-container img {
  max-width: 40%;
  margin-bottom: 40px;
  margin-top: -55px;
}
.why-choose-section h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
.why-choose-section h3:last-of-type {
  padding-top: 40px;
  text-transform: uppercase;
}
.why-choose-text {
  font-size: 1rem;
  line-height: 1.6;
  width: 58%;
}
.why-choose-section ul, .areas-container ul {
  column-count: 4;
}
.models-container, .areas-container {
  max-width: 80%;
  margin-left: 20px;
}

/* Vintage Auto Repair Page */
.vap-heading{
	color: #000066;
	font-size: 3rem;
	text-align: center;
	margin-top: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFF;
}
.vap-description {
  background: linear-gradient(135deg, #000066 0%, #3475d8 100%);
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.vap-description-flex {
  display: flex;
  justify-content: space-between;
}
.vap-description .vap-description-flex:first-of-type img{
	width: 400px;
}
.vap-description p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #FFF;
}
.vap-description ul{
  font-size: 1.25rem;
  line-height: 1.6;
}
.vap-description .vap-description-flex:first-of-type p{
  width: 70%;
  padding-left: 20px;
}
.vap-description-flex:nth-of-type(2){
	margin-top: 20px;
}
.vap-description-flex:nth-of-type(2) p {
	padding-left: 0px;
	padding-right: 20px;
}
.white-gto{
	width: 300px;
}
.steering-wheel{
	width: 400px;
}
.vap-description:nth-of-type(3) h3:first-of-type{
	font-size: 1.45rem;
    text-align: left;
    font-weight: bold;
	text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}
.vap-description:nth-of-type(3) h3:last-of-type{
	margin: 20px 0;
	text-transform: uppercase;
}
.rates{
	width: 85%;
    margin: auto;
    background: #90B7EA;
    padding: 20px;
    color: #000066;
    text-align: center;
    border: 3px solid #000066;
    margin-top: 40px;
}
.rates h3{
	text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.rates p{
	color: #000066;
}
.rates a{
	color: #000066;
	font-weight: 700;
	text-decoration: none;
}
.vap-description:nth-of-type(3) .vap-description-flex{
	align-items: center;
}
.vap-description:nth-of-type(3) .vap-description-flex p{
	width: 62%;
	margin-top: 10px;
}
.vap-description:nth-of-type(3) .vap-description-flex div p{
	width: auto;
	padding-left: 0;
	margin-bottom: 0;
    padding-top: 24px;
}
.youtube-vid {
  background: linear-gradient(135deg, #000066 0%, #3475d8 100%);
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: grid;
  place-items: center;
}
/* About Us Page */
.about-section {
  background: linear-gradient(135deg, #000066 0%, #3475d8 100%);
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.about-description-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about-description-flex p:first-child{
	width: 50%;
}
.about-description-flex:nth-child(2){
	margin-top: 30px;
}
.about-description-flex:nth-child(2) p{
	width: 50%;
	padding-left: 20px;
}
.about-section:nth-of-type(2) .about-description-flex:nth-child(2) p{
	width: 70%;
}
.about-section:nth-of-type(2) .about-description-flex:nth-child(2) .img-left div{
	width: 30%;
}
.img-right p{
	padding-right: 20px;
}
.about-description-flex .txt-img-container div{
	width: 50%;
}
.about-description-flex img{
	min-width: 100%;
	margin-bottom: 20px;
	margin-top: 0;
}
.about-description-flex ul{
	padding-left: 20px;
}
.about-description-flex ul li{
	margin: 20px 0px;
}
.about-description-flex .flex-col{
	flex-direction: column;
}
.about-description-flex .flex-col p, .about-description-flex .flex-col div{
	width: 80%;
}
.about-description-flex .flex-col p{
	text-align: center;
	font-style: italic;
	font-weight: 700;
	margin: 20px auto;
}
/* Contact Us Page */
.contact-section{
  background: linear-gradient(135deg, #000066 0%, #3475d8 100%);
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.contact-description-flex{
	display: flex; 
	align-items: center;
}
.contact-description-flex h3{
	display: flex;
	flex-direction: column;
	width: 80%;
	text-align: center;
	font-size: 2rem;
}
.contact-description-flex h3 a{
	color: #FFF;
	text-decoration: none;
}
/* Custom 404 Page */
.custom404-section{
  background: linear-gradient(135deg, #000066 0%, #3475d8 100%);
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.custom404-description-flex{
	text-align: center;
}
.custom404-description-flex h3{
	font-size: 2em;
}
.custom404-description-flex a{
	color: #FFF;
	font-size: 1.25em;
	text-decoration: none;
	background-color: #000066;
	padding: 10px 20px;
	border: 1px solid #FFF;
	transition: all .2s;
}
.custom404-description-flex a:hover{
	background-color: #163297;
}
/* Footer */
footer {
  background-color: #000066;
  color: #FFF;
  text-align: center;
  padding: 30px 0;
}
.footer-nav {
  margin-bottom: 20px;
}
.footer-nav a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.footer-nav a:hover {
  color: #f39c12;
}
.footer-nav li {
  display: inline-block;
  margin: 5px;
}
.footer-nav ul {
  list-style-type: none;
  display: inline;
  font-family: "Cinzel", serif;
}
.footer-phone a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f39c12;
  margin: 15px 0;
  text-decoration: none;
}
.footer-links {
  margin: 15px 0;
}
.footer-links a {
  color: #f39c12;
  text-decoration: none;
  font-size: 0.9rem;
}
.footer-links a:hover {
  text-decoration: underline;
}
.copyright {
  font-size: 0.9rem;
}
/* Responsive Design */
@media (max-width: 1024px) {
  h3{
		font-size: 1.25rem !important;
  }
  header .container {
    flex-direction: column;
    padding: 0;
  }
  .header-content {
    width: 100% !important;
  }
  .header-text {
    text-align: center;
  }
	.header-text a{
		margin-bottom: 20px;
		display: inline-block;
	}
  .header-text h1 {
    font-size: 1.8em;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .header-text h1 span {
    font-size: .75em;
  }
  .header-text h2 {
    margin-bottom: 10px;
    font-size: 1.25rem !important;
  }
  .header-text h2 span {
    background: linear-gradient(to bottom, #FFFFFF 0%, #888D9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header-image {
    width: 100% !important;
	margin-top: 20px;
  }
  .container {
    padding: 0 15px;
  }
  .tagline {
    font-size: 1rem;
  }
  .subtitle {
    font-size: 0.9rem;
  }
  .contact-info {
    font-size: 1rem;
  }
  .phone {
    font-size: 1.1rem;
    padding: 8px 16px;
  }
  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 10px;
  }
  .nav-menu.active {
    display: flex;
  }
  .menu-toggle {
    display: flex;
  }
  .main-content {
    padding: 25px;
  }
/* Home Page */
  .service-description {
    font-size: 1rem;
  }
  .why-choose-section {
    padding: 25px;
  }
  .why-choose-section h3 {
    font-size: 1.4rem;
  }
  .company-description {
    padding: 25px;
  }
  .company-description p:last-child {
    padding-left: 0;
  }
  .footer-nav {
    line-height: 2;
  }
  .footer-nav li {
    display: block;
  }
  .company-description-flex {
    flex-direction: column;
  }
  .company-description-flex img {
    margin-bottom: 20px;
  }
  .company-description p:last-child {
    width: auto;
  }
  .service-description {
    font-size: 1.4rem !important;
  }
  .txt-img-container {
    flex-direction: column;
  }
  .why-choose-text {
    width: auto;
  }
  .txt-img-container img {
    max-width: 100%;
    margin-top: 20px;
  }
  .models-container {
    max-width: 100%;
  }
  .why-choose-section ul, .areas-container ul{
    column-count: 2;
  }
  .youtube-vid iframe {
    max-width: 100%;
  }
/* Vintage Auto Repair Page */
	.vap-description{
		padding: 20px;
	}
	.vap-description{
		
	}
  	.vap-heading, .contact-heading{
		font-size: 2rem !important;
  	}
	.vap-description-flex{
		flex-direction: column;
	}
	.vap-description .vap-description-flex:first-of-type img{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.vap-description .vap-description-flex:first-of-type p {
    	width: auto;
    	padding-left: 0;
	}
	.white-gto{
		min-width: 100%;
	}
	.steering-wheel{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.rates{
		min-width: 100%;
		margin-top: 0;
	}
	.gt-500-mustang{
		max-width: 100%;
		margin-top: 20px;
	}
	.vap-description:nth-of-type(3) .vap-description-flex div p{
		padding-top: 0;
		font-size: 1.1rem;
		text-align: center;
	}
	.vap-description:nth-of-type(3) .vap-description-flex p{
		min-width: 100%;
	}
/* About Us Page */
	.about-section{
		padding: 20px;
	}
	/*.about-section:first-of-type .txt-img-container{
		flex-direction: column-reverse;
	}*/
	.about-section .txt-img-container img{
		margin-top: 0;
	}
	.txt-img-container div, .txt-img-container p{
		min-width: 100%;
		padding-left: 0 !important;
	}
	.about-section:nth-of-type(2) .txt-img-container{
		flex-direction: column-reverse;
	}
	.about-section:nth-of-type(2) .about-description-flex:nth-child(2) .img-left div{
		order: 1;
	}
	.about-section:nth-of-type(2) .about-description-flex:nth-child(2) .img-left div img{
		margin-top: 0 !important;
	}
	.about-section:nth-of-type(3) .txt-img-container{
		flex-direction: column-reverse;
	}
	.about-section:nth-of-type(3) .txt-img-container div{
		order: 1;
	}
	.about-section:nth-of-type(3) .about-description-flex:nth-of-type(2){
		text-align: center;
	}
	/* Contact Us Page */
	.contact-section{
		padding: 20px;
	}
	.contact-description-flex{
		flex-direction: column-reverse;
	}
	.contact-description-flex h3{
		margin-bottom: 20px;
	}
/* Animation for mobile menu */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -8px);	
}

}
/*@media (max-width: 480px) {
  .tagline {
    font-size: 0.9rem;
  }
  .subtitle {
    font-size: 0.8rem;
  }
  .main-content {
    padding: 20px;
  }
  .why-choose-section {
    padding: 20px;
  }
  .company-description {
    padding: 20px;
  }
  .company-description-flex {
    display: flex;
  }
  .why-choose-section h3 {
    font-size: 1.2rem;
  }
}

}