
.icon-bar {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 6px auto;

}
.breadcrumb-item a{
    color: #51724d;
}
.navbar-brand{
    padding-top:0 ;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;

}
#demo{
    margin-top: 4.4rem!important;
}
.navbar-brand img{
    width:70px!important;
    border-radius: 50%;
    box-shadow: 1px 1px 3px white;
}
.navbar-brand:hover{
    border-radius: 50%;
    box-shadow: 1px 1px 3px #000;

}
.md-5{
    margin-top: 5rem!important;
}
.txt-justify-left{
    text-align: left;
}
.card-body {

    border-radius: 3%;
    padding-top: 0 !important;
}
.icon {
    width: 30px;
    height: 30px;
}

.dropdown-menu, .navbar {
    background-color: #52734D;
}
.dropdown-menu .dropdown-item{
    color: white;
}
.dropdown-menu .dropdown-item:hover{
    background-color: #52734D;

    color: #000;
}
.nav-link:focus{
    color: #000;
}

.nav-link {
    color: white;

}
.dropdown-item,.nav-link{
    position: relative;
}
.dropdown-item::after,.nav-link:not(.dropdown-toggle)::after{
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: 0.3s all;
}

.dropdown-item:hover::after,.nav-link:not(.dropdown-toggle):hover::after{
    width: 100%;
    background-color: #000;
}

.dropdown-menu .dropdown-item{
    transition: 0.3s all;
}
.nav-link:hover {
    color: #000;
}
.cr-button {
    display: none;
}
h2 {
    /*background-color: #FEFFDE;*/
    /*padding: 5px;*/
}
main{
    padding: 50px;
}
footer {
    background-color: #52734D !important;
    width: 100%;
    margin: auto;
    overflow: hidden
}
.accordion-button{
    font-weight: bold;
}
h6 {
    margin-top: 40px;
}
@keyframes wp {
    0% {filter: grayscale(1); transform: translate(1px, 1px) rotate(0deg); }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
        -webkit-trtransform: translate(-1px, -2px) rotate(-1deg);

    }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% {filter: grayscale(0); transform: translate(1px, -2px) rotate(-1deg); }
}
.wh {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: fixed;
    background-color: transparent;
    right: 2%;
    bottom: 2%;
    z-index: 99999;
    -webkit-animation: wp infinite  1s;
    -moz-animation: wp infinite  1s ;
    -o-animation: wp infinite  1s ;
    animation:wp infinite  1s ;
}
.icons{
    width: 80px!important;
}

.wh:hover {
    animation:  paused;
}
.jumborton{

    margin-top: 1rem!important;
    padding: 2rem!important;
    background-color: rgba(252, 253, 221, 0.53);
}
main{
    padding-bottom: 1rem;
    width: 100%;
    margin: 0;


}
.accordion-button:not(.collapsed){
    background-color: #51724d !important;
    color: #000!important;

}
.accordion-button[class=collapsed]{
color: #000;
}
.accordion-button:focus{
    border-color: #000!important;
    color: #000!important;

}
.qr {
    margin-left: 50px!important;
    border: 1px solid #fff;

}

#btn1{
    position: fixed;
    right: 0;
    top: 20vh;
    z-index: 99999;
    width: 90px;
    height: 60px;
    overflow: hidden;
    background-color: #51724d;
    transition: 10s all;
}
#btn1:hover{
    width: auto;

}

@media only screen and (max-width: 768px) {
    .img-kitco {
        width: 60vw;
    }

    #boxes-kitco {
        margin-top: 0;
    }

    #boxes-kitco {
        display: flex;
        justify-items: auto;
    }

    .card-header {
        color: #000 !important;
        margin-bottom: 1rem;
        opacity: 1;
    }

    .img-kitco:hover {
        transform: scale(1);

    }


    .cr-pic {
        height: 50vh !important;
        filter: grayscale(50%);
    }

    h6 {
        font-size: 0.65rem;
    }

    .qr {
        margin-left: 0 !important;

    }
    .qr:hover{
        transform: scale(1);

    }
}