/* Add here all your CSS customizations */

@font-face {
  font-family: "futurafont";
  src: url("fonts/futura_book_font-webfont.woff2") format("woff2"),
    url("fonts/futura_book_font-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

p,
a,
span,
div {
  font-family: futurafont !important;
  font-size: 16px;
}

#header .header-nav-main nav > ul > li a {
  font-family: futurafont;
  font-size: 16px;
}

.font-size-30 {
  font-size: 30px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: futurafont;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
  color: #25aae1 !important;
}

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

.footer-link-color:hover {
  color: #25aae1 !important;
  border-color: #25aae1 !important;
}

.slider-container {
  background: #bdbec0 !important;
}

html .btn-outline.btn-primary:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary:hover,
html .btn-outline.btn-primary:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:focus {
  color: #ffffff !important;
}

.text-color-blue {
  color: #25aae1 !important;
}

.bg-color-blue {
  background-color: #25aae1 !important;
}

.font-primary {
  font-family: futurafont !important;
}

.drop-shadow {
  box-shadow: 12px 12px 8px #8080808c;
  border-radius: 5px;
}

.booking-frame {
  overflow: hidden !important;
}

.social-icon-size {
  font-size: 20px !important;
}

.breadcrumb-size {
  font-size: 10px;
}

.tesark-logo {
  width: 8% !important;
}

@media only screen and (max-width: 600px) {
  .tesark-logo {
    width: 15% !important;
  }
}

.insta-icon-color:hover {
  color: #c13584 !important;
}

.facebook-icon-color:hover {
  color: #4267b2 !important;
}

.insta-icon-color {
  color: #c13584 !important;
}

.facebook-icon-color {
  color: #4267b2 !important;
}
.link-font-size {
  font-size: 20px !important;
}
