body {
  font-size: 1.55em;
  line-height: 1.9em;
  font-family: 'Open Sans', sans-serif;
  color: #595959;
  background-color: #ffffff;
  background-attachment: fixed;
  height:100vh; /* fix IE11 */
  min-height:100%; /* fix IE11 */  
}

.rawr {
  font-size: 5em;
}

#container {
  position: relative;
  box-shadow: 1px -4px 6px 0 rgba(0,0,0,0.030); 
  transition: padding 300ms ease;
  width: 100%;
}

#container-mobile {
  margin-top: 0;
  width: 100%;
  font-size: 0.75em;
}

#container, article { background-color: #ffffff; }

h1, h2, h3, h4 {
  font-family: 'Merriweather', serif;
  text-transform: capitalize;
}

h1 {
  font-size: 1.75em;
  font-weight: 600;
  color: #20376b;
  text-align: center;
  margin-bottom: 0.35em;
}

h2 {
  font-size: 1.25em;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
}

.ssh2 {
  font-size: 0.85em;
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}

h3 {
  font-size: 0.95em;
  line-height: 1.4em;
  color: #595959;
}

h4 {
  color: #ffffff;
}

.catalog {
  background-attachment: fixed;
  background-image: url('../img/layouts/catalog-sm.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000000;
  opacity: 0.80;
  min-height: 25vh;
}

.catalog-byline {
  border: 4px solid white;
  border-radius: 12px;
  background-color: rgba(255,255,255,0.9);
}

.catalog a:link, .catalog a:active, .catalog a:visited {
  color: #20376b;
  text-decoration: none;
  font-weight: bold;
}

.catalog-byline:hover {
  opacity: 0.8;
}

.max-section {
  background-attachment: fixed;
  background-color: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  background-image: url('../img/layouts/admiral-exterior-view.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 57vh;
}

article a:link, 
article a:active, 
article a:visited {
  color: #20376b;
  text-decoration: none;
  font-weight: bold;
}

.min a:link, 
.min a:active, 
.min a:visited {
  color: #20376b;
  text-decoration: none;
  font-weight: bold;
}

.min a:hover {
  border-bottom: 2px solid #20376b;
}

article a:hover {
  border-bottom: 2px solid #20376b;
}

@media screen and (max-width: 1386px) {
    .bs {
        display: none;
    }

    .sm {
      width: 90%;
    }

    .min {
      width: 90%;
}
}


@media screen and (min-width: 1387px) {
    .ss, .mb, .ss-l {
        display: none;
    }
  .min {
  width: 70%;
}

.nct img {
    width: 12vw;
}
}

@media screen and (max-width: 500px) {
.ss-l, .bs {
  display: none;
  }

  .min {
  width: 85%;
}
}

.uc {
  background-color: #20376b;
}


