.btn-primary {
  background-color: #a39161 !important;
  border-color: #a39161 !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  background-color: #84754d !important;
  border-color: #84754d !important;
  box-shadow: 0 0 0 0.2rem #ede9e0 !important;
}

.btn-outline-primary {
  border-color: #a39161 !important;
  color: #84754d !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus {
  background-color: #84754d !important;
  border-color: #84754d !important;
  color: white !important;
  box-shadow: 0 0 0 0.2rem #ede9e0 !important;
}

.text-photocard {
  text-align: right;
}

@media (max-width: 457px) {
  .text-photocard {
    text-align: center;
  } 
}
