@import url('../fonts/stylesheet.css');

h1, h2{
    font-family: 'Arial';
    font-weight: 100;
    font-style: normal;
}

h3, h4, h4, h5 ,h6, p{
    font-family: 'Arial';
    font-weight: 100;
    font-style: normal;
}

button{
    font-family: 'Arial';
    font-weight: 700;
    font-style: bold; 
}

li{
    font-family: 'Arial';
    font-weight: 100;
    font-style: normal; 
}

h1{
    font-size: 5rem;
    line-height: 1;
}

h2{
    font-size: 2.8rem;
    line-height: 1;
}

h3{
    font-size: 2rem;
    margin-bottom: 1rem;
}

p{
    font-size: 1.12rem;
}

li{
   font-size: 1.12rem; 
}

h6{
    font-size: 0.8rem;
    line-height: 1.4;
}

.btn{
    border-radius: 0;
    padding: 0.75rem 3rem;
    font-family: 'Arial';
    font-weight: 100;
    font-style: normal;
}

.btn:focus{
    box-shadow: none !important;
}

.btn-primary{
    background-color: #1c69d4;
}

.btn-primary:hover{
    background-color: #0653b6;
}

form{
    font-family: 'Arial';
    font-weight: 100;
    font-style: normal; 
}

form #registration-no-container,
form #nric-container{
    display: none;
}

.form-disclaimer{
    font-size: 0.8rem;
}


@media (max-width: 991.98px) {
    h1{
        font-size: 3.5rem;
    }
    
    h2{
        font-size: 2.6rem;
    }
    
    h3{
        font-size: 1.6rem;
    }
    
    p{
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    h1{
        font-size: 2.4rem;
    }
    
    h2{
        font-size: 2rem;
    }
    
    h3{
        font-size: 1.3rem;
    }
    
    .btn{
        padding: 0.75rem 2rem;
    }
}