.blue-text {
  color: #2794ea;
}

.text-bluegrey {
  color: #929fba;
}

.bg-bluegrey {
  background-color: #929fba;
}

.text-orange {
  color: #ff5722;
}

#news-anchor::before {
  display: block;
  content: " ";
  margin-top: 0rem;
  height: 4.2rem;
  visibility: hidden;
}

body * {
  font-family: "Lato", sans-serif;
}

a {
  color: #2794ea !important;
}

a.btn-info {
  color: white !important;
}

.btn-outline-blue {
  color: #6095d2 !important;
  border: 1px solid #6095d2 !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.btn-outline-orange {
  color: #ff5722 !important;
  border: 1px solid #ff5722 !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.font-weight-900 {
  font-weight: 900;
}

.font-weight-700 {
  font-weight: 700;
}

.vh-80 {
  height: 80vh;
}

.vh-70 {
  height: 70vh;
}

.vh-60 {
  height: 60vh;
}

.h-60 {
  height: 60%;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: clamp(4rem, 5vw, 10rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #003d88;
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(4rem, 10vw, 20rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #003d88;
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  font-weight: 400;
  font-weight: 900;
  color: #003d88;
}

.exept h3 {
  color: #929fba;
}

.exept h3 span {
  color: #003d88;
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: clamp(2.5rem, 5vw, 2rem);
  font-weight: 900;
  color: #003d88;
  line-height: 1.2;
}

h4.news-content {
  font-size: clamp(2.5rem, 5vw, 2rem);
  line-height: 1.2;
}

h5 {
  font-family: "Lato", sans-serif;
  font-size: clamp(0.8rem, 4vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
  color: #003d88;
}

h6.heavy {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #6095d2 !important;
}

nav.navbar-light * {
  color: #003d88 !important;
  font-weight: 400;
}

nav.navbar-light * .dropdown .dropdown-item:hover {
  background-color: #003d88 !important;
}

.report a img {
  max-width: 200px;
}

@media only screen and (max-device-width: 575.98px) {
  .report a img {
    max-width: 100%;
  }
}

.report a h6 {
  margin-bottom: 3rem;
}

navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(146, 159, 186, 0.2);
}

.searchpage,
.positionpage,
.albumpage {
  min-height: 100%;
  min-height: calc(100vh - 315px);
}

#searchform {
  margin-top: 3rem;
}

.list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.collapse.show {
  color: #ff8800;
  font-weight: 400;
}

.parallax {
  /* The image used */
  background-image: url("/img/projects/incentives.jpg");
  /* Set a specific height */
  min-height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
    min-height: 600px;
    max-height: 800px !important;
  }
  p,
  a {
    font-weight: 400;
  }
  span a {
    font-weight: 900;
  }
}

@media only screen and (max-device-width: 575.98px) {
  .parallax {
    min-height: 400px;
    max-height: 500px !important;
  }
}

.burgee img {
  height: 3rem;
}

.burgee img {
  width: clamp(3.5rem, 10vw, 5rem);
  margin-right: 20px;
  margin-top: 20px;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  column-width: 33%;
}

.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.gallery .animation {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1199.98px) {
  .gallery {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    column-width: 50%;
  }
}

@media (max-width: 450px) {
  .gallery {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    column-width: 100%;
  }
}

@media (max-width: 400px) {
  .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

.pswp__img {
  max-height: 100% !important;
  width: auto !important;
}

.rgba-blue-grey-light,
.rgba-blue-grey-light:after {
  background-color: rgba(29, 31, 33, 0.55);
}

.sidepanel {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1040;
  top: 0px;
  right: 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 0px;
  margin: auto;
}

.sidepanel .closebtn {
  /*position: absolute;*/
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidepanel {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/*style for thumnail image grid*/
.thumb-img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px) {
  .gallery-grid:nth-child(even) {
    padding-left: 7px;
  }
  .gallery-grid:nth-child(odd) {
    padding-right: 7px;
  }
}

p.caption-title {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media only screen and (max-device-width: 575.98px) {
  p.caption-title {
    padding-left: 1rem;
  }
}

p.caption-body {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (max-device-width: 575.98px) {
  p.caption-body {
    padding-left: 1rem;
  }
}

.news-info-date {
  color: #003d88;
  height: 30px;
}

.news-info-date img {
  max-height: 20px;
  margin-right: 10px;
}

.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #003d88;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6095d2;
  background-color: #6095d2;
}

.modal-dialog.modal-notify .heading {
  margin: 0;
  padding: 0.3rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}

.active-cyan-3 input[type="text"] {
  border: 1px solid #6095d2;
  -webkit-box-shadow: 0 0 0 1px #6095d2;
  box-shadow: 0 0 0 1px #6095d2;
}

#dvOurCruisesMap {
  width: 100%;
  height: 600px;
}

@media only screen and (max-device-width: 575.98px) {
  #dvOurCruisesMap {
    height: 350px;
  }
}

.cd-info-box {
  padding-right: 10px;
  padding-bottom: 10px;
}

.cd-info-box h6 {
  font-weight: 700;
}

.cd-info-box p {
  font-weight: 400;
}

.cd-info-box a {
  color: #2794ea;
  font-weight: 700;
  font-size: 1.5rem;
}

.gm-style .gm-style-iw-c {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
  background-color: white;
  border-radius: 3px;
  padding: 12px;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=style.css.map */