/* Navy blue + gold color scheme */
.bg-primary {
  background-color: #002147 !important;
}

.text-primary {
  color: #C5A44E !important;
}

a {
  color: #002147;
}

a:hover, a:focus, a:active {
  color: #001933;
}

/* Gold accent for section headings */
h2 {
  color: #C5A44E;
}

/* Sidebar nav links on hover */
#sideNav .navbar-nav .nav-item .nav-link:hover,
#sideNav .navbar-nav .nav-item .nav-link:focus {
  color: #C5A44E !important;
}

/* Social icons */
.list-social-icons a {
  color: #002147;
}

.list-social-icons a:hover {
  color: #C5A44E !important;
}

/* Skills list items */
.dev-icons .list-inline-item i {
  color: #002147;
}

/* Tag/label backgrounds */
.badge-primary {
  background-color: #002147 !important;
}

/* Gold ring around headshot */
.img-profile {
  border: 3px solid #C5A44E !important;
}
