



.circle {
    background-color: lightgray;
    border-radius: 50%;
}
.pressed{
    color:orange !important;

}


.navbar-toggler {
    border: 1px solid rgb(26, 53, 85) !important;
    width: 100%;
    margin-left:40px !important;

}


.bars {
    width: 26px;
    position: relative;
    height:25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

    .bars span {
        background-color: rgb(26, 53, 85);
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;


    }

    .bars span:nth-child(1){
        top:1px;
    }    
    .bars span:nth-child(2){
        top:12px;
    }
        .bars span:nth-child(3) {
            top: 9px;
            height: 0px;
            background-color: white !important;
        }

        .bars span:nth-child(3):before {
            color: rgb(26, 53, 85);
            font-size: 52%;
            font-weight: 900;
            content: "Menu" !important;
        }




.bars.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.bars.open span:nth-child(3) {
    opacity: 0;
}

.bars.open span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}




.flip-down {
    transition: .5s;
    transform: rotate(0deg);
}

.flip-up {
    transition: .5s;
    transform: rotate(180deg);
}

.sticky {
    top: 0;
    position: sticky;
    z-index: 99;
}

#white {
    color: lightgrey;
    font-size: 14px;
}

#CarFirst {
    width: 165px;
    height: 200px;
    display: block;
}

#CarSecond {
    width: 209px;
    height: 200px;
    display: block;
}

.header {
    position: sticky;
    top: 0;
    color: white;
    background-color: rgb(26, 53, 85);
}

tbody.td {
    color: white;
    background-color: rgb(26, 53, 85);
}


#table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgb(26, 53, 85);
}

#table::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 20px;
}

#table {
    width: 600px;
    height: 300px;
    overflow-x: scroll;
    padding: 0 0;
    display: block;
}

.fa {
    float: right;
}

.accordion {
    background-color: rgb(26, 71, 125);
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    outline: none !important;
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    text-align: left;
    border-bottom: 3px solid white;
    transition: 0.4s;
}

    .accordion:hover {
        background-color: rgb(26, 53, 85);
    }

body::-webkit-scrollbar {
    display: none;

}


.panel {
    padding: 0 18px;
    background-color: rgb(26, 71, 125);
    color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.medium_dark_background {
    background-color: rgb(26, 68, 125);
}


.darkblue_background {
    background-color: rgb(26, 53, 85);
}

.no_bold {
    font-weight: 400;
}

.white_background {
    background-color: white;
}

.blue_background {
    background-color: rgb(26, 71, 125);
    color: white;
}

#image_button {
    position: relative;
    width: 90%;
}

    #image_button .in_image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #555;
        color: white;
        opacity: .9;
        font-size: 100%;
        padding: 12px 24px;
        border: 2px solid white;
        border-radius: 5px;
    }

    #image_button .btn {
        color: white;
        cursor: pointer;
        border: none;
    }

        #image_button .btn:hover {
            filter: brightness(70%);
        }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.all_center {
    display: block;
    margin-left: auto;
    margin-right: auto;   
    margin-top: auto;
    margin-bottom: auto;
}

button.btn {
    color: white;
}

#contact {
    text-align: center;
    color: yellow;
    background-color: rgb(26, 71, 125);
}



#logo {
    width: 100%;
    display: block;
}

#Logo_container {
    background-color: white;
}
.image_sized { /*this is extreemly important in making the carousel work*/
    display: block;
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}

#divider {
    background-color: black !important;
    color: white;
    font-size: 85%;
    text-align: center;
    font-weight: 500;
    width: 100%;
}
body::-webkit-scrollbar {
    display: none;
}
#logo{
    display:block;
}

button.btn {
    color: yellow;
}

#brick_text {
    background-color: rgb(26, 71, 125);
    color: white;
    line-height: 20px;
}

#contact {
    text-align: center;
    color: yellow;
    background-color: rgb(26, 71, 125);
}

.center_table {
    position: relative;
    float: right;
    border:solid 5px black;
    top: 20%;
}

    #divider {
        background-color: black !important;
        color: white;
        font-size:90%;
        text-align:center;
    }

#Logo_container{
    background-color:white;
}


@media screen and (min-width:370px){
    .bars {
        width: 35px;
        position: relative;
        height: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
        .bars span:nth-child(1) {
            top: 0px;
        }

        .bars span:nth-child(2) {
            top: 10px;
        }

        .bars span:nth-child(3) {
            top: 10px;
            height: 0px;
            background-color: white !important;
        }
        .bars span:nth-child(3):before {
            color: rgb(26, 53, 85);
            font-size: 60%;
            font-weight: 900;
            content: "Menu" !important;
        }
}
/*tablet*/
@media screen and (min-width:768px) {
    .set_width {
        max-width: 750px !important;
    }

    #block_text {
        font-size: 110%;
    }

    #page_changer {
        background-color: rgb(26, 71, 125);
        border-bottom: 2px solid rgb(26, 53, 85);
    }

    .nav-link {
        color: yellow;
        font-size: 105%;
        font-weight: 400;
    }

    #bigger {
        font-size: 120%;
    }

    #subject {
        border-bottom: 2px solid white;
    }

    #table::-webkit-scrollbar {
        display: none;
    }

    #divider {
        width: 100%;
        margin: auto;
    }

    #table {
        height: 420px;
    }

    #logo {
        width: 57%;
    }
    #pharmacy {
        padding-top:15px;
        width: 230px
    }
}
/*laptop screen*/
@media screen and (min-width:992px) {
    .set_width {
        max-width: 760px !important;
        position: center;
    }
    #block_text {
        font-size: 105%;
    }
    #page_changer {
        background-color: rgb(26, 71, 125);
        border-bottom: 2px solid rgb(26, 53, 85);
    }


    .nav-link {
        color: yellow;
        font-size: 95%;
        font-weight: 400;
    }

    #bigger {
        font-size: 120%;
    }

    #subject {
        border-bottom: 2px solid white;
    }

    #table::-webkit-scrollbar {
        display: none;
    }

    #divider {
        width: 100%;
        margin: auto;
    }

    #table {
        height: 420px;
    }

    #logo {
        width: 57%;
    }
}
    /*largest screen*/
    @media screen and (min-width: 1200px) {

        #pharmacy {
            padding-top:unset;
            width: unset;
        }
        .set_width {
            max-width: 910px !important;
            position: center;
        }
        .image_sized { /*this is extreemly important in making the carousel work*/
            display: block;
            max-width: 310px;
            max-height: 310px;
            width: auto;
            height: auto;
        }
        #block_text {
            font-size: 105%;
        }
        .carousel-item{
            height:310px !important;
        }
        .block_text {
            font-size: 90%;
            line-height: 150%;
        }

        #table {
            overflow: hidden;
        }

        .nav-link {
            color: yellow;
            font-size: 100%;
            font-weight: 400;
        }
    }
