﻿

.container {
    /*display: flex;*/
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
}


.navbar {
    /*    background-color: aquamarine;
    max-width:200px !important;*/
}

.navbar-header {
    /*    background-color: red;
    max-width: 200px !important;*/
}

@font-face {
    font-family: 'Frank Ruehl Curled Lamed';
    src: url('/fonts/FrankRuehlCurledLamed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.contentDiv {
    margin: 20px auto;
}

.intro-content {
    text-align: center;
    margin: 10px auto 40px;
}

    .intro-content h1, .intro-content h3, .intro-content h2, .intro-content h4, .intro-content p {
        font-family: 'Times New Roman';
        font-size: 3em;
        text-decoration: none;
    }

    .intro-content h3 {
        font-size: 1.5em;
        font-weight: 600;
        margin: 10px auto 20px;
    }

    .intro-content h2 {
        font-size: 1.8em;
    }

    .intro-content h4 {
        font-size: 1.3em;
        margin: 15px auto 20px;
        font-weight:500;
    }
    .intro-content p {
        font-size: 1.2em;
        margin: 15px auto 20px;
        text-align:left;
        max-width:800px;
    }

.no-result {
    position: relative;
    top: 10px;
    left:-60%;
    color: red;
    z-index: 100;
    height: 0px !important;
    padding: 0 0 0 150px;
    overflow: visible;
}

.navbar-header {
    visibility: hidden !important;
    display: none !important;
}

.gridCont {
    min-height: 600px;
    height: calc(100vh - 520px);
    background-color: greenyellow;
    display: block;
    margin-bottom:0;
}


@media (max-width: 767px) {
    /*    .navbar {
        width: 600px;
        max-width: 600px;
    }*/

    .contentDiv {
        display: flex;
        flex-direction: column;
        width: 90%;
        min-width: 90%;
        /*height: calc(100vh - 100px);*/
        height:100%;
    }

    .title {
        font-size: 20px;
        overflow: hidden;
    }

    .searchContainer {
        gap: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0px;
        margin-bottom:20px;
    }

    .inputSearch {
        background-color: #0d6efd !important;
        color: white;
        width: 260px;
        border-radius: 5px;
        padding-left: 10px;
        
    }

    .inputSearch::placeholder {
        color:white !important;
    }
        .searchResultsNavigation {
        width: 50% !important;
        min-width: 50% !important;
        flex-basis: 50%;
    }

    .searchIcon {
        border: none;
        background-color: transparent;
        width: 20px;
        height: 20px;
        max-height: 20px;
        max-width: 20px;
        background-image: url(/images/search.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .no-result {
        width:100%;
        position: relative;
        top: -10px;
        left:0;
        z-index: 100;
        height: 0px !important;
        padding: 0;
        overflow: visible;
        text-align:center;
    }

    .iconArrowDown {
        border: none;
        background-color: transparent;
        width: 30px;
        height: 30px;
        max-height: 30px;
        max-width: 30px;
        background-image: url(/images/down-arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .iconAarrowUp {
        border: none;
        background-color: transparent;
        width: 30px;
        height: 30px;
        max-height: 30px;
        max-width: 30px;
        background-image: url(/images/up-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .iconClose {
        border: none;
        background-color: transparent;
        width: 30px;
        height: 30px;
        max-height: 30px;
        max-width: 30px;
        background-image: url(/images/close.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        /*    top: 5px;*/
    }
    /*grid*/
    .gridCont {
        min-height: 500px;
        height:82vh;
        background-color:greenyellow;
        display:block;
        margin-bottom:15px;
    }


    /*intro info homepage */
    .intro-content {
        margin: 5px auto 30px;
        width: 90%;
    }

    .intro-content h1 {
        font-size: 1.9em;
    }

    .intro-content h3 {
        font-size: 1.2em;
        margin: 10px auto 20px;
    }

    .intro-content h2 {
        font-size: 1.5em;
    }

    .intro-content h4 {
        font-size: 1.2em;
    }

    .intro-content p {
        font-size: 1.1em;
        line-height:1.2em;
    }

}

@media (min-width: 767px) {
    .contentDiv {
        width: 700px;
        height: calc(100vh - 550px);
    }

    .title {
        font-size: 30px;
    }

    .searchIcon {
        border: none;
        background-color: transparent;
        width: 20px;
        height: 20px;
        max-height: 20px;
        max-width: 20px;
        background-image: url(/images/search.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .iconArrowDown {
        border: none;
        background-color: transparent;
        width: 30px;
        height: 30px;
        max-height: 30px;
        max-width: 30px;
        background-image: url(/images/down-arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .iconAarrowUp {
        border: none;
        background-color: transparent;
        width: 30px;
        height: 30px;
        max-height: 30px;
        max-width: 30px;
        background-image: url(/images/up-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .iconClose {
        border: none;
        background-color: transparent;
        width: 30px;
        height: 30px;
        max-height: 30px;
        max-width: 30px;
        background-image: url(/images/close.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        /*    top: 5px;*/
    }



    .searchContainer {
        gap: 5px;
        display: flex;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content: center;
        align-items: center;
        padding: 0px;
        width: 700px;
        min-width: 700px;
        padding-bottom: 20px;
    }

    .inputSearch {
        background-color: #0d6efd !important;
        color: white;
        width: 250px;
        border-radius: 5px;
        padding-left: 10px;
    }


        .inputSearch::placeholder {
            color: #a8dff7 !important;
        }
        /* Placeholder color for .inputSearch (cross-browser) */
        .inputSearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #a8dff7;
            opacity: 1;
        }

        .inputSearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #a8dff7;
        }

        .inputSearch::-ms-input-placeholder { /* Microsoft Edge Legacy */
            color: #a8dff7;
        }

        .inputSearch::placeholder { /* Modern browsers */
            color: #a8dff7;
            opacity: 1;

        }


}
