/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

@font-face {
  font-family: "QanelasBold";
  src: url('../fonts/QanelasBold-Regular.otf');

}

@font-face {
  font-family: "QanelasLight";
  src: url('../fonts/QanelasSoftDEMO-UltraLight.otf');

}

body {
  font-family: Roboto , sans-serif;
}
body {
  padding-top: 54px;
}

#mainContent {
  margin: auto;
}
body {
  background: url("../images/homepage/vlogo.png") repeat,
  #f7f7f7;
}

.marginTop {
  margin-top: 20px;
}

input, textarea, label, select {
  float: left;
  width: 260px;
  font-family: QanelasBold;
  font-size: 18px;
  margin: auto;
  border-radius: 8px;
}

.paddingTop {
  padding-top: 80px;
}

.carThumb {

}

#envelope {
  background-color: #1d3958;
  padding: 15px;
  z-index: 1;
  border-radius: 20%;
  position: fixed;
  bottom: 25px;
  right: 50px;
  width: 4em;
  height: 4em;
}

.img-thumbnail:hover {
  opacity: .8;
  transition: .1s;
}

#envelope > img:hover {
  opacity: .6;
  cursor: pointer;
}
.paddingSides {
  padding: 0 20px 0 20px;
}
.contactForm {
  width: 320px;
  padding: 0 5px 0 5px;
  margin-left: auto;
  margin-right: auto;
}

#contactLink {
  color: black;
  cursor: pointer;
}

.btn-primary {
  background-color: #1d3958;
  border: black;
}

.btn-primary:hover {
  background-color: #285c86;
}

.inputFlex {
  transition: .5s;
  font-family: Arial, sans-serif;
}

input {
  margin-bottom: 8px;
  font-family: Arial, sans-serif;
}

select {
  font-family: Arial, sans-serif;
  margin-bottom: 8px;
}

textarea {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#subBtn {
  margin-top: 18px;
  width: 100px;
  font-family: QanelasLight;
  border-radius: 5px;
}

#cancelBtn {
  margin-top: 18px;
  width: 100px;
  margin-left: 20px;
  font-family: QanelasLight;
  border-radius: 5px;
}

.moreInfoBtn {
  width: 100px;
}

.business-header {
  padding-top: 25px;
  height: 50vh;
  min-height: 300px;
  background: url('../images/v70-1.JPG') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#tbeverlyBtn {
  width: 200px;
  font-family: Calibri, sans-serif;
  background-color: #1d2124;
  color: #bcbcbc;
}

#tbeverlyBtn:hover {
  background-color: #1d3958;
  color: white;
}

footer a:hover {
  text-decoration: none;
  color: red;
}
.sold {
  opacity: .5;
}
.card {
  height: 100%;
}

.headerimg {
  width: 400px;
}

.nav-item {
  font-size: 20px;
}

#featuresCar {
  margin: auto;
  padding-top: 50px;
  max-width: 1100px;
}

.roundedBack {
  background-color: #1d3958;
  border-radius: 12px;
  padding-bottom: 3px;
  padding-top: 12px;
}


.secondaryFont {
  font-family: Roboto;
}

.nav-link {
  font-family: QanelasBold;
}

.Qanelas {
  font-family: QanelasBold;
}

.QanelasLight {
  font-family: QanelasLight;
}
.address {
  padding-left: 30px;
  font-family: QanelasBold;
  font-size: 18px;
}

#map {
  height: 200px;
  align-content: center;
}
.isOpen {
  padding: 5px;
  text-align: center;
  margin-left: 50px;
  font-size: 14px;
  font-family: QanelasBold;
  border-radius: 12px;
}

#until {
  font-family: QanelasLight;
}

.hoursMobile {
  display: none;
}

.addrMobile {
  display: none;
}

.footerRight {
  text-align: right;
}

.footerLeft {
  text-align: left;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
  border-radius: 5px;
}

.carousel-indicators > li {
  background-color: grey;
  border: 1px solid black;
}

/* Media Queries */
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

@media (max-width: 567px) {
  .card {
    padding-top: 40px;
  }
}
@media (max-width: 767px ) {
  .headerimg {
    width: 80%;
  }
  .address{
    display: none;
  }

  #footerSUV {
    display: none;
  }

  .addrMobile {
    display: block;
  }

  input, textarea, label, select {
    float: left;
    width: 260px;
    font-family: QanelasBold;
    font-size: 18px;
    margin: auto;
    border-radius: 8px;
  }

  #envelope {
    background-color: #1d3958;
    padding: 15px;
    border-radius: 20%;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 4em;
    height: 4em;
  }

  #envelope > img:hover {
    opacity: .8;
  }

  #suvFooter {
    display: none;
  }

  .footerRight {
    text-align: center;
  }

  .footerLeft {
    text-align: center;
  }
}

@media(max-width: 1200px){

  .isOpen {
    display: none;
  }
}

@media(max-width: 991px){
  .hoursMobile {
    display: block;
  }
}
