@font-face {
  font-family: "Day Roman";
  src: url(/theme/rockman/fonts/DAYROM__.ttf) format("truetype"); }
.classy-header {
  font: 100% "Day Roman", "Bitstream Charter", serif; }

.outer-pages {
  color: #ff2618;
  background-color: #060303; }
  .outer-pages a {
    color: #dCdCdA;
    font-weight: bold; }
  .outer-pages h1 {
    color: #ff2618;
    text-shadow: 0 0 0.2em #550000; }
  .outer-pages figure {
    display: inline;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0; }

.outer-page-text-blocks {
  width: 800px;
  max-width: 95vw;
  margin: 0 auto; }

.outer-page-text-blocks p {
  margin-top: 20px;
  line-height: 1.56;
  text-align: left; }

.small-padding {
  padding: 30px; }

.really-big-lettering {
  font-size: 3.0em; }

.moderately-big-lettering {
  font-size: 2.0em; }

.two-col-container {
  box-sizing: border-box; }

.two-col {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 10px; }

.two-col-img {
  width: 100%; }

/* Clear floats after the columns */
.two-col-container:after {
  content: "";
  display: table;
  clear: both; }

.ninety-container {
  width: 90%; }

.some-light {
  text-shadow: 2px 2px #ffffff !important; }

.flex-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }

.slightly-lighter-background {
  background-color: #848494; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b7b7b7;
  -webkit-transition: box-shadow 250ms ease, border 250ms ease;
  transition: box-shadow 250ms ease, border 250ms ease;
  color: #b7b7b7;
  cursor: pointer; }

.nav:hover {
  background-color: #2c2c2c; }

#full-article {
  columns: auto 30em; }

.black-text {
  color: #0a0a0a; }

.lightbox-thumbnail {
  width: 100px;
  height: 100px;
  border: 0; }

.lightbox-thumbnail:hover {
  box-shadow: 0 4px 8px 0 rgba(186, 0, 1, 0.2), 0 6px 20px 0 rgba(158, 8, 0, 0.19); }

.lightbox-medium {
  padding: 10px;
  width: 220px;
  height: auto;
  border: 0; }

.lightbox-large {
  padding: 10px;
  width: 600px;
  height: auto;
  border: 0; }

.float-right {
  float: right;
  clear: right; }

.float-left {
  float: left;
  clear: left; }

.invisible {
  display: none; }

.larger-image {
  width: 100%; }

.youtube {
  width: 560px;
  height: 315px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%; }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #060303; }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #060303;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px; }

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer; }

/* Hide the slides by default */
.mySlides {
  display: none; }

.lightbox-image {
  object-fit: contain;
  height: 80vh;
  width: 80vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #060303; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

img.demo {
  opacity: 0.6; }

.active,
.demo:hover {
  opacity: 1; }

img.hover-shadow {
  transition: 0.3s; }

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

/* responsive stuff */
@media (max-width: 600px) {
  .two-col {
    width: 95%; }

  .flex-container {
    flex-wrap: wrap; } }

/*# sourceMappingURL=farewell.css.map */
