@font-face {
    font-family: Varela;
    src: url("src/VarelaRound-Regular.ttf");
}

#map {
    height: 800px;
}

#screens,
.button,
h5,
h3,
body,
#map,
#status {
    text-align: center;
}

#mapd {
    text-align: center;
    height: 900px;
}

body,
hr,
.button {
    background-color: #c26b4c;
    color: #FFF8DC !important;
}

#nav,
#site,
.button {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#nav,
#site {
    background-color: #FFF8DC;
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom: 10px;
}

h3,
p {
    text-align: left;
}


#statusicon {
    background-image: url("src/offline.png");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center center;
}

body {
    font-family: Varela;
    color: #5e5350;
    background-image: url("src/copperblock.png");
    background-repeat: repeat;
    font-weight: bold;
    /* cursor: url('/src/cur.png'), auto; */
}

li {
    font-size: 18px;
    list-style: square inside url("src/copperlantern.png");
}

hr {
    height: 1px;
    border: none;
}

td {
    text-align: center;
    color: #000000;
    width: 50%;
    max-width: 50%;
    /* to limit the width to 50% as well */
}

.link:hover,
.button:hover {
    /* cursor: url('/src/pointr.png'), auto; */
    top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.link,
.link:visited {
    color: #c26b4c;
}

.capitalize {
    text-transform: capitalize;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.centertext {
    text-align: center;
}

.lefttext {
    text-align: left;
}

.width30 {
    width: 30%;
}

.width20 {
    width: 20%;
}

.button {
    color: #000000;
    border: 2px solid transparent;
    box-sizing: border-box;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    width: 210px;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    position: relative;
    top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 5px;
}

.button:hover {
    background-color: #5e5350;
}

.dynmap {
    width: 100%;
    height: 800px;
}

.screenshot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* Adjust the minmax values as needed */
    gap: 10px;
    /* Adjust the gap between grid items as needed */
}

.screenshot-item {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* This sets the 16:9 aspect ratio (9/16 * 100) */
    overflow: hidden;
    border-radius: 5px;
}

.screenshot-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #c26b4c;
    /* Adjust the background color and transparency as needed */
    color: #000000;
    /* Adjust the text color as needed */
    padding: 5px;
    font-size: 14px;
    /* Adjust the font size as needed */
    text-align: center;
}

.image-description-l {
    font-size: 25px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav {
    padding-top: 10px;
}

#site {
    color: #332900;
    height: auto;
    margin: 0 auto;
    height: auto;
    min-height: 520px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1420px;
}

#log {
    text-align: left;
}

.mirror {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}