@font-face {
    font-family: ICOKeyStorage;
    src: url("../fonts/ICOKeyStorage.otf") format("opentype");
}


/* back to the top button */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
  }


h1,h2,h3,h4,h5,h6,p,a {
    font-family: Arial;
}

h1,h2,h3,h4,h5,h6{
    font-weight:bold;
}


.tech-nav{

       /* fallback for old browsers */
       background: #4d60ef;

       /* Chrome 10-25, Safari 5.1-6 */
       background: -webkit-linear-gradient(to right, rgba(77, 96, 239, 1), rgba(18, 38, 109, 1));
     
       /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
       background: linear-gradient(to right, rgba(77, 96, 239, 1), rgba(18, 38, 109, 1));

       padding: 10px 0 10px 0;
       margin-bottom: 1px;
}

.tech-text{
    font-size: .85em;
    padding: 10px;
    color: white;
    
    
}

.tech-text:hover{
    color: white;
    opacity: .75;
}

.navbar{
      /* fallback for old browsers */
  background: #4d60ef;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(77, 96, 239, 1), rgba(18, 38, 109, 1));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(77, 96, 239, 1), rgba(18, 38, 109, 1));
   

}

.nav-link{
    position: relative;
    top: 13px;
    color: white !important;
}

.nav-link:hover{
    color: white !important;
}


footer{
         /* fallback for old browsers */
  background: #4d60ef;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(77, 96, 239, 1), rgba(18, 38, 109, 1));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(77, 96, 239, 1), rgba(18, 38, 109, 1)); 
}

.key-font{
    font-family: ICOKeyStorage;
    font-size: 2em;
}

.bg-image{
    height: 100vh;
  /* fallback for old browsers */
  background: #4d60ef;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(77, 96, 239, 1), rgba(18, 38, 109, 1));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(77, 96, 239, 1), rgba(18, 38, 109, 1));

  
}

.sec-nav h1{
    padding: 40px 0 0 0;
}

.link-contain{
    padding: 0 0 70px 0;
}

.link-contain h2{
    color: #00539b !important;
}

.link-contain h4{
    color: #141515 !important;
}


.direct-mbl-align{
    margin-top: 0;
}

hr{
    width: 100% !important;
}

.instruct-mbl-align{
    padding: 0 !important;
}

.home-ref-link{
    padding-top: 0 !important;
}

.hero-align-txt{
    padding: 0 !important;
}

.restart{
    position: relative; 
    top: 20px;   
}

.store-img{
width: 25%;
}

.google-store-img{
    width: 28%;
    position: relative;
    left: 25px;
    }



@media (max-width: 450px) {
    #intro {
      height: 950px !important;
    }
  }

  @media (min-width: 550px) and (max-width: 750px) {
    #intro {
      height: 1100px !important;
    }
  }

  @media (min-width: 800px) and (max-width: 990px) {
    #intro {
      height: 600px !important;
    }
  }



@media only screen and (max-width: 768px) {
    .direct-mbl-align{
        margin-top: 25px !important;
        width: 80%;
        margin: auto;
    }

    hr{
        width: 100% !important;
        margin: auto;  
    }

    .instruct-mbl-align{
        padding: 0 30px 0 30px !important;
    }

    .home-ref-link{
        padding-top: 20px !important;
     }

     #bcs{
         margin-top: 20px;
     }

     .link-contain h2{
        position: relative;
        top: 5px;
    }

    .gif-mbl-align{
        padding-bottom: 25px;
    }

   
   

    

  }

  @media only screen and (max-width: 576px) {
    .pnote-sec{
        width: 95% !important;
        margin: auto;
    }

    .intro-mbl-align{
        padding: 0 30px 0 30px !important;
    }

    .link-contain{
        padding: 0 30px 70px 30px !important;
    }

    .home-ref-link{
       padding-top: 20px !important;
    }

    .hero-align-txt{
        padding: 0 30px 0 30px !important;
    }

  }