.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;

}

.navbar-brand img{
    width:70px!important;
    border-radius: 50%;
    box-shadow: 1px 1px 3px white;
    overflow: hidden;
}
.navbar-brand:hover{
    border-radius: 50%;
    box-shadow: 1px 1px 3px #000;

}

.card-header {
    opacity: 0;
}

#boxes-kitco {
    margin-top: -10%;
}

.cr-pic {
    height: 70vh !important;
    filter: grayscale(50%);
    border-radius: 5px;
}

.md-5 {
    margin-top: 5rem !important;
}

.txt-justify-left {
    text-align: left;
}

.card-body {

    border-radius: 3%;
    padding-top: 0 !important;
}

.img-kitco {
    border: 1px solid #aaa;
    border-radius: 3%;
    box-shadow: 1px 1px 3px #0c4128;
}

.list li a{
    color: #51724d;
}



.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;

}

footer {
    background-color: #52734D !important;
    width: 100%;
    margin: auto;
    overflow: hidden
}

.img-kitco {
    width: 23vw;
}

h6 {
    margin-top: 40px;
}

@keyframes wp {

    0% {filter: grayscale(1); transform: translate(1px, 1px) rotate(0deg);  }
    10% { transform: 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;
}
.qr {
    margin-left: 50px!important;
    border: 1px solid #fff;

}

.jumborton {

    margin-top: 1rem !important;
    padding: 2rem !important;
    background-color: rgba(252, 253, 221, 0.53);
}

main {
    padding-bottom: 1rem;
    width: 100%;
    margin: 0;
}
#demo {
    margin-top: 4.4rem !important;
}
.imgBox{

    padding: 0!important;
    background-color: transparent;
}
.imgBox picture{


}

.imgBox:hover{
    transition: all 1s;
  transform: scale(1.1);
    cursor: pointer;


}
@media only screen and (max-width: 768px) {

    .imgBox{
        padding: 0;
        -webkit-filter: grayscale(0) ;
        filter: grayscale(0) ;


    }


    .img-kitco {
        width: 75%;
    }
.mbQr{
   margin-right: 30px;
}
    #boxes-kitco {
        margin-top: 0;
    }

    #boxes-kitco {
        display: flex;
        justify-items: auto;
    }
    #demo{
        margin-top: 4.4rem!important;

    }

    .card-header {
        color: #000 !important;
        margin-bottom: 1rem;
        opacity: 1;
    }

    .img-kitco:hover {
        transform: scale(1);

    }


    .cr-pic {
        /*height: 35vh !important;*/
        width: 90%;
        height: 20% !important;

        filter: grayscale(50%);
    }

    h6 {
        font-size: 0.65rem;
    }

.qr{
    margin: 10px!important;
}

    .qr:hover {
        transform: scale(1);

    }

    .title {
        text-align: center;
    }
}


@media only screen and (max-width: 580px) {
    .row {
        display: flex;
        width: auto;

    }

    .col {
        width: 100%;
        flex: none;
    }
}