@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  background-color: black;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  max-width: fit-content;
}

.Header_Image {
  width: 100%;
  height: fit-content;
  align-content: center;
  background-image: url("E:\SCM Design studio\Live Projects\WESTGARTH AUTO\Website Code\image\Car and Title 8.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: black;
}

.Opening_Hours {
  padding: 20px;
}
.Opening_Hours h1 {
  color: red;
}

.card {
  padding: 30px;
  background-color: black;
  color: white;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.Jane {
  padding-top: 40px;
}

.text {
  position: relative;
  float: left;
  justify-content: center;
}

.our_team {
  max-width: 60%;
  max-height: fit-content;
  align-content: center;
}

h1 {
  text-align: center;
  font-family: sans-serif;
}

h2 {
  text-align: center;
  font-family: sans-serif;
  text-decoration-color: white;
}

h3 {
  text-align: center;
  font-family: sans-serif;
}

p {
  text-align: center;
  font-family: sans-serif;
}

/*Trust Section*/

.review-section {
  margin: 0 auto;
  display: block;
}
.Trust {
  margin: 20px 0px 0px 20px;
  border: 2px solid red;
  border-radius: 0px;
  padding: 70px;
  display: block;
}
.reviews {
  margin: 0 auto;
  max-width: 600px;
  max-height: 400px;
}
.container .carousel {
  
  display: block;
  padding-top: 20px;
  max-width: 1000px;
  max-height: 600px;
  overflow-y: hidden;
 
  
    margin-top: 0;
}

.container .Directions {
  display: grid;
  margin: 0 auto;
  padding-top: 40px;
  max-width: 600px;
  max-height: 300px;
}

.container {
   
  display: grid;
      
}
#carouselExampleInterval{
    overflow-y:hidden;
}
.carousel-item{
    overflow-y:clip;
}
.carousel-item > img {
  max-width: 650px;
  max-height: 600px;
}


.footerimg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}

/* Unvisited link */
a:link {
  color: rgb(255, 255, 255);
}

/* Visited link */
a:visited {
  color: purple;
}

/* Mouse over link */
a:hover {
  color: red;
}

/* Selected link */
a:active {
  color: orange;
}

.contact-us {
  margin: 40px;
}

.ContactDeets {
  font-size: 20px;
}

/*911 Image*/
.footerimg {
  margin: 0 auto;
  display: block;
  text-align: center;
}

/*Footer*/
.FooterContent {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.SCM {
  margin: 40px;
}

.scmlogo {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 30%;
  padding-bottom: 30px;
}
.footer ul {
  display: inline-block;
  padding-top: 10%;
}

.container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 0px;
}

@media (max-width: 768px) {
  .Hello {
    min-width: 100%;
    max-height: 400px;
  }
  .footerimg {
    min-width: 100%;
  }
}
