/* Body */
body{
    background-color: rgb(235, 235, 235);
}
.section{
    padding-top: 100px;
}
.section-text{
    margin-bottom: 50px;
}

/* Navbar */

.custom-nav{
    box-shadow: 2px 2px 5px red;
}

/* Header */
.header{
    margin-top: 90px;
    padding-top: 10px;
    background-image: url(../img/bg.jpg);
    background-size: 100%;
}

.header-text{
    margin-left: 30px;
    display: inline;
    color: white;
}
.custom-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.header-secondary-text{
    color: white;
    font-size: 20px;
}


/* Check box */
.check-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.checker{
    background-image: url(../img/bg.jpg);
    padding-top: 60px;
    padding-bottom: 50px;
}
.check-form{
    margin-top: auto;
    margin-bottom: auto;
}
.check-head{
    margin-bottom: 30px;
}
.check-input{
    border: 1px solid #B91A00 ;
}
.check-input:focus{
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}



/* 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;
}
.dispnon{display: none}

/* Protection */

.protection-section{
    background-color: white;
}

/* Goods */
.good-name{
    margin-bottom: 30px;
}

/* Footer */
footer{
    padding-top: 15px;
    min-height: 50px;
    background-color: red;
    color: white;
}
.footer > a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.footer > a:hover{
    color: grey;
}


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