*    {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.02em;
}
body {
    background-color:red;
    color: white;
    text-align: center;
    width: auto;
}



/* HEADER ELEMENTS*/
header {
    width: auto;
    position: sticky;
    top: 0;
    z-index: 6;
    background-color: red;
    transition: background-color 2s; /*0.5s;*/
    margin: -10px -10px 0px -10px;
    padding-bottom: 10px;
  }

.fade-out-when-scroll { /*header nav fade out class added with JQuery when srolling down */
    background-color: rgba(255, 0, 0, 0.733); /*Could add a slower transition?*/
  }

.sreito-big-logo {
    width: 40vw; /*380px*/
    max-width: 70px;
    margin: 20px 20px 10px 20px;
}

.menu {
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
  }
 
.menu-supported {
  display: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}

.menu a {
    color: white;
    text-decoration: none;
}
  
.menu-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    height: 40px;
    cursor: pointer;
    position: relative;
    background: transparent;
    border: none;
}
  
.menu-button::before,
.menu-button::after {
  content: "";
  width: 35px;
  height: 6px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
}

.menu-button::before {
  transform: translateY(-8px);
}

.menu-button::after {
  transform: translateY(4px);
}

.menu-button:hover::before,
.menu-button:hover::after {
  background: white;
}


.menu-item-contact a {
    transition: all 6s ease-in; /*linear; ease-out;*/
  }

.menu-item-home a {
    transition: all 6s ease-in; /*linear; ease-out;*/
  }


/* FOOTER ELEMENTS*/
.footer-container {
    width: auto;
    position: relative;
    margin: 65px -10px 0px -10px;
    padding-top: 10px; 
    height: 50vw;
    max-height: 100px;
    text-align: left;
    text-indent: 20px;
    background-color: red;
    z-index: 5;
    display:block
  }
  
.copyright-text {
    letter-spacing: 0.16em;
    font-size: 15px;
    text-align: center;
    text-indent: 35px;
    position: centre;
    bottom: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
  }
  
.contacts-in-footer {
    padding-top: 25px;
    padding-right: 50px;
    text-align: right;
  }
  
.contacts-in-footer p {
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  
.contacts-in-footer h3 {
    letter-spacing: 0.08em;
    line-height: 0.3;
  }
  
.contacts-in-footer h2 {
    letter-spacing: 0.1em;
    font-size: 27px;
    line-height: 1.6;
  }
  
.cta-button {
    background-color: red;
    border: none;
    border-radius: 5px;
    color: white; 
    padding: 10px 14px; 
    margin-top: 10px;
    text-align: center; 
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Make the button inline */
    font-size: 16px;
    cursor: pointer;
  }
  
.cta-button:hover { /* Add hover effect for the button */ 
    background-color: red;
  }
  
a { /*link to action*/
    text-decoration: none; /* Remove underline link */
    color: white;
  }

  
#scroller-up {
  text-align: right;
}


/* HERO ELEMENTS*/
.hero {
    width: auto;
    position: relative;
    margin: 0px -10px;
    z-index: 3; 
}

.hero img { /*becareful here*/
    display: block;
    /*margin-top: 10px;*/
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    
   /* object-fit: cover;
    width: 100%;
    height: 100%;
    */
}

.hero h1 {
    position: absolute;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 3px rgb(62, 61, 61);
    font-size: 3.8vw;
    /*margin-top: 400px;*/
}

@media (max-width: 700px) {
  .hero h1 {
    font-size: 5.8vw; /* Increase font size for small screens */
    width: 65vw;
  }
}

@media (min-width: 701px) and (max-width: 1000px) {
  .hero h1 {
    font-size: 4.5vw; /* Increase font size for small screens */
    width: 60vw;
  }
}

@media (min-width: 1001px) {
  .hero h1 {
    font-size: 3.1vw; /* Increase font size for small screens */
    width: 35vw;
  }
  span { /*yellow full stop, ? and ! in Hero Headings*/
    font-size: 3vw;
  }
}


span { /*yellow full stop, ? and ! in Hero Headings*/
    color: red;
}


#fade-in-h1 {
    opacity: 0;
    transition: opacity 0.4s;
    /*transform: translate(-50%, 40%);*/
  }


@media (max-width: 900px) {
  #fade-in-h1 {
    transform: translate(-50%, 85%);
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  #fade-in-h1 {
    transform: translate(-50%, 85%);
  }
}

@media (min-width: 1101px) and (max-width: 1500px) {
  #fade-in-h1 {
    transform: translate(-50%, 50%);
  }
}

@media (min-width: 1501px) {
  #fade-in-h1 {
    transform: translate(-50%, 17%);
  }
}

  #wave-parallax-h1 {
    transform: translate(-50%, 80%);
  }

  #thunder-parallax-h1 {
    transform: translate(-50%, 0%);
  }
 
  #iceberg-parallax, #wave-parallax, #thunder-parallax, #route-parallax, #ideas-parallax {
    height: 1000px; /* Set the height of the container element */
    /*background-size: cover;*/
    object-fit: cover;
  }
  /*
  #iceberg-parallax {
    background-image: url('https://lh3.googleusercontent.com/pw/AL9nZEXgcDZHNCJeVabrUslq9V37B7t7A9IskOnKK4f1rZrqREOCh1jCEl1Pycb3POFz4CULJiT8PwPgLelywVSNvXu3LX6QyhG5JT2GmSgvgyOdbIabNK6SN9zwGUI1lfpsIS4a_sJQ1rij23LsYffvi0AO=w1443-h812-no?authuser=0');
    background-position: center;
  }
  */
  
  #wave-parallax {
    /*background-image: url('https://lh3.googleusercontent.com/pw/AL9nZEXfYVN1iX8iSQZJoxbAqoHb_dhWsXnjGqKpiW1EtAT5Jdn4p49WfS9BKHaq9lc1587rVHhX5JJ6xHkrwyq2eqgQbsUD8CqCMAkTGiAn9MUWaF9Ht3UT8Tra-Rq9uK1N73_tFTDZ7qVuAwh_8wPIIvEr=w1443-h812-no?authuser=0');*/
    object-position: left;
  }
  

  #thunder-parallax {
    /*background-image: url('https://lh3.googleusercontent.com/pw/AL9nZEXxZpGhV-NQb7ZRVZztLKuwro6UZrb8YhGNpfPeliRfv7IRt_x1qHKq17AefctoIzbzPo5jol5CIBMB_-6_9iydtlQQlKDkXv13eS8o3K-9pAedKfe85J0CFwFLlJBc0ph7lAe4SDH8DRCL0bkOrgG-=w1443-h812-no?authuser=0');*/
    object-position: left;
  }

  /*
  #route-parallax {
    background-image: url('https://lh3.googleusercontent.com/pw/AL9nZEVTvQCKDWFdZr5tr9NLCoaJcXUgOcJB6P6UT80JFmWrLKweDUJ7tkbToviw-yjeeH1TANhHmR0DaC3oZwgFYeE2CDH-lniJNe76aUux1RdRZYXptJbJh2KEKDc0pbBXgoZNtKDzZb4bGNybGziajCYg=w1492-h839-no?authuser=0');
    background-position: center;
  }
  */
  /*
  #ideas-parallax {
    background-image: url('https://lh3.googleusercontent.com/pw/AL9nZEWzO_v7Mtue5jpPZW_xz-BMYbwlCh5AE7fgukC009J_bQKi8nPDJjyd2LRZQVC1euTcwK5xBBl0HbsZrL-TdhKfU0x_QFsij1g8p91-1x1RQWE7lc5oGFQz32VY-R240cQ7bTv4wrFhc0JmlNu6yK60=w1443-h812-no?authuser=0');
    background-position: center;
  }
  */

/* CONTENT SPACES BETWEEN HEROS*/
.container-between-heros, .container-between-heros-light-blue {
    width: auto;
    margin: -30px -10px -80px -10px;
    height: fit-content; /*60vw;*/ 
    position: relative;
    /*margin-bottom: 20px;*/
    padding: 50px;
    z-index: 4;
}
.container-between-heros {
  background-color: red;
}

.container-between-heros-light-blue {
  background-color:red;
}

/* FEATURE GRID*/
.feature-grid {
  display: inline-flex;
  flex-wrap: wrap;
  /*background-color: #f8c91c; /* for design purpose*/
  width: 90%;
  justify-content: center;
  /*flex-direction: column;*/
  /*text-align: center;*/
  /*align-items: center; /* center the elements vertically */
}

.feature {
  flex: 0 0 30%; /*47%*/
  margin: 10px;
  display: flex;
  max-width: 400px;
}

.feature-list {
  width: 100%;
}

.feature-icon {
  margin-bottom: 10px;
}

.feature-title {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: 0.22em;
  /*margin-bottom: 10px;*/
}


.feature-description {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  letter-spacing: 0.1em;
}


@media (max-width: 700px) {
  .feature {
    flex: 1 100%;
  }
}

/* Don't meed this, it's working ok without
@media (min-width: 601px) {
  .feature {
    flex: 1 1 50%;
  }
}
*/

.inner-feature {
  /* background-color: lightgray; /* For design purpose*/
  padding: 17px 8px 8px 8px;
  margin-left: 0.2vw;
  margin-right: 0.2vw;
  max-width: 400px;
}

