
.circle {
    background-color: lightgray;
    border-radius: 50%;
}

.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);
}
.pressed {
    color: orange !important;
}
.flip-up {
    transition: .5s;
    transform: rotate(180deg);
}

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

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

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

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

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

#CarFourth {
    height: 200px;
    width: 188px;
    display: block;
}
#CarFifth {
    height: 200px;
    width: 162px;
    display: block;
}
#CarSixth {
    height: 200px;
    width: 223px;
    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: 175px;
    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;
}


button.btn {
    color: white;
}

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



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

#Logo_container {
    background-color: white;
}


#divider {
    background-color: black !important;
    color: white;
    font-size: 85%;
    text-align: center;
    font-weight: 500;
    width: 100%;
}
.image_sized { /*this is extreemly important in making the carousel work*/
    display: block;
    max-width: 184px;
    max-height: 184px;
    width: auto;
    height: auto;
}

.carousel-item {
    height: 200px;
}
@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) {
    body {
        all: unset;
        line-height: normal;
    }
    body {
        background-image: url("../images/Crinkle.JPG");
    }

    td {
        font-family: arial,helvetica,sans-serif;
        font-size: 12px;
        opacity: 1;
    }

    a:link {
        font-family: arial,helvetica,sans-serif;
        text-decoration: none;
        color: rgb(255, 255, 102) !important;
    }

    a:visited {
        font-family: arial,helvetica,sans-serif;
        text-decoration: none;
        color: rgb(255, 204, 51) !important;
    }

    a:active {
        font-family: arial,helvetica,sans-serif;
        text-decoration: none;
        color: rgb(255, 255, 255) !important;
    }

    a:hover {
        text-decoration: none;
        color: rgb(255, 255, 255);
    }






}
