/**
body {
  background-color: white;
}
*/

p {
  margin-left: 4px;
  margin-right: 4px;
}
address {
    margin-left: 8px;
    margin-right: 8px;
}

.alert {
  background-color: white;
  padding: 20px;
  color: black;
  border-style: solid;
  border-color: red;
  border-width: thick;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.border10 {
  border: 10px;
}
.center {
  text-align: center;
}
.red {
  color: red;
}
.bg-black {
  background: black;
  color: white;
}
.bg-black a {
  color: #FF0;
}
.bg-blue {
    background: blue;
    color:white;
}
.bg-blue-gradient {
  background: #2A7B9B;
  background: linear-gradient(180deg, rgba(42, 123, 155, 1) 0%, rgba(72, 145, 182, 1) 25%, rgba(100, 166, 208, 1) 50%, rgba(130, 188, 235, 1) 75%, rgba(153, 204, 255, 1) 100%);
}
.bg-darkblue {
    background: darkblue;
    color:white;
}
.bg-purple {
  background: purple;
  color: white;
}
.bg-purple-gradient {
  background: #280d59;
  background: linear-gradient(180deg, rgba(40, 13, 89, 1) 0%, rgba(50, 9, 121, 1) 35%, rgba(89, 52, 125, 1) 100%);
}
.bg-purple-gradient a {
    background: #280d59;
    background: linear-gradient(180deg, rgba(40, 13, 89, 1) 0%, rgba(50, 9, 121, 1) 35%, rgba(89, 52, 125, 1) 100%);
    color: #FF0;
}
.bg-darkred {
    background: darkred;
    color:white;
}
.bg-darkred a {
    color:white;
}
.bg-red {
    background: red;
    color:white;
}
.bg-teal {
    background: teal;
    color:white;
}
.bg-teal a {
    color: white;
}
.bg-yellow {
    background: #FC0;
    color:black;
}
.bg-white {
  background: white;
  color: black;
}
.bg-image-canvas {
    background-image: url("https://dvrbs.camdenhistory.com/images/bk-canvas.gif");
    min-height: 100%;
}
.bg-image-civilian {
  background-image: url("https://dvrbs.camdenhistory.com/images/civilian.jpg");
  min-height: 100%;
}
.bg-image-bricks {
  background-image: url("https://dvrbs.camdenhistory.com/images/bk-bricks.gif");
  min-height: 100%;
}

/** Newspaper background **/
.bg-image-newspaper {
  background-image: url("https://dvrbs.camdenhistory.com/images/bk-newspaper.jpg");
  min-height: 100%;
}
.bg-image-newspaper a {
  color: blue;
}
.bg-image-newspaper a:visited {
  color: purple;
}
/** Newspaper background **/

.bg-image-pat {
  background-image: url("https://dvrbs.camdenhistory.com/images/bk-pat.gif");
  min-height: 100%;
}

.bg-image-stonesfield {
  background-image: url("https://dvrbs.camdenhistory.com/images/bk-stonesfield.gif");
  min-height: 100%;
}
.text-big {
    font-size: 20pt;
    font-weight: bold;
}
.text-blockquote {
  text-indent: 24px;
  margin-left: 20px;
  margin-right: 20px;
}
.text-paragraph {
  margin-left: 6px;
  margin-right: 6px;
}
.text-black {
  color: black;
}
.text-darkblue {
    color: darkblue;
}
.text-white {
  color: white;
}
.text-yellow {
    color: #FF0;
}
.link-white a {
  color:white;
}
.link-yellow a {
  color: #FF0;
}
.td-border {
  border: 1px solid black;
}
.td-width-50 {
  width: 50%;
}
.table {
  align-content: center;
  width: 900px;
  border: 10px ridge white;
}
.table-center {
  margin: auto;
}

/* Disqus container styling */
#disqus_thread {
    background-color: #f8f9fa; /* light gray (matches bg-light) */
    border-radius: 0.375rem;   /* same as Bootstrap rounded */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 3rem !important;
    padding: 1rem;             /* consistent with col padding */
}

/* Ensure iframe/comments stretch properly on mobile */
#disqus_thread iframe,
#disqus_thread div {
    width: 100% !important;
}

/* Optional: spacing between comments and container */
#disqus_thread > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
