@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: local("Raleway Light"), local("Raleway-Light"),
    url(https://fonts.gstatic.com/s/raleway/v11/-_Ctzj9b56b8RgXW8FArib3hpw3pgy2gAi-Ip7WPMi0.woff)
      format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"),
    url(https://fonts.gstatic.com/s/raleway/v11/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff)
      format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"),
    url(https://fonts.gstatic.com/s/raleway/v11/CcKI4k9un7TZVWzRVT-T873hpw3pgy2gAi-Ip7WPMi0.woff)
      format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"),
    url(https://fonts.gstatic.com/s/raleway/v11/xkvoNo9fC8O2RDydKj12b73hpw3pgy2gAi-Ip7WPMi0.woff)
      format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"),
    url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI73hpw3pgy2gAi-Ip7WPMi0.woff)
      format("woff");
}
body,
html {
  overflow-x: hidden;
}

body {
  font-size: 1em;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  font-family: "Raleway", sans-serif;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* change if the mask should have another color then white */
  z-index: 99; /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif); /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/* General */
#main-wrapper {
  overflow: hidden;
  min-height: 100vh;
}

.templatemo-site-title {
  color: #fff !important;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
  font-size: 40px;
  line-height: 1;
}

.templatemo-site-title a,
.templatemo-site-title a:hover {
  color: #fff;
  text-decoration: none;
}

img.slide {
  width: 100%;
  z-index: -9999999;
  position: absolute;
}

.active {
  display: block;
}

.inactive {
  left: 703px;
  display: none;
}

.image-section {
  position: fixed;
}

.image-container {
  position: relative;
}

.image-container img {
  position: absolute;
}

.templatemo-content {
  position: static;
  overflow: hidden;
  margin-top: 20%;
  min-height: calc(100vh - 212px);
}
.templatemo-content p,
div {
  color: #000;
  font-size: 16px;
}

.templatemo-content section {
  font-family: "Raleway", sans-serif;
  position: relative;
  overflow: hidden;
  top: 0;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 30px;
  line-height: 1.5;
}

.templatemo-content-wrapper {
  overflow: hidden;
}

.templatemo-content h2 {
  color: #000;
  font-family: "Raleway", sans-serif;
}

.templatemo-content p {
  font-family: "Raleway", sans-serif;
  color: #000;
  font-size: 16px;
}

.menu {
  position: fixed;
  width: 220px;
  z-index: 1;
  top: 120px;
}

#menu-list {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  padding: 0;
}

#menu-list > li {
  display: block;
}

#menu-list > li > a {
  font-family: "Raleway", sans-serif;
  padding: 10px 0 10px 30px;
  text-decoration: none;
  display: block;
  color: #fff;
}

#menu-list > .active > a,
#menu-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#responsive {
  font-size: 16px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#responsive li {
  display: block;
}

#responsive li a {
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

#responsive > .active > a,
#responsive li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#map-canvas {
  height: 256px;
  margin-bottom: 10px;
}
.footer {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
}
.footer .social-text {
  display: flex;
  justify-content: space-evenly;
}

.footer-text {
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.footer-text a,
.footer-text a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .website-title-wrapper {
    justify-content: center;
  }
  .footer {
    overflow: hidden;
    position: static;
    text-align: center;
  }
  .footer-text {
    margin-left: 0;
  }
}
.website-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.6);
}
.website-header .btn-toggle-dropdown {
  cursor: pointer;
}
.website-title {
  text-shadow: 0px 2px 3px rgb(0 0 0);
  font-size: 40px;
  line-height: 1;
  margin: 12px;
}
.website-title a {
  color: #fff !important;
  text-decoration: none;
}
.website-subtitle {
  font-size: 20px;
  margin-top: 10px;
  color: #fff;
}

@media (min-width: 991px) {
  .website-header {
    justify-content: center !important;
  }
}
.icon-svg-size {
  height: 40px;
  width: 40px;
}
.fancybox-slide--iframe .fancybox-content {
  width: 1280px;
  height: 720px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}
.imgtext {
  font-weight: bold;
  display: block;
  margin-left: 8px;
  font-size: 15px;
  font-style: italic;
}
.bullet1 {
  font-size: 18px;
  margin-right: 6px;
}
.bullet2 {
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 14px;
}
.bullet3 {
  font-size: 14px;
  margin-right: 10px;
  margin-left: 28px;
}
.bold {
  font-weight: bold;
}
