@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
.disclaimer-container{
  width: 1200px;
  margin:  0  auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em 0 1em;
}

.disclaimer{
  position: absolute;
width: 1000px;
/* height: 49px; */
/* left: 12px;
top: 648px; */

font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 100%;
/* or 12px */


color: #000000;

opacity: 0.5;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
tiny{font-size:.675em}

.top-buffer { margin-top:20px; }
.spacer {
  padding-top: 20px;
  padding-bottom: 20px
}

logo_font {
  /* position: absolute; */
  width: 217px;
  height: 38px;
  /* left: 526px;
  top: 499px; */
  
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  
  color: #000000;
}
img_width {
  width: 100%;
}