html {
  font-size: 14px;
}

@font-face {
    font-family: 'coke01'; /*a name to be used later*/
    src: url('TCCC-UnityText-Regular.ttf'); /*URL to font*/
}
.coke_font {
    font-family: 'coke01';
    color:#ffffff;
    font-weight:bold;
}
.inp_box {
    font-family: 'coke01';
     
    padding: 3px;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    border: none; 
}
.inputbox {
    font-family: 'coke01';
    height: 65px;    
    font-size: 45px;
    font-size: 3em; 
    border-radius: 10px;
    background-color: #ffffff;
}

.btn_phv {
    font-family: 'coke01';
    
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    
    background-image: linear-gradient(to top, #f00 20%, #f00 50%, #fff 100%);
    border-radius: 30px;
    border: 1px solid #8F9092;
    transition: all 0.2s ease; 
    
    color: #606060;
    text-shadow: 0 1px #fff;
}
.btn_02 {
    background-color: #ff6a00;
    font-size: 2.5em;
    width: 80px;
    height:80px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}