html {
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    background-color: #000;
}


body {
    margin-bottom: 100px;
    font-size: 1.2rem;
    padding: 0;
}

.noSpaceAround {
    padding: 0; /* Remove padding */
    margin: 0 auto; /* Center the container horizontally */
    max-width: 100%; /* Ensure the container fills the entire width of its parent */
}

div#imageContainer {
    display: flex;
    gap: 10px;
    padding: 0px 0px;
}

.image-display {
    height: 200px;
    background-color:#fff;
}
a{
    text-decoration: none;
}


/* divide */
/* top_nav */
.top_nav {
    width: 100%;
    background-color: black;
    border-bottom: 0.8px solid white;
}

.top_nav_container {
    background-color: black;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_nav_wrapper {
    background-color: ;
    display: flex;
    color: white;
}

.tap_nav_p {
    font-size: 1rem;
    font-weight: 400;
    margin : 0;
}

.top_nav_link {
    margin-left: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--colo-white-1);
}

hr {
    background-color: black;
    margin:0;
}

/* nav */

nav div div ul li {
    margin: 0px;
    align-items: end;
}

nav div div ul li form input{

}
nav div div ul {
    margin: 0px;
}

.margin-right {
    margin-right: 10px;
}

.nav_form {
    display: flex;
    font-size:0;
}

.nav_input {
    flex: 1; /* Allow the input to grow and fill remaining space */
    font-size: 1.2rem; /* Set font size to 1.2rem */
    border: none; /* Remove border */
    border-radius: 5px 0 0 5px; /* Apply border radius */
    padding: 8px; /* Add padding for better appearance */
}

.nav_search {
    /* Adjust margin for spacing between input and search button */
    padding: 8px;
    border: none; /* Remove border */
    background: white; /* Remove background */
    cursor: pointer; /* Change cursor to pointer */
    border-radius: 0 5px 5px 0 ;
}

.iconcontainer {
    width: 40px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.iconcontainer a {
    display: block; /* Set anchor tag to block-level element */
    width: 100%; /* Set width to fill the container */
    height: 100%; /* Set height to fill the container */
}

.iconimage {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}



body div.page-container {
    margin: 0;
    padding: 0;
    max-width: 100%;
    font-family: serif, sans-serif;
}

body div.page-container main {
    margin: 0;
    padding: 0;
    width:100%;
    background-color:black;
}

nav {
    background-color: black;
    margin: 0;
    padding: 0;
    display:inline-block;
}


nav div div ul li {
    text-shadow: 2px 2px 5px black;
     
}

.footer {
    position: relative;
    z-index: 10;
}


#userActions {
    display: none;
}


.navbar-toggler[aria-expanded="true"] + #userActions {
    display: block;
}

* {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1000px) {
    html {
        font-size: 16px;
    }

    nav div div ul {
        margin-left: 50px;
    }
}