@font-face {
  font-family: Questrial;
  src: url("../fonts/Questrial-Regular.ttf"); }
body {
  margin: 0px !important;
  font-family: Questrial;
  height: 100vh;
  width: 100vw;
  position: relative;
  color: gray; }

li {
  list-style: none; }

.header {
  width: 100vw;
  text-align: center;
  padding-top: 10px;
  height: 30px;
  background-color: rgba(98, 219, 255, 0.7);
  color: white;
  font-size: 20px; }

div.header-home-button {
  cursor: pointer;
  display: inline !important;
  left: 20px;
  position: absolute; }

.footer-nav-down {
  position: fixed;
  bottom: 0px;
  cursor: pointer;
  display: block;
  background-color: rgba(98, 219, 255, 0.7);
  height: 55px;
  width: 100vw;
  text-align: center;
  margin-top: 30px; }

span.nav-down-button {
  font-size: 20px;
  color: white;
  position: absolute;
  padding-top: 20px;
  cursor: pointer;
  transition: color, 0.3s, ease-in-out; }

.contact-window {
  bottom: 25%;
  left: 12%;
  width: 75%;
  height: 60%;
  position: fixed;
  display: none; }

.contact-div {
  display: block;
  margin-top: 45px;
  text-align: center; }

.contact-button {
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  border-color: rgba(98, 219, 255, 0.7);
  border-width: 2px;
  width: 150px;
  padding: 25px;
  font-size: 20px;
  color: rgba(98, 219, 255, 0.7);
  transition: all, 0.4s, ease-in-out; }

.contact-button:hover {
  background-color: rgba(98, 219, 255, 0.7);
  color: white;
  transition: all, 0.4s, ease-in-out; }

.active {
  display: inline-block !important; }

.active2 {
  display: inline-block !important; }

.page {
  width: 100vw;
  margin-top: 50px;
  text-align: center; }

.page-1 {
  display: none; }

.page-2 {
  display: none; }

.page-3 {
  display: none; }

.page-price {
  padding-bottom: 15px;
  display: block;
  width: 100vw;
  text-align: left; }

.price {
  font-size: 30px;
  margin-left: 50px; }

.page-img {
  padding: 0 0 15px 0px;
  width: 400px;
  display: inline; }

.img-selector {
  display: block; }

.img-selector div {
  font-size: 35px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  color: white;
  text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.3);
  transition: color, 0.4s, ease-in-out; }

.img-selector .current {
  transition: color, 0.4s, ease-in-out;
  color: rgba(98, 219, 255, 0.7); }

.car {
  width: 75vw;
  height: 40vh;
  max-width: 500px;
  display: none;
  transition: all, 0.4s, ease-in-out; }

hr {
  margin-left: 50px;
  margin-right: 50px; }

div.car-details {
  margin-bottom: 75px; }

.page-specs {
  display: inline-block;
  padding-right: 15px;
  margin-right: 50px;
  margin-left: 30px;
  text-align: left;
  float: right;
  bottom: 60%;
  right: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white; }

.spec-list {
  padding-left: 20px !important; }
  .spec-list li:first-child {
    padding-top: 0px; }
  .spec-list li {
    padding-top: 10px;
    font-size: 20px; }

.page-about {
  text-align: left;
  margin-left: 50px;
  width: 60%;
  margin-top: 25px; }

@media screen and (max-width: 670px) {
  .car-details {
    text-align: center; }

  .page-specs {
    display: inline-block !important;
    margin-top: 25px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 80vw !important;
    float: none !important; }

  .page-about {
    display: inline-block !important;
    margin-left: 0px !important;
    width: 85vw !important; }

  .contact-div {
    margin-top: 25px !important; } }

/*# sourceMappingURL=app.css.map */
