body {overflow-x:hidden;}
.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

#driving {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  overflow-x: hidden;
}

#driving h1 {
  font-size: clamp(18px, 6vw, 4vw);
  font-family: Arial;
	margin: 0;
    padding: 0;
}

#driving h1 strong {
  display: inline-block;
  border-bottom: solid 3px rgb(250,196,67);
  padding: 10px 0;
   font-family: Arial;
}

#menu {
  padding: 0;
  background: rgb(250,196,67);
  z-index: 999;
  color: #000;
  transition: all 0.5s ease;
  max-width: 100%;
  min-height: 105px;
  position: relative;
}

@media (min-width: 768px) {
  #menu {
    position: absolute;
    top: 30px;
    width: 420px;
    left: 0;
  }
}

#menu a {
  color: #000;
  display: inline-block;
}

#menu .logo {
  height: 85px;
}

footer {
  background: rgb(250,196,67);
  color: #000;
  padding: 20px 0;
}

.phone {
  font-size: 30px;
  font-weight: 700;
}

.location img {
  float: left;
  margin-right: 10px;
}

.location {
  font-weight: 700;
}

footer .logo {
  height: 70px;
}

@media (min-width: 1200px) {
  footer .logo {
    margin-left: 50px;
  }
}

#menutoggle img {
  height: 55px;
}

.menuitems a {
    font-weight: 700;
    color: #000;
    font-size: 40px;
    border-top: solid 1px #000;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 140px;
    line-height: 42px;
}
.menuitems a:last-child {
    border-bottom: solid 1px #000;
}
#menutoggle {
	padding: 20px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    left: 10px;
    top: 10px;
}

#menu.closed .menuitems {
  height: 0px;
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

body.home {
  background: #fac443;
}

main {
  min-height: 500px;
}

body.interior footer {
  color: #FFF;
  background: #000;
}

body.interior {
  background: #ffffff;
  color: #000;
}

#menu * {
  transition: all 0.5s ease-in;
}

#menu.open .menuitems {
  height: unset;
}
@media (min-width: 768px) {
	.menuitems {
		margin-top: 115px;
	}
}

@media (max-width: 767px) {
	#menu.open .menuitems {
		position: absolute !important;
		top: 105px !important;
		background: rgb(250,196,67) !important;
	}
	#menu .menuitems a {
		font-size: 33px !important;
	}
	a#menutoggle {
		top: 10px !important;
	}
	#menutoggle img {
		height: 45px !important;
	}
	.logolink {
		text-align: left;
		top: 8px !important;
		right: 10px !important;
		left: unset !important;
		padding-left: 35px;
	}
	footer .col-11 p {
		margin-left: 20px !important;
		display: block;
	}
	.menuitems a {
		padding-left: 114px !important;
	}
}

.logolink {
	position: absolute;
    top: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
	padding-left: 70px;
}
.menuitems {
  display: block;
  width: 100%;
  clear: both;
}

.row.route img {
  float: left;
  margin-right: 10px;
  display: block;
}

.row.route span {
  font-weight: 700;
  display: block;
}

.row.route {
  margin-bottom: 10px;
  margin-top: 10px;
}

.border-yellow {
  border: solid 3px rgb(250,196,67);
}

.border-bottom-yellow {
  border-bottom: solid 3px rgb(250,196,67);
}

@media (min-width:1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px !important;
  }
}

.soc {
  margin: 5px;
  height: 50px;
}

body {
  overflow-x: hidden;
}

