html,
body,
header,
#intro {
    height: 100%;
}

body{
  background-color: #EEf3EF;
}
#intro {
    background: url("../img/Screenshot.png")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #4CAF50;
  }
  @media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
      background-color: #4CAF50;
    }
  }
  @media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
      background-color: #4CAF50;
    }
  }
  #examples {
    /* background-color: #f9da4f; */
    overflow: hidden;
    font-family: 'Baloo';
  }

  #examples .feature-count {
    text-align: left;
    display: block;
    color: #3D8C40;
    font-family: 'Baloo';
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 2.4rem;
  }

  #examples h4{
    /* background-color: #f9da4f; */
    text-align: left;
    font-family: 'Baloo';
  }

  #examples .feature-content{
    /* background-color: #f9da4f; */
    text-align: left;
    font-family: 'Baloo';
  }

  #examples .count-ar{
    /* background-color: #f9da4f; */
    text-align: right;
  }

  #examples .h4-ar{
    /* background-color: #f9da4f; */
    text-align: right;
    font-family: 'Baloo';
  }

  #examples .feature-content-ar{
    /* background-color: #f9da4f; */
    text-align: right;
    font-family: 'Baloo';
  }

  .slider-selectors {
    /* background-color: #f9da4f; */
    color: black;
    font-family: 'Baloo';
  }

  .slider-selectors :hover {
    /* background-color: #f9da4f; */
    color: #4CAF50;
    font-family: 'Baloo';
  }

   /* Container holding the image and the text */
.container-hero {
  position: relative;
  text-align: center;
  color: white;
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

.hero-title{
  font-size: 8vw;
}

.hero-motto{
  font-size: 2vw;
}

.hero-border {
  display: block;
  width: 120px;
  height: 3px;
  background: #ffffff;
  margin: 20px auto;
}

.second-color{
  background-color: #4CAF50;
}