﻿

.wrapper {
    width: 100%;
    
}

.label {
    font-size: .625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: +1.3px;
    margin-bottom: 1rem;
}

.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

    #searchQuerySubmit:hover {
        cursor: pointer;
    }
.catButton{

    text-align:center;
    padding:10px;
}

    .catButton:hover {
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }
 .scry{
     overflow-y:scroll;

 }
.scrolle {
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    
}

    

.navbari {
    overflow: hidden;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
     
}

    .navbari a {
        float: left;
        font-size: 16px;
        color: black;
        text-align: left;
        padding: 14px 16px;
        text-decoration: none;
    }

.dropdowni {
    float: left;
    overflow: hidden;
}

    .dropdowni .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: black;
        padding: 14px 16px;
        background-color: inherit;
        font: inherit;
        margin: 0;
        text-align:left;
    }

    .navbari a:hover, .dropdowni:hover .dropbtn {
        background-color: #ddd;
    }

.dropdowni-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 99;
    border-top:1px solid #ddd;
    overflow:hidden;
    height:500px;
}

    .dropdowni-content .header {
        background: white;
        padding: 16px;
        color: white;
    }

.dropdowni:hover .dropdowni-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: white;
    height: 250px;
}

    .column a {
        float: none;
        color: black;
        padding: 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .column a:hover {
            background-color: #ddd;
        }
        .lll a:hover {
            background-color: #ddd !important;
        }
/* Clear floats after the columns */
.rowi:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}

 