﻿.current-page {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    word-wrap: break-word;
}

.image-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.search-bar-form {
    width: 100%;
    padding: 0 1rem;
    position: relative;
}

.search-bar {
    width: 100%;
    height: 40px;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    padding-left: 50px;
    margin-left: 0;
}

.input-icons {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

    .input-icons .icon {
        position: absolute;
        top: 11px;
        left: 16px;
        color: white;
    }

.text-grey {
    color: grey;
}

input[type=checkbox]:checked + span {
    color: white !important;
}

.checkbox-container label {
    margin: 0;
    padding: .5rem 1rem;
}

/* desktop overlay */
@media (min-width: 768px) {
    .checkbox-container {
        position: absolute;
        top: 0px;
        right: 0;
        padding-right: 0;
        display: inline-block;
        white-space: nowrap;
    }

    .checkbox-container label {
        display: inline-block;
        margin-right: 10px;
    }

    .img-with-text {
        text-align: center;
        width: 160px;
        height: 160px;
        margin: 8px 8px 20px;
        position: relative;
        box-sizing: border-box;
        display: inline-block;
    }

    .img-with-text img {
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 160px;
        object-fit: contain;
        box-shadow: 0 0 0 2px DarkGray;
        background-color: black;
        box-sizing: border-box;
    }

    .square {
        width: 160px;
        height: 160px;
        background-color: black;
        position: relative;
        text-align: center;
        box-shadow: 0 0 0 2px white;
    }
}

/* mobile adjustments */
@media (max-width: 768px) {
    .img-with-text {
        text-align: center;
        width: 80px;
        height: 80px;
        margin: 8px 8px 20px;
        position: relative;
        box-sizing: border-box;
        display: inline-block;
    }

    .img-with-text img {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
        object-fit: contain;
        box-shadow: 0 0 0 2px DarkGray;
        background-color: black;
    }

    .square {
        width: 80px;
        height: 80px;
        background-color: black;
        position: relative;
        text-align: center;
        box-shadow: 0 0 0 2px white;
    }

    .search-bar-form .fa-search {
        font-size: 1.25rem;
    }

    .form-control {
        font-size: 1rem;
    }

    .checkbox-container label span {
        font-size: .9rem;
    }
}

.pageNumbers {
    text-align: center;
}

.navbar ul {
    padding: 0;
}

.navbar {
    line-height: 1.5;
}
