@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Lobster);

/* ----Hero Banner---- */
.img-top-about {
    height: auto;
    width: 100%;
}

.lft-sde {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
}

.videobox {
    width: 100%;
    box-shadow: 8px 13px #888888;
    border: 3px solid #da0000;
    padding: 0.2rem;
    border-radius: 1rem;
}
  
.video_div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abt-space-1 {
    margin-bottom: 150px;
}

@media screen and (max-width: 800px) {
  .abt-space-1 {
    margin-bottom: 10px;
  }

  .lft-sde {
    margin: 15px;
  }
}


/* -----ABOUT TEXT----- */
  .aboutfab {
    margin: 6rem 0;
    font-family: 'Raleway';
    padding: 5rem 0 5rem 0;
    background-color: #da0000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .abt-bx {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .aboutfab p{
    font-size: 16px;
  }

  .abt-cana {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .abt-maple {
    height: 25px;
    margin-right: 10px;
  }

  .abt-head {
    font-family: 'Lobster';
    font-size: 50px;
    margin-bottom: 30px;
    text-align: center;
  }

  #tme-head {
    margin: auto;
  }
  
/* mobile view */
@media screen and (max-width: 700px) {
  .aboutfab {
    margin: 3rem 0;
    padding: 30px 30px;
  }

  .abt-bx {
    width: 100%;
  }

  .aboutfab p{
    font-size: 14px;
  }

  .abt-head {
    font-family: 'Lobster';
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
  }

  #tme-head {
    margin: 0 10px 0 10px;
  }
}


/* -----FUTURE BOX----- */
  .fab-future-bx {
    font-family: 'Raleway';
    padding: 60px 0 80px 0;
    background-image: url("../images/fabric-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 5rem auto 5rem auto;
    color: #ffffff;
    text-shadow: 1px 1px #96969654;
  }

  .fab-future-bx h3{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 45px;
  }

  .fab-future {
    /* column-count: 2; */
    font-size: 16px;
  }

/* mobile view */
@media screen and (max-width: 800px) {
  .fab-future-bx {
    padding: 40px 10px;
    background-image: url("../images/fabric-bg2.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 5rem auto 5rem auto;
  }

  .fab-future {
    /* column-count: 1; */
    font-size: 14px;
  }
}













/* new Download Button */
  /* .btn-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .phone-button {
    background-color: #da0000;
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    border-radius: 5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: none;
    margin: 3.5rem auto 3.5rem auto;
  }
  
  .phone-button:hover {
    transform: scale(1.04);
    transition-duration: 0.6s;
  }
  
  .pnumber {
    color: #fafafa;
    font-weight: bold;
  }
  
  .pnumber:hover {
    color: #fafafa;
  }
  
  .pnumber_button {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .jingle-btn {
    font-size: 22px;
  }

  .dwnld-ico {
    height: 6rem;
    margin-right: 1.2rem;
  } */