/* jumbotron */
  .jumbotron-fluid .container-fluid {
    position: relative;
    top: 1.3rem;
    width: 100%;
    height: auto;
  }    

  .weDid .iconImg a:link,.weDid .iconImg a:visited{
    text-decoration: none;
    color: white;
  }

  .weDid .iconImg a:hover {
    text-decoration: none;
  }

  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  
  .jumbotron-fluid {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) ,
    url(https://tookteecomhome.files.wordpress.com/2019/03/garden_v3.jpg);
    background-repeat: no-repeat;
    background-position: 40% 60%;
    background-size: cover;
    height: 20rem;
    margin: 0;
    padding: 0;
    z-index: -1;
  }

.jumbotron-text .text-box {
  width: 100%;
  height: auto;
}

#headerTextLg {
  margin-top: 30px;
  font-family: 'Roboto';
  font-size: 2.5rem;
  color: white;
  z-index: 2;
  text-align: center;
}

#headerTextMd {
  margin-top: -20px;
  font-size: 5rem;
  font-family: 'Roboto';
  color: white;
  text-align: center;
  z-index: 2;
}

#headerTextSub {
  margin-top: -20px;
  font-size: 2.5rem;
  font-family: 'Roboto';
  color: white;
  text-align: center;
  z-index: 2;
}

.iconImg {
  /* margin-top: 10px; */
  font-family: 'Roboto';
  color: white;
  z-index: 2;
  font-size: 1.39rem;
  display: flex;
  justify-content: center;
  align-items: center;
}



.langIcon:before {
  content: "";
  display: block;
  background: url(https://tookteepdf.files.wordpress.com/2019/04/enth2.png) no-repeat;
  width: 45px;
  height: 45px;
  float: left;
  background-size: cover;
  margin-right: 10px;
}

.vrIcon:before {
  content: "";
  display: block;
  background: url(https://tookteepdf.files.wordpress.com/2019/04/360.png)  no-repeat;
  width: 45px;
  height: 45px;
  float: left;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  padding-bottom: 10px;
}

.brochureIcon:before {
  content: "";
  display: block;
  background: url(https://tookteepdf.files.wordpress.com/2019/04/ebrochure.png) no-repeat;
  width: 45px;
  height: 45px;
  float: left;
  background-size: cover;
  background-position: center;
  margin-right: 10px;

}

  
@media screen and (min-device-width: 280px) and (max-device-width: 900px) {
  #headerTextLg {
    margin-top: -5px;
    font-family: 'Roboto';
    font-size: 2.2rem;
    color: white;
    z-index: 2;
    text-align: center;
  }
  
  #headerTextMd {
    margin-top: -10px;
    font-size: 4rem;
    font-family: 'Roboto';
    color: white;
    text-align: center;
    z-index: 2;
  }
  
  #headerTextSub {
    margin-top: -10px;
    font-size: 1.5rem;
    font-family: 'Roboto';
    color: white;
    text-align: center;
    z-index: 2;
  }
  
  .iconImg {
    font-family: 'Roboto';
    margin-top: 5px;
    color: white;
    z-index: 2;
    font-size: 1rem;
    display: flex;
    justify-content: left;
    padding-left: 30%;
  }
  
  .langIcon, .vrIcon, .brochureIcon {
    font-size: 1.2rem;
  }

  .langIcon:before {
    content: "";
    display: block;
    background: url(https://tookteepdf.files.wordpress.com/2019/04/enth2.png) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    margin-bottom: -10px;
  }
  
  .vrIcon:before {
    content: "";
    display: block;
    background: url(https://tookteepdf.files.wordpress.com/2019/04/360.png)  no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    margin-bottom: -10px
  }
  
  .brochureIcon:before {
    content: "";
    display: block;
    background: url(https://tookteepdf.files.wordpress.com/2019/04/ebrochure.png) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    margin-bottom: -10px  
  }
}