/* Custom styles */
:root {
  --color-main-blue: #16558f;
}

/* Headings */
.h1 {
  font-size: 32px !important;
}

.h2 {
  font-size: 24px !important;
}

.h3 {
  font-size: 19px !important;
}

.h4 {
  font-size: 16px !important;
}

.h5 {
  font-size: 13px !important;
}

.h6 {
  font-size: 10.72px !important;
}

.fw-700 {
  font-weight: 700 !important;
}

/* Progress bar width */
.width-100 {
  width: 100% !important;
}

.width-95 {
  width: 95% !important;
}

.width-90 {
  width: 90% !important;
}

.width-85 {
  width: 85% !important;
}

.width-80 {
  width: 80% !important;
}

.width-60 {
  width: 60% !important;
}

.width-55 {
  width: 55% !important;
}

/* Other styles */
html {
  scroll-behavior: smooth;
}

.header {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  background: -webkit-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/header_2.jpg?7703e45ef514419ee12c4b2cca367d58);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/header_2.jpg?7703e45ef514419ee12c4b2cca367d58);
}

.lh-14 {
  line-height: 1.4 !important;
}

.maps-frame {
  display: none;
}

.section.contact {
  padding: 0px 0 0;
}

.swal2-icon {
  border-color: var(--color-main-blue) !important;
  color: var(--color-main-blue) !important;
  margin-top: 0 !important;
}

.swal2-icon * {
  border-color: var(--color-main-blue) !important;
  color: var(--color-main-blue) !important;
  margin-top: 0 !important;
}

.swal2-success-line-long, .swal2-success-line-tip {
  background-color: var(--color-main-blue) !important;
}

.swal2-x-mark > * {
  background-color: var(--color-main-blue) !important;
  border-color: var(--color-main-blue) !important;
}

.dji-video {
  max-width: 350px;
  max-height: 350px;
}

.about-scroll-margin {
  scroll-margin-top: 100px !important;
}

.contact-scroll-margin {
  scroll-margin-top: 50px !important;
}

.maps-frame {
  border: 0px !important;
}

@media only screen and (max-width: 576px) {
  .header {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .section.contact {
    margin-top: -50px;
  }
  .header {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background: -webkit-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/header_2_mobile.jpg?a4cd473de245774a3a110fb032fccb28);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/header_2_mobile.jpg?a4cd473de245774a3a110fb032fccb28);
  }
}
@media only screen and (min-width: 992px) {
  .section .contact {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
    overflow: hidden;
  }
  .maps-frame {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1000;
  }
  .maps-frame-content {
    display: block;
    position: absolute;
    top: 16%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    z-index: 1009999;
  }
}
.nav-blog {
  color: #16558f !important;
}

.nav-home {
  font-weight: bold;
  font-family: "Dosis", "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.8) !important;
  display: block;
  padding: 0.5rem 1rem;
}

/* Language changer dropdown */
.dropbtn {
  background-color: transparent;
  color: white;
  font-size: 17px;
  font-weight: 600;
  border: none;
  padding: 0px;
  cursor: pointer;
}

.dropbtn:hover {
  color: #cbd3da;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: -13px;
}

.dropdown-content a {
  color: black;
  padding: 5px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #16558f;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.p630-img {
  height: 260px !important;
}
