html {
    height: 100%;
}

body {
    margin: 0;
    background-color: rgb(245, 220, 188);
    padding: 0;
    overflow-x: hidden;
    min-height: 100%;
}

.logo img {
    height: 150px;
}

.title {
    width: 40%;
    justify-content: center;
    background-color: rgb(200, 200, 238);
    color: black;
    font-size: 15px;
    text-align: center;
    height: 150px;
}

.prisoner_image img {
    height: 150px;
}

.logo,
.prisoner_image {
    width: 30%;

}

.title h1 {
    margin-top: 5px;
}

.header {
    display: flex;
    margin-bottom: -20px;
}

.linknav {
    margin-left: 190px;
}

.linknav ul {
    list-style: none;
    width: 100%;
}

.linknav li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
}

.linknav a {
    background-color: rgb(251, 255, 0);
    display: block;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    color: blue;
    transition: all 0.2s ease;
    font-weight: 540;
}

.linknav li a:hover {
    background-color: rgb(0, 255, 234);
}

.goog-te-gadget img {
    display: none !important;
}

.goog-te-combo {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
}

.goog-te-combo-arrow {
    display: none;
}

.goog-te-menu-value {
    font-size: 14px;
    color: #333;
}

#languages {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

li:hover #languages {
    opacity: 1;
    top: 60px;
    left: -40px;
    visibility: visible;
}

#languages li a:hover {
    background-color: rgb(253, 143, 0);
}

#languages li {
    width: 100%;
}


.supercontainer {
    display: block;

}

aside {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

aside p {
    font-size: 25px;
    color: red;
}

aside a {
    font-size: 22px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    color: blue;
}

.outside_of_prison,
.police {
    width: 50%;
}

.container {
    background-color: rgb(41, 41, 41);
    margin-top: -150px;
    margin-left: 230px;
    display: flex;

}

.description {
    margin-top: 10px;
    margin-left: 230px;
    font-size: 26px;
}

.map-container {
    display: flex;
    justify-content: center;
    width: 1430px;
    height: 500px;
    margin-bottom: 0;
    margin-left: 110px;
    margin-right: 20px;
}

.time-container {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 40px auto;
    width: fit-content;
    background-color: #f0f0f0;
    padding: 70px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#datetime {
    font-size: 30px;
    color: hsl(17, 100%, 50%);
}

footer {
    text-align: center;
    background-color: rgb(41, 41, 41);
    color: rgb(255, 255, 255);
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    padding-bottom: 2px;
}

@media(max-width: 1303px) {
    .map-container {
        width: 1200px;
    }
}

@media(max-width: 1163px) {
    .linknav a {
        padding: 15px 25px;
    }

    .map-container {
        width: 1000px;
    }
}

@media(max-width: 1011px) {
    .linknav a {
        padding: 15px 15px;
    }
}

@media(max-width: 910px) {
    .linknav a {
        font-size: 25px;
    }

    .map-container {
        width: 900px;
    }
}

@media(max-width: 825px) {
    .linknav a {
        font-size: 20px;
    }

    .map-container {
        width: 800px;
    }
}

@media screen and (max-width: 768px) {
    html {
        height: 100%;
    }

    body {
        margin: 0;
        background-color: rgb(245, 220, 188);
        padding: 0;
        overflow-x: hidden;
    }

    .title h1 {
        margin-top: 5px;
    }

    .header {
        display: flex;
    }

    .linknav {
        margin-left: -50px;
    }

    .linknav ul {
        list-style: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .linknav li {
        position: relative;
        width: auto;
        list-style: none;
        font-size: 8px;
    }

    .linknav {
        background-color: rgb(251, 255, 0);
        display: flex;
        flex-direction: column;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        color: blue;
        transition: all 0.2s ease;
        font-weight: 540;
    }


    .linknav li a:hover {
        background-color: rgb(0, 255, 234);
    }

    #languages {
        opacity: 0;
        position: absolute;
        visibility: hidden;
        z-index: 1;
    }

    li:hover #languages {
        opacity: 1;
        top: 60px;
        left: -40px;
        visibility: visible;
    }

    #languages li a:hover {
        background-color: rgb(253, 143, 0);
    }

    #languages li {
        width: 100%;
    }

    .linknav .not:is {
        background-color: blue;
    }

    aside {
        margin-right: 10px;
        margin-left: 100px;
        display: block;
    }

    aside p {
        font-size: 25px;
        color: red;
    }

    aside a {
        font-size: 22px;
        text-decoration: none;
        display: block;
        margin-top: 10px;
        color: blue;
    }

    .outside_of_prison {
        width: 200px;
        height: 200px;
    }

    .outside_of_prison,
    .police {
        width: 50%;
    }

    .container {
        background-color: rgb(41, 41, 41);
        margin-top: 115px;
        margin-left: 0;
        display: flex;
        width: 475px;

    }

    .description {
        margin-top: 10px;
        margin-left: 0px;
        font-size: 12px;
        display: flex;
    }

    .map-container {
        display: flex;
        justify-content: center;
        width: 575px;
        height: 400px;
        margin-bottom: 0;
        /* margin-left: -60px; */
        margin: 0px auto;
    }

    .time-container {
        display: flex;
        justify-content: center;
    }

    .additional {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .additional a:hover {
        text-decoration: underline;
    }
    
    .imagesarea,
    .description {
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 656px) {

    .prisoner_image img,
    .logo img,
    .title {
        height: 200px;
    }
}

@media(max-width: 538px) {
    .map-container {
        width: 500px;
        height: 350px;
    }
}

@media(max-width: 464px) {
    .map-container {
        width: 400px;
    }
}

@media(max-width: 420px) {
    .title {
        font-size: 12px;
    }
}

@media(max-width: 330px) {
    .title {
        font-size: 10px;
    }
}