body {
  background-color: rgb(0,0,0);
}

#hero {
  width: 100%;
  height: 100vh;
  background-image: url("BFC-Dry-Dark-Multi-Ride-20-DDM20-01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  #hero {
    /*background-image: url("BFC-Dry-Dark-Multi-Ride-20-DDM20-01.jpg");*/
    background-position: center;
    background-size: contain;
  }
}

#um {
  width: 100%;
  /*height: 100vh;*/
}

#dois {
  width: 100%;
  height: 100vh;
}

.dropdown-item.active, .dropdown-item:active {
  color: #363636;
  text-decoration: none;
  background-color: #4e4e4e;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #323335;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: rgba(0,0,0,0);
}

button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 0 0 .0rem rgba(0,0,0,0);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0,0,0,0);
}

