/* Navbar */
.yellow{
    background-color: rgb(255, 196, 0);
    font-weight: bold;
}
.nav-btn{
    color: black;
    font-weight: bold;
    display: inline;
}
.nav-btn:hover{
    color: black;
}


/* steps */
.step{
    margin-top: 50px;
}
.step-img{
    margin-top: 20px;
    width: 100%;
    height: auto;
    box-shadow: gray 3px 10px 20px ;
}
.results{
    margin-top: 30px;
}


/* Footer */
.footer{
    margin-top: 100px;
    background-color: black;
    color: grey;
    min-height: 50px;
}
.up {
    margin-top: 12px;
    display: inline;
}
.copyright{
    display: inline;
}
.up > a{
    text-decoration: none;
    font-weight: bold;
    color: grey;
}
.up > a:hover{
    color: white;
}



/* Check box */
.check-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.checker{
    background-image: url(../img/bc_checker.png);
    padding-top: 60px;
    padding-bottom: 50px;
}
.check-form{
    margin-top: auto;
    margin-bottom: auto;
}
.check-head{
    margin-bottom: 30px;
}
.check-input{
    border: 1px solid rgb(198, 152, 0);
}
.check-input:focus{
    border-color: rgb(255, 196, 0);
    box-shadow: 0 0 0 0.25rem rgba(255, 196, 0, 0.25);
}

.hide{
    display: none;
}

/* Feedback */
.send-btn{
    margin-top: 10px;
}
.feedback{
    padding-top: 30px;
    padding-bottom: 30px;
}
.card {
    padding: 20px;
    padding-top: 40px;
    box-shadow: 5px 10px 20px;
    border-radius: 10px;
}


/* Results */
.result-box{
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 30px;
}
.result-text{
    color: black;
    font-weight: bold;
    margin-top: 20px;
}
.back-btn{
    margin: 10px;
}



/* Additional */
.dispnon{display: none}