/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* ================================================
TYPOGRAPHY
=================================================== */
p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

/* Font Weight */
.fw-900 {
  font-weight: 900 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-400 {
  font-weight: 400 !important;
}

/* Text Size */
.s-80 {
  font-size: 80px;
}

/* ================================================
UTILITY
=================================================== */
.gradient-green:before {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(9, 83, 80, 0) 0%, #14b9b2 100%);
}
.custom-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.custom-text {
  color: #087c77;
  -webkit-text-stroke: 1px #f1fbfa;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* ================================================
HEADER & FOOTER
=================================================== */
header#header,
footer#footer {
  display: none;
}

/* Navigation Section */
.sec-navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec-navigation svg {
  margin-left: 30px;
}

@media only screen and (max-width: 849px) {
  /* ================================================
    TYPOGRAPHY
    ================================================= */
  /* Text Size */
  .s-80 {
    font-size: 55px;
  }
}
