/* Global Styles */
body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;

  background-color: #dadada;

  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-variant-caps: titling-caps;
  font-variant: small-caps;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header {
  background-color: transparent;
  padding: 20px 0;
  min-height: 40px;
}

.menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}

.mfont {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-variant-caps: titling-caps;
  font-variant: small-caps;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
}

.nav-item {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-variant-caps: titling-caps;
  font-variant: small-caps;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
  /* padding: 10px 20px; */
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.nav-item:hover {
  color: #ff9900;
}


.menu li {
  /* margin-left: 20px; */
  margin: 0px 10px;
}

.menu a {
  color: #333;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}


.logo {
  float: left;
  position: absolute;
  display: inline;
  margin-left: 100px;
}

.logo img {
  height: 50px;
  vertical-align: middle;
  display: inline;
  /* padding: 10px; */
}

@media (max-width: 700px) {
  .menu {
    flex-direction: column;
    margin-left: 120px;
  }

  .nav-item {
    line-height: 25px;
  }

  .logo {
    margin-left: 40px;
    margin-top: 40px;
  }
}


@media (max-width: 968px) {
  .menu {
    margin-left: 120px;
  }
}


/* Main */
main {
  padding: 10px 0;
}

section {
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

section h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

section p {
  font-size: 18px;
  color: #555;
}

.airow-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Features */

.build {
  padding-bottom: 60px;
}

.builds {
  padding-bottom: 60px;
}

.build h1 {
  /* color: #b0b0b0; */
  color: #2b2b2b;
  font-variant: small-caps;
  font-weight: 300;
  text-align: left;
}

.build-img {
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  height: auto;
}

.build-nav {
  /* transform: scaleX(2); */
  padding: 20px;
  display: flex;
  align-items: center;
}

.build-nav a {
  text-decoration: none;
  font-size: 36px;
  color: #101010;
  /* display: block; */
  transform: scaleX(0.5);
  font-weight: 300;


}

.build-nav:first-child {
  padding-left: 0px;
}

.build-nav:last-child {
  padding-right: 0px;
}

.build img {
  max-width: 85%;
  height: auto;
}

.build-spec {
  letter-spacing: 0px;
  justify-content: right;
}

.slider-container {
  width: 600px;
}

@media (max-width: 768px) {
  .slider-container {
    width: auto;
  }
}


.home-image {
  max-width: 100%;
  height: auto;
}

.bg-dark {
  background-color: #181818;
  color: #eeeeee;
}

.bg-dark p {
  color: #eeeeee;
}

.bg-light {
  background-color: #e8e8e8;
  color: #060606;
}

.bg-light p {
  color: #060606;
}

.contact-section {
  /* background-color: #b0b0b0; */
  padding: 40px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.contact-section h1 {
  font-size: 22px;
  color: #6c6c6c;
  font-variant: small-caps;
  font-weight: 300;
}

.contact-section a {
  color: oldlace;
  text-decoration: none;
}

.about-section {
  padding: 40px;
  text-align: center;
}

.about-section h1 {
  font-size: 22px;
  color: #6c6c6c;
  font-variant: small-caps;
  font-weight: 400;
}

.about-section .text-container p {
  letter-spacing: normal;
}

.premiere-section {
  background-color: #d9d9d9;
  padding: 40px;
  text-align: center;
  background-size: cover;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}




.premiere-content p {
  color: #101010;
  font-size: 16px;
}

.premiere-bar a {
  color: rgb(230, 227, 200);
}

.premiere-bar .info {
  color: #e7e7e7;
}

.premiere-images {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.premiere-images img {
  width: 90%;
  margin: 0 10px;
}

.image-with-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .premiere-images {
    flex-direction: column;
  }

  .premiere-images img {
    margin: 10px 0px;
  }


}

.title-word {
  font-family: 'Arial', sans-serif;
  /* font-size: 38px; */
  color: #373737;
  margin-top: 0px;
}


.text-photo-l {
  width: 25%;
  padding-left: 20px;
  text-align: left;
  /* font-variant: normal; */
}

.text-photo-l p {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  letter-spacing: 0px;
}

.text-photo-l a {
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: underline;
  color: #000;
  /* color: #1a1829; */
}

.premiere-bar {
  background-color: #181818;
  color: #dadada;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 0px;

  font-weight: normal;

}

@media (max-width: 768px) {
  .text-photo-l {
    width: 90%;
  }
}

.squares {
  display: flex;
  flex-direction: row;
  justify-content: center;
}


@media (max-width: 850px) {
  .squares {
    flex-direction: column;
    align-items: center;
  }
}

.squares p {
  color: #060606;

}

.square {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 400px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 300;
  letter-spacing: 0px;
}

.square img {
  width: 400px;
}

@media (max-width: 850px) {
  .square {
    width: 90%;
  }

  .square img {
    width: 100%;
  }
}

.squares.sq1 p {
  color :#555;
  font-weight: 400;
  font-size: 16px;
} 


.neon {
  animation: neon 1.5s infinite;
}


.image-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}

.image-container {
  display: flex;
  align-items: start;
  width: 600px;
  margin-bottom: 20px;
}

.image-container img {
  width: 200px;
  height: auto;
  margin-right: 20px;
}

.text-container {
  font-family: 'Leto', sans-serif;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}


.text-container h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.text-container p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .image-container {
    width: 350px;
  }

  .image-section {
    flex-direction: column;
  }

}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery a {
  text-decoration: none;
}

.title {
  margin-left: 10px;
  margin-bottom: 2px;
  text-align: left;
  color: #dadada;

}

.photo {
  /* width: 500px; */
  /* height: 400px; */
  max-width: 500px;
  height: auto;
  margin: 10px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  margin-bottom: 50px;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.build-spec {
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  letter-spacing: 0px;
  text-align: left;
}

.bike-spec {
  padding-left: 30px;
  letter-spacing: 0px;
  font-weight: 400;
}

.bike-spec a{
	text-decoration: none;
	color: #444;
	font-size: large;

}

.bike-spec p {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
}

.bike-specs {
  margin-bottom: 12px;
}


@media (max-width: 768px) {
  .build-spec {
    flex-direction: column;
  }

  .bike-spec {
    padding-top: 10px;
  }

}

.sale-info {
	margin-top: 38px;
}

.social-icons div{
	display: inline;
	width: 50%;
	background-color: #6c6c6c;
}

.social-icons a {
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 18px;
	display:inline-block;
}



.contact-info {
  display: flex;
  justify-content: center;
  padding-left: 0px;
}

.contact-info div {
  padding: 0px 70px;
  text-align: center;
}

@media (max-width: 768px) {
  .contact-info div {
    padding: 0px 20px;
  }
}

@media (max-width: 468px) {
  .contact-info div {
    padding: 0px 10px;
  }
}

/* Footer */
footer {
  background-color: transparent;
  padding: 20px 0;
  text-align: center;
  color: #2b2b2b;
}

/* footer + div {
  display : none !important;
} */