@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #F49702;
  background-size: cover;
}

h1 .name, h2, h3, h4, dt, th {
  color: #20341a;
  font-weight: 700;
}

a {
  color: #20341a;
  text-decoration: underline;
}

a.btn {
  text-decoration: none;
  border-color: black;
  font-weight: 500;
}

.account-bar  {
  background: white;
}

div.content {
  margin-top: 100px;
  margin-bottom: 75px;
}

.btn-primary {
  border-color: #317d3d;
  background-color: #317d3d;
  background: linear-gradient(#317d3d, #31cb30) transparent;
}

.btn-primary:hover {
  border-color: #317d3d;
  background-color: #317d3d;
  background: linear-gradient(#31cb30, #317d3d) transparent;
}

.action-area {
  padding: 20px;
  border-radius: 0;
  background: #eee;
  border: 1px solid #dfcfdc;
}

.action-area .table td {
  padding: 15px;
}

#footer {
  background-color: black;
  padding: 20px;
}

#footer ul#footer-links li a {
  color: #white;
}