/* body {
  background-color: #fff;
  margin: 0;
} */
header {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

p {
  margin-bottom: 10px;
}
div.logo {
  flex: 1 auto;
  margin: 5px 0 5px 10px;
}
img.logo {
  width: 300px;
}
address {
  flex: auto 1;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.5em;
  text-align: right;
  /* float: right; */
}
social {
  font-size: 1.25em;
}
content {
  display: block;
  margin: 0;
}
content section {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
hours {
  flex: 1 auto;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.5em;
  /* float: right; */
}
hours ul {
  display: block;
  padding-left: 0;
  margin: 0;
}
hours ul li {
  display: block;      
}
nav {      
  flex: auto 1;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 1.5em;
}
nav ul {
  display: block;
  padding-left: 0;
  margin: 0;
}
nav ul a {
  text-decoration: none;
  color: #fff;
}
nav ul a:hover {
  text-decoration: underline;
}
nav ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;      
}

.tred {
  color: #c41230;
}
.tred-bg {
  background-color: #c41230;
}
.tred-border {
  border-color: #c41230;
}
.tblack {
  color: #000010;
}
.tblack-bg {
  background-color: #000010;
}
.tgray {
  color: #9a9fa9;
}
.tgray-border {
  border-color: #9a9fa9;
}
.tgray-bg {
  background-color: #9a9fa9;
}
.tcool-gray {
  color: #d5dde1;
}
.tcool-gray-bg {
  background-color: #d5dde1;
}
div.welcome {
  text-align: center;
  font-size: 3em;
}
div.brands {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: #fff;
  text-align: center;
}
div.brands h2, div.brands h3 {
  text-align: center;
}
div.brands h2 {
  font-size: 3em;
}
div.brands h3 {
  font-size: 2em;
}
div.brands img {
  width: 80%;
}
content .service1 img {
  width: 100%;
  /* height: 500px; */
}

.scenery {
  width: 100vw;
  margin: 10px 0 0 0;
  padding: 0;
}
.scenery img {
  width: 100vw;
}

.title {
  position: absolute;
  margin: 0;
  top: calc(50% - 50px);
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: white;
  font-size: 4rem;
  background: rgba(0,0,0,0.4);
}

.background {
  background-position: center;
  background-size: cover;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: -1;
  height: 69vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  transform: translateZ(-1px) scale(2);
}

.background--service {
  background-image: url('/images/service2.jpg');
}

.background--driving {
  background-image: url('/images/mountain-driving.jpg');
}

.background--services {
  background-image: url('/images/background-service.jpg');
}

.parallax-wrapper {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.aboutus {
  position: absolute;
  margin: 0;
  top: calc(25% - 50px);
  width: calc(100% - 20px);
  left: 0;
  right: 0;
  text-align: justify;
  letter-spacing: 3px;
  color: white;
  font-size: 1.7rem;
  background: rgba(0,0,0,0.4);
  padding: 10px;
}

.services {
  position: absolute;
  margin: 0;
  top: calc(25% - 50px);
  width: calc(100% - 20px);
  left: 0;
  right: 0;
  text-align: justify;
  letter-spacing: 3px;
  color: black;
  font-size: 1.7rem;
  background: rgba(0,0,0,0.4);
  padding: 10px;
}

.services ul{
  display: flex;
  flex-flow: row wrap;
}

.services li {
  flex: 3 auto;
  padding: 5px 10px 5px 10px;
  align-items: center;
  text-align: center;
  margin: 0 10px 10px 10px;
}