@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Source+Sans+Pro');

html {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0px;
  margin: 0px;
  background-color:#444444 !important;
}

h3.page-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 24px;
}

.card-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 20px;
}

.vehicle-card {
  cursor: pointer;
  margin-bottom: 20px;
}

.vehicle:hover .card, .vehicle-card:active .card {
  background-color: #DADFE1;
}

.vehicle-description ul {
  padding-left: 20px;
  margin-bottom: 0px;
}

.vehicle-description p {
  margin-bottom: 5px;
}

.vehicle-description dt {
  color: #888888;
  font-weight: normal;
}

.thumbnail {
  width: 100%;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.map {
  background-color:#bbbbbb;
  width: 100%;
  height: 600px;
}

.map > span {
  position: absolute;
  width: 100%;
  text-align:center;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.map iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

main {
  padding: 40px 20px 20px 20px;
  line-height: 1.4;
  font-size: 18px;
  background-color: white;
}

footer {
  margin-bottom: 60px;
  padding: 60px 20px 20px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
  color: #aaaaaa;
  background-color: white;
}

.navbar {
  background-color:#a8a9ad;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

button.navbar-toggler {
  border-color: #000000 !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-family: 'Roboto Slab', serif;
  color: #343a40;
  font-size: 17px;
  font-weight: 700;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #343a40;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #0350a2;
}

#site-container {
  margin-top: 30px;
}

@media (max-width: 540px) {
  #site-container {
    margin: 0px;
    padding: 0px;
  }

  .navbar {
    border-radius: 0px;
  }

  footer {
    border-radius: 0px;
  }

  body {
    background-color:white !important;
  }
}
