body {
  background-color: black;
  color: white;
}

.container {
  max-width: inherit;
}

.custom-navbar {
  background-color: #19472a;
  width: 99%;
  border-radius: 10px;
  margin: 10px auto;
}

article {
  background-color: #b2bbc0;
  padding: 10px;
  border-radius: 10px;
}

.custom-footer {
  background-color: #19472a;
  width: 99%;
  border-radius: 10px;
  margin: 10px auto;
  text-align: center;
  font-size: 0.9em;
  padding: 10px 12px;
}

.card {
  background-color: transparent;
  margin-bottom: 10px;
}

.artwork-title,
.gallery-title {
  margin-bottom: 10px;
  color: black;
}

.gallery-row span {
  font-size: smaller;
}

h1,
h2,
h3 {
  color: black;
}
h1 a,
h2 a,
h3 a {
  color: white;
}

a {
  color: white;
}
code a,
a > code {
  color: blue !important;
  margin-bottom: 5px;
  display: inline-block;
}

.tag-dsp a > code {
  margin: 10px;
  padding: 10px;
}


.tag-weight-1,
.tag-weight-2,
.tag-weight-3,
.tag-weight-4,
.tag-weight-5{
    font-size: .85em;
}
.tag-weight-6,
.tag-weight-7,
.tag-weight-8,
.tag-weight-9,
.tag-weight-10{
    font-size: 1em;
}
.tag-weight-11,
.tag-weight-12,
.tag-weight-13,
.tag-weight-14,
.tag-weight-15,
.tag-weight-16,
.tag-weight-17,
.tag-weight-18,
.tag-weight-19,
.tag-weight-20{
    font-size: 1.5em;
}

.tag-weight-21,
.tag-weight-22,
.tag-weight-23,
.tag-weight-24,
.tag-weight-25,
.tag-weight-26,
.tag-weight-27,
.tag-weight-28,
.tag-weight-29,
.tag-weight-30{
    font-size: 1.65em;
}
.tag-weight-31,
.tag-weight-32,
.tag-weight-33,
.tag-weight-34,
.tag-weight-35,
.tag-weight-36,
.tag-weight-37,
.tag-weight-38,
.tag-weight-39,
.tag-weight-40{
    font-size: 1.85em;
}
.tag-weight-41,
.tag-weight-42,
.tag-weight-43,
.tag-weight-44,
.tag-weight-45,
.tag-weight-46,
.tag-weight-47,
.tag-weight-48,
.tag-weight-49,
.tag-weight-50{
    font-size: 2em;
}
.tag-weight-51,
.tag-weight-52,
.tag-weight-53,
.tag-weight-54,
.tag-weight-55,
.tag-weight-56,
.tag-weight-57,
.tag-weight-58,
.tag-weight-59,
.tag-weight-60{
    font-size: 2.25em;
}

.custom-navbar a:first-of-type {
font-size: x-large;
    padding: 4px;}

    .homepage p{color: black;}

@media (max-width: 576px) {
  .image-flick {
    width: 10%;
  }
}


.navbar-nav{
  background-color: black;
}