h1, h2, h3, h4, h5 {
  font-family: "Lato",Arial,Helvetica,sans-serif;
  box-sizing border-box;
  color: rgb(31, 123, 189);
  display: block;

  letter-spacing: 3px;
  line-height: 45px;

  text-align: left;
  text-size-adjust: 100%;
  text-transform: uppercase;

}

.header-section {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.bg-water {
  background-image: url(/static/images/BG_AlgnBtm_ocean-surface.jpg);
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto;
  min-height: 500px
}

.bg-blue {
  background: linear-gradient(to bottom,#d6eaf8 0%,#ddf1f9 50%,white 100%);
}

.card{
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  transition: .6s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.6s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 36px 18px 36px;
  /* cursor: pointer; */
}
.card-title {
  font-size: 1.2em;
  margin-bottom: 0;
}

.card-title h3 {
  margin-bottom: 0;
}

.card-body {
  padding-top: 0;  
}

.cruise-preview-title {
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-weight: 900;
  font-size: 1.0rem;
  line-height: 1.3em;
  min-height: 5rem;
}

.scip-nav {
  border-bottom: 6px solid #DC9E28 !important;
  /*font-weight:600 !important;*/
  /*font-size: 1.2em !important;*/
  font-family: "Lato",Arial,Helvetica,sans-serif;
}

.block-heading {
  font-size: 1.625rem;
  font-weight: 900;
  color: #1F7BBD;
}

.footer-branding {
    border-top: 6px solid #DC9E28;
    background-color: #152C5C;
    color: rgba(255,255,255,.75);
}

.footer-branding a {
    color: rgba(255,255,255,.75);
}

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

.btn {
  border-radius: 1px;
}

span.badge.badge-info {
  display: none;
}

.chat-head {
  display: none !important;
}

@media only screen and (min-width: 1600px){ /* With the length of the SitRep titles, this is about the min screen width that looks good with 2 columns */
  .two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .two-col > li{
    display: inline-block;
    width: 100%;
  }
}