.terms_txt, .terms_txt a  {
    font-size: 1.3vw;
    font-family: "Archivo Black", sans-serif !important;
    font-weight: 400;
    color: #fff;
}
a:hover {
opacity: 0.5;
}
#intro_screen {
      font-size: 2vw;
      font-family: "Archivo Black", sans-serif !important;
      font-weight: 400;
      color: #fff;

  }
#footer {
    position: relative;
    bottom: 1vh;
    width: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 120%;
    margin-top: 16vh;
    font-family: "Archivo Black", sans-serif !important;
    font-weight: 400;
    font-size: 10px;
}

@media only screen and (max-width:1023px) , only screen and (max-width:1024px) and (orientation:portrait){
#footer {
    bottom: 5vh;
    width: 80%;
    margin-top: 18vh;
    font-size: 3vw;
    position: absolute;
}
.terms_txt, .terms_txt a  {
    font-size: 5.3vw;

}
#intro_screen {
      font-size: 6vw !important;
  }


}