@import url(https://fonts.googleapis.com/css2?family=Exo+2:wght@700&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap);
.awarua-bg {
  background-color: #00a6e9;
}

.awarua-text {
  color: #00aeef;
}

.border-awarua {
  border: 1px solid #00aeef !important;
}

a:link:not(.btn), a:visited:not(.btn), a:active:not(.btn) {
  color: #00aeef;
}
a:link:not(.btn) h2, a:link:not(.btn) h3, a:link:not(.btn) h4, a:link:not(.btn) h5, a:link:not(.btn) h6, a:visited:not(.btn) h2, a:visited:not(.btn) h3, a:visited:not(.btn) h4, a:visited:not(.btn) h5, a:visited:not(.btn) h6, a:active:not(.btn) h2, a:active:not(.btn) h3, a:active:not(.btn) h4, a:active:not(.btn) h5, a:active:not(.btn) h6 {
  color: #333;
}

a:hover:not(.btn) {
  text-decoration: underline;
}
a:hover:not(.btn) h2, a:hover:not(.btn) h3, a:hover:not(.btn) h4, a:hover:not(.btn) h5, a:hover:not(.btn) h6 {
  color: #00aeef;
  text-decoration: none;
}

.navbar.navbar-dark {
  box-shadow: none;
  background-color: transparent;
}
.navbar.navbar-dark.top-nav-collapse {
  background-color: #0e1e40;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.navbar.navbar-dark.scrolling-navbar {
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .navbar.navbar-dark {
    background-color: #0e1e40;
  }
}
.navbar.navbar-dark .navbar-collapse {
  align-items: flex-end;
  background-color: #0e1e40;
}
@media all and (min-width: 993px) {
  .navbar.navbar-dark .navbar-collapse {
    display: block !important;
    background-color: transparent;
  }
}
.navbar.navbar-dark .navbar-text {
  position: relative;
  font-weight: bold;
  text-align: center;
  display: block;
}
.navbar.navbar-dark .navbar-text small {
  letter-spacing: 3px;
}
@media all and (min-width: 768px) {
  .navbar.navbar-dark .navbar-text {
    text-align: right;
  }
}
.navbar.navbar-dark .navbar-nav {
  float: right;
}
.navbar.navbar-dark .navbar-nav .nav-item {
  padding: 0 .75rem;
  margin-top: 0;
}
.navbar.navbar-dark .navbar-nav .nav-item.active .nav-link {
  background: transparent !important;
  border-bottom: 4px solid #00aeef !important;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  transition: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 4px solid transparent;
  color: #fff;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:focus {
  border-bottom: 4px solid #00a6e9 !important;
  text-decoration: none !important;
}

.view {
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view img {
  min-width: 100%;
  height: auto;
}

.hero {
  margin-bottom: 50px;
}

footer.page-footer {
  background-color: #0e1e40;
  margin-top: -1px;
}

.flex-center {
  color: #fff;
}

.card {
  display: flex;
  border: 1px solid #e3e3e3;
}
.card a .card-title-wrapper {
  min-height: 60px;
  width: 100%;
  display: table;
}
.card a h4 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #747373;
}
.card a:hover h4 {
  color: #00aeef;
}
.card a .avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.card a .avatar img {
  width: 150%;
  max-width: 150%;
}

@media only screen and (max-width: 768px) {
  .display-3 {
    font-size: 3rem;
    margin-top: 4rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

h1, h2, h3, h4, .btn {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
}
#map,
.view {
  height: 100%;
  position: relative;
}

.coordinates {
  color: #fff;
  font-size:34px;
  word-spacing:2rem;
}

.colour-header {
  background-color: #333;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  position: relative;
}

.sgs-icon {
  position: absolute;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
}

.little-divider {
  display: inline-block;
  width: 150px;
  height: 3px;
  max-width: 25%;
  background-color: #00aeef;
}

.oc-img-bordered {
  border: 4px solid #ccc;
}

.text-center > ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.divider-new:before,
.divider-new:after {
  background: #00aeef;
}

.text-center table {
  margin: 0 auto !important;
}
table td {
  padding: 5px;
}
table th {
  padding: 5px;
  font-weight: bold;
  background-color: #f3f3f3;
}

.btn {
  letter-spacing: 2px;
}
.btn.primary {
  background-color: #00aeef;
}
.btn.primary:hover, .btn.primary:focus {
  background-color: #fff;
  color: #00aeef !important;
}
.btn.btn-outline-white:hover {
  border-color: #00aeef;
}
.btn:hover {
  border-color: #fff;
}

.cover-image .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
}
.cover-image.bg-wrapper {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}
.cover-image.img-responsive {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
  z-index: -1;
}
.cover-image.view {
  overflow: hidden;
}

.blue-comet {
  position: absolute;
  right: 0;
  top: 2px;
}
.navbar-text .blue-comet {
  position: relative;
  display: block;
  top: auto;
  width: 100%;
  height: 2px;
}
@media all and (min-width: 768px) {
  .navbar-text .blue-comet {
    width: 150%;
    left: -50%;
  }
}

.load-line {
  height: 2px;
  width: 100%;
  background: #00aeef;
  position: absolute;
  top: 0;
}

#mapbox {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mapboxgl-marker {
  font-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #00aeef;
}

.venture-logo {
  display: inline-block;
}
.venture-logo img {
  background-color: #fff;
}

footer {
  font-size: 85%;
}
footer .title {
  color: #00aeef;
}
footer.page-footer {
  background: url(/themes/spaceops/assets/img/footer_bg.jpg) no-repeat right bottom #0e1e40;
}
footer.page-footer .footer-copyright {
  height: auto;
  background-color: rgba(5, 15, 38, 0.7);
}
footer.page-footer .footer-copyright span {
  display: inline-block;
  margin: 0 15px;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .logo {
    width: 160px !important;
    height: 62px !important;
  }
}
h2, .font-bold, strong {
  font-weight: bold;
}

.text-shadow {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

h3, .h3 {
  font-weight: 400 !important;
}
