@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&display=swap');

section {
	padding-bottom: 5%;
}

.nav a {
    color: black !important;
}

.nav a:hover {
    color: #DF1D00 !important
}

body {
    background-color: white !important;
}

#docsSearch {
    height: 300px;
    background-color: white;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -1px;
}

#searchBar .search-query {
    /* border-radius: 20px; */
}

#docsSearch h1 {
    color: white;
    /* text-transform: capitalize; */
    font-family: 'Lato', sans-serif;
    /* letter-spacing: 1.5px; */
    font-size: 32px;
    color: black;
    font-weight: 600;
}

#searchBar button {
    background-color: #DF1D00;
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/Vector.png");
    background-repeat: no-repeat;
    background-position: center;
    border-color: #DF1D00;
    /* border-radius: 0px 20px 20px 0px; */
    border-radius: 4px;
    /* width: 40px;
    height: 40px; */
    /* margin-left: 10px; */
}

#searchBar button span {
    display: none;
}

#searchBar button:hover {
    background-color: #DF1D00;
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/Vector.png");
    background-repeat: no-repeat;
    background-position: center;
    border-color: #DF1D00;
    /* border-radius: 0px 20px 20px 0px; */
    border-radius: 4px;
    /* width: 40px;
    height: 40px; */
    /* margin-left: 10px; */
    ;
}

.category {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

#category-5 {
    /* background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/314_click_here_flatline-1.png"); */
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/314_click_here_flatline-2.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-16 {
    /* background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/314_click_here_flatline-1.png"); */
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/Group-998-1.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-7 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/249_completed_task_flatline-1.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-9 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/293_online_payment_flatline-1.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-15 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/257_personal_data_flatline.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-18 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/501_video_tutorial_flatline.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-19 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/114_report_presentation_flatline.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-19 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/114_report_presentation_flatline.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-20 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/84_data_process.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-17 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2021/01/Troubleshooting.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}


#category-192 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2023/02/mobile-app.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-178 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2023/02/best-practices.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-177 {
    background-image: url("http://www.hectre.com/wp-content/uploads/2023/02/troubleshooting.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}


#category-133 {
    background-image: url("http://hectre.com/wp-content/uploads/2022/06/01Harvest.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-108 {
    background-image: url("http://hectre.com/wp-content/uploads/2022/06/02-Getting-Started.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-110 {
    background-image: url("http://hectre.com/wp-content/uploads/2022/06/03-Other.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

#category-109 {
    background-image: url("http://hectre.com/wp-content/uploads/2022/06/04-Top-Down.png");
    background-repeat: no-repeat;
    background-position: center 25%;
}

.category h3 {
    padding-top: 190px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

.category p {
    text-align: left;
}

.category-list {
    display: grid;
    /* flex-direction: row; */
    justify-content: center;
    grid-template-columns: 30% 30% 30%;
    gap: 5%;
    padding-bottom: 5%;
}

.category-list .category {
    width: 90%;
}

footer p {
    margin-top: 5%;
    margin-bottom: 0% !important;
}

@media only screen and (max-width: 600px) {
    .category-list {
        grid-template-columns: 100%;
        justify-items: center;
        gap: inherit;

    }
    footer p {
        margin-top: 150%;
    }
}

@media (max-width: 768px) and (max-width: 600px) {
    .category-list .category, .category-list.two-col .category {
        box-sizing: border-box;
        margin: 0 0 -1px;
        width: 100%;
        margin-bottom: 40px;
    }
}

