* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*USE FOR BOTH Home and Content Styles*/
/*.HeaderOTA {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 80px;
    width: 180px;
    background-image: url('/media/images/header-logo-Happy-Car-Place-W.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.HeaderOTA:hover {
    background-image: url('/media/images/header-logo-Happy-Car-Place-C.png');
}
.HeaderABody {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 80px;
    width: 236px;
    background-image: url('/media/images/header-logo-Olson-Autobody-W.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.HeaderABody:hover {
    background-image: url('/media/images/header-logo-Olson-Autobody-C.png');
}


.HeaderSour {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 80px;
    width: 103px;
    background-image: url('/media/images/header-logo-Sourdough-W.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.HeaderSour:hover {
    background-image: url('/media/images/header-logo-Sourdough-C.png');
}
*/
.HeaderOTA {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0; }

.HeaderOTA .OTA1 {
  display: inline-block; }

.HeaderOTA .OTA2 {
  display: none; }

.HeaderOTA:hover .OTA1 {
  display: none; }

.HeaderOTA:hover .OTA2 {
  display: inline-block; }

.HeaderABody {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0; }

.HeaderABody .Autobody1 {
  display: inline-block; }

.HeaderABody .Autobody2 {
  display: none; }

.HeaderABody:hover .Autobody1 {
  display: none; }

.HeaderABody:hover .Autobody2 {
  display: inline-block; }

.HeaderSour {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0; }

.HeaderSour .Sour1 {
  display: inline-block; }

.HeaderSour .Sour2 {
  display: none; }

.HeaderSour:hover .Sour1 {
  display: none; }

.HeaderSour:hover .Sour2 {
  display: inline-block; }

#OTAGoogleMap {
  height: 410px;
  width: 100%; }

/* CSS Document */
#FA-Home-Banner #Banner-Desktop {
  display: block;
  text-align: center; }

#FA-Home-Banner #Banner-Mobile {
  display: none; }

#FA-Home-Banner #Banner-Desktop .ImageSize {
  margin: 0 auto; }

#FA-Home-Banner #Banner-Desktop .FullWidth, #FA-Home-Banner #Banner-Desktop .FullWidth img {
  width: 100%; }

/*1700*/
/*1440*/
/*1280*/
/*960*/
/*768*/
@media screen and (max-width: 782px) {
  #FA-Home-Banner #Banner-Desktop {
    display: none; }

  #FA-Home-Banner #Banner-Mobile {
    display: block; } }
/*600*/
/*480*/
/*340*/
/* CSS Document */
#MenuOptions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%; }

/* Card Layout */
.MenuCard {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  text-align: center; }

.MenuCard img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px; }

/* Push button toward bottom while maintaining vertical spacing */
.MenuCard p {
  flex-grow: 1; }

.AdHead {
  font-family: 'Arial', sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #FFF;
  font-style: Normal;
  margin-bottom: 8px;
  line-height: 50px; }

.PageHeader {
  position: relative;
  display: block;
  height: 495px;
  width: 100%;
  overflow: hidden; }

.PageHeader img.LogoRight {
  position: absolute;
  top: 50px;
  right: 10%; }

.PageHeader img.LogoLeft {
  position: absolute;
  top: 50px;
  left: 10%; }

.PageHeader H1 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 80px;
  position: absolute;
  bottom: -20px; }

.PageHeader H1.Big {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 120px;
  line-height: 80px;
  position: absolute;
  bottom: -1px; }

.PageHeader H1.Long {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 80px;
  position: absolute;
  bottom: -20px; }

/*1700*/
/*1440*/
/*1280*/
/*960*/
@media screen and (max-width: 974px) {
  .PageHeader {
    height: 300px; }

  .PageHeader H1 {
    font-size: 80px;
    bottom: -2px; }

  .PageHeader H1.Long {
    font-size: 60px;
    line-height: 60px;
    bottom: -20px; }

  .PageHeader img.LogoLeft {
    top: 20px;
    left: 10%;
    max-width: 320px; }

  .PageHeader img.LogoRight {
    top: 20px;
    right: 10%;
    max-width: 320px; } }
/*768*/
@media screen and (max-width: 782px) {
  #MenuOptions {
    grid-template-columns: repeat(2, 1fr); } }
/*600*/
/*480*/
@media screen and (max-width: 494px) {
  #MenuOptions {
    grid-template-columns: 1fr; } }
/*340*/
/* CSS Document */
#EstimatorAD {
  Width: 100%;
  Height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 20px;
  align-content: center;
  position: relative;
  text-align: center;
  opacity: 0.7;
  transition: opacity .6s;
  background-image: url("/media/images/Service_EstimatorAD.jpg");
  background-color: #f9ba47;
  background-repeat: no-repeat;
  background-size: cover; }

#EstimatorAD h1 {
  width: 80%;
  line-height: 1.2;
  margin: 0;
  text-shadow: 2px 2px 4px #000000;
  color: #fff; }

#EstimatorAD:hover {
  opacity: 1; }

#EstimatorIntro {
  float: left;
  width: 40%;
  text-align: center;
  margin: 90px 0 0 40px;
  display: inline-block; }

#EstimatorList {
  width: 50%;
  float: right;
  margin-top: 50px; }

#EstimatorAD a.CTAbtn {
  padding: 15px 40px;
  margin: 20px;
  align: bottom;
  margin-bottom: 40px; }

#EstimatorList ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  height: auto; }

#EstimatorList ol li {
  margin-left: 20px;
  width: 80%;
  /* float: left; */
  counter-increment: my-awesome-counter;
  position: relative;
  display: block;
  text-align: left;
  height: 60px; }

#EstimatorList ol li h3 {
  color: #fff;
  line-height: 24px;
  text-shadow: 2px 2px 4px #000000;
  margin: 10px 0; }

#EstimatorList ol li::before {
  content: "" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 30px;
  margin-right: 5px;
  font-family: 'Domine', serif;
  position: absolute;
  --size: 44px;
  left: calc(-1 * var(--size) - 6px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: -10px;
  background: #f9ba47;
  text-align: center;
  border-radius: 50%;
  line-height: 1.4; }

/* 2 Column Layout */
#ServiceContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }

.ServCard {
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 20px; }

/* Background images */
#ServiceTireAD {
  background-image: url("/media/images/BG-Card-Tire.jpg");
  background-position: center;
  background-size: cover; }

#ServiceAutoAD {
  background-image: url("/media/images/BG-Card-Auto.jpg");
  background-position: center;
  background-size: cover; }

#ServiceCleanAD {
  background-image: url("/media/images/BG-Card-Cleaning.jpg");
  background-position: center;
  background-size: cover; }

#ServiceBodyAD {
  background-image: url("/media/images/BG-Card-Paint.jpg");
  background-position: center;
  background-size: cover; }

/* Content Area */
.ServCardContent {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  transition: all .4s ease;
  /* Default state */
  background: transparent; }

/* Hide H3 and Paragraph by default */
.ServCardContent h3,
.ServCardContent p {
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transform: translateY(15px);
  transition: all .4s ease; }

/* Button visible by default */
.ServCardContent .BTN_Standard {
  transition: all .4s ease; }

/* Hover Overlay */
.ServCard:hover .ServCardContent {
  background-image: url("/media/images/BG-Blue-60.png");
  background-position: center;
  background-size: cover; }

/* Reveal content on hover */
.ServCard:hover .ServCardContent h3,
.ServCard:hover .ServCardContent p {
  opacity: 1;
  max-height: 200px;
  margin-bottom: 15px;
  transform: translateY(0); }

/* Optional text styling */
.ServCardContent h3,
.ServCardContent p {
  color: #fff; }

/* Responsive */
@media (max-width: 768px) {
  #ServiceContent {
    grid-template-columns: 1fr; } }
/* Original text */
.ServCard:hover .BTN_Standard {
  color: transparent; }

.ServCard:hover .BTN_Standard::after {
  content: "Go Now";
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap; }

/*1700*/
/*1440*/
/*1280*/
/*960*/
/*768*/
/*600*/
/*480*/
/*340*/
/* CSS Document */
/* ABOUT_TEAM */
#TeamTitle {
  margin: 40px auto 40px auto;
  text-align: center; }

#FormTitle {
  margin: 40px auto 20px auto;
  text-align: center; }

#CEOcard {
  width: 100%;
  height: auto;
  margin: 0 0 40px 20px; }

#CEOimg {
  width: 200px;
  height: 200px;
  border-radius: 100px 0 100px 100px;
  float: left;
  margin: 0 40px 0 0; }

#CEOcopy {
  width: calc(100% - 250px);
  height: auto;
  float: left;
  border-bottom: 4px solid #f9ba47; }

#CEOcard h3 {
  color: #094d92;
  line-height: 28px;
  margin: 0; }

#CEOcard h4 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  line-height: 13px;
  font-style: italic; }

.Teamcard {
  width: 300px;
  height: auto;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 4px solid #f9ba47;
  margin: 0 10px 40px 10px;
  background-image: url("/media/images/BG-Card.jpg");
  background-repeat: repeat-x;
  background-position: top center;
  border-radius: 10px; }

.AutoBodyCard {
  height: auto; }

.Teamimg {
  display: block;
  width: 200px;
  height: 200px;
  /*border-radius: 100px 100px 100px 0;*/
  border-radius: 100px;
  margin: 10px auto; }

.Teamcard h3 {
  color: #094d92;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 0; }

.Teamcard h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 18px;
  font-style: italic;
  text-align: center; }

.Teamcard p {
  font-size: 14px;
  width: 100%;
  text-align: justify; }

/* CONTACT_HOURS */
#ContactHours {
  width: 100%;
  height: auto;
  margin: 0 auto;
  Content-align: center; }

#ContactHours h2 {
  line-height: 60px;
  margin: 20px 0; }

.ContactColumnA {
  margin: 10px 20px;
  padding: 20px;
  background: #fbda9e;
  border-radius: 100px 0 100px 100px;
  display: inline-block; }

.ContactColumnB {
  margin: 10px 20px;
  padding: 20px;
  background: #f99a84;
  border-radius: 0 100px 100px 100px;
  display: inline-block; }

/* CONTACT_LOCATION */
#GoogleMap {
  width: 600px;
  height: 340px;
  border-radius: 100px 100px 0 100px;
  float: left; }

#ContactInfo {
  width: 50%;
  min-width: 320px;
  height: auto;
  float: right;
  margin-right: 20px; }

#ContactInfo p {
  margin-bottom: 60px; }

/*1700*/
/*1440*/
/*1280*/
/*960*/
/*768*/
/*600*/
/*480*/
/*340*/
