body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

footer {
  margin-top: auto;
}
/* IDs */
#arrow {
  color: #d6bca0;
}
#arrow:hover {
  color: #fff;
}

#attribution span {
  color: #2f5972;
}
#project-cards .uk-card {
  border-radius: 25px;
}

/* Modifying Classes */
.border {
  border-radius: 20px;
}

.button-border {
  border-radius: 0px 0px 25px 25px;
  background-color: #006daa;
}
.position-center {
  position: absolute;
  left: 100px;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.light-grey-section {
  background: #e4e4e4;
}
.light-blue-text {
  color: #002832;
}

/* Custom Components */

.header-button {
  border-radius: 25px;
  margin-top: 15px;
  margin-bottom: 50px;
}

/* UI-KIT Modified Components */
.uk-container {
  max-width: 1000px;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #2f5972;
  color: #fff;
}

.uk-section-primary:not(.uk-preserve-color) .uk-button-default {
  background-color: #ffe1c1;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-button-default {
  background-color: #ffe1c1;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

/* Colors d6bca0 */
.primary-color {
  color: #ffe1c1;
}

.secondary-color {
  color: #2f5972;
}

.primary-color-background {
  background-color: #ffe1c1;
}

.secondary-color-background {
  background-color: #2f5972;
}

.tertiary-color-background {
  background-color: #25003e;
}
