/*--------- ICONS & FONTS ----------*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Orelega+One&family=Trocchi&display=swap');

/*--------- BASE STYLES ----------*/

body {
    font-family: "Libre Franklin", sans-serif;
    background-color: #f0f0f0;
    max-width: 75rem;
    margin: 0 auto;
    /*   background: url('images/netherrack-bg.png') no-repeat center center fixed;
    background-size: cover; */
}

.header {
    background: url('../images/netherportal-bg.png') repeat center center;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 1rem;
    color: #ffffff;
}

h1,
h2 {
    font-weight: bold;
    margin-bottom: 1rem;
}

h3 {
    padding-top: 1em;
}

div#lastModified,
p,
label {
    font-size: 1rem;
}

hr {
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/*--------- NAVIGATION ----------*/

.nav-tabs {
    margin-bottom: 1rem;
}

.nav-tabs .nav-link.active {
    background-color: #ffffff;
    color: black;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
    color: #0d6efd;
    color: #666666;
}

.nav-tabs .nav-link:hover {
    background-color: #ffffff;
}

/*--------- ELEMENTS ----------*/

iframe,
img {
    border-radius: 8px;
}

.container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.coordinate {
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 2px solid #0d6efd;
    text-align: center;
    padding: 10px;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

textarea#dynmap-command {
    border: 2px solid #0d6efd;
}

.learn-more .coordinate {
    background-color: #f0f0f0;
}

.learn-more {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
}

p:last-child,
.learn-more p:last-child {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.transition {
    font-size: 3rem;
    color: #0d6efd;
    text-align: center;
}

button {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    border: none;
}

button:hover {
    background-color: #45a049;
}

.card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 0;
}

/*--------- FOOTER ----------*/

#footer {
    margin: 2rem 0;
}

#mascot img {
    max-width: 8rem;
    margin-bottom: 1rem;
    float: right;
}
