@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Tinos&display=swap');
body, h4{
    font-family: 'Tinos', serif;
    font-size: 2vw;
}
#resulttab{
    font-size: 1.8vw;
    margin-bottom: inherit;
}
.nav-link{
  color:#273c8b;  
  border: 1px solid #273c8b !important;
 }
.nav-tabs .nav-link.active{
    color: white;
    background: #273c8b;
}
nav.navbar{
    border-bottom: 2px solid #cea02f;
    padding-bottom: 0.5px;
}
nav.navbar > div {
    border-bottom: 2px solid #273c8b;
}
div.title{
    color: #273c8b;
    font-size: 4vw;
    font-family: 'Anton', sans-serif;
}
@media (max-width:576px){
    body, h4{
        font-size: 3.5vw;
    }
    .content{
        padding-top: 15px;
    }
    .content h4 {
        margin-bottom: 5px;
    }
    .content p {
        margin-bottom: 3px;
    }
    .content > div:first-child{
        margin-bottom: 10px;
    }
    .qrcode{
        height: 150px;
        width: 150px;
    }
}
@media (min-width:576px) and (max-width:768px){
    body, h4{
        font-size: 3vw;
    }
    .content{
        padding-top: 25px;
    }
    .content h4 {
        margin-bottom: 5px;
    }
    .content p {
        margin-bottom: 5px;
    }
    .content > div:first-child{
        margin-bottom: 20px;
    }
    .qrcode{
        height: 200px;
        width: 200px;
    }
}
@media (min-width:768px) and (max-width:992px){
    body, h4{
        font-size: 3vw;
    }
    .content{
        padding-top: 30px;
    }
    .content h4 {
        margin-bottom: 10px;
    }
    .content p {
        margin-bottom: 5px;
    }
    .content > div:first-child{
        margin-bottom: 20px;
    }
    .qrcode{
        height: 250px;
        width: 250px;
    }
}
@media (min-width:992px){
    body, h4{
        font-size: 2vw;
    }
    .content{
        padding-top: 30px;
    }
    .content p {
        margin-bottom: 5px;
    }
    .content h4 {
        margin-bottom: 10px;
    }
    .content > div:first-child{
        margin-bottom: 20px;
    }
    .qrcode{
        height: 300px;
        width: 300px;
    }
}