/* Nagybetűs, nagy kontrasztú alternatív stíluslap */

body {
    background-color: #000 !important;
    color: #FFF !important;
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 0px 100px;
}

h1, h2, h3, h4, h5, h6, legend, label, figcaption, th {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFD700;
}

h1 {
    font-size: 5rem;
    text-align: center;
    background-color: #000;
    color: #FFD700;
    padding: 100px 20px;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 2.5rem;
}

p, article, section, aside, td, li {
    font-size: 1.25rem;
    text-align: justify;
    color: #FFF;
    line-height: 1.6;
}

a:link {
    color: #00FFFF;
    font-weight: bold;
}

a:visited {
    color: #FF69B4;
}

a:hover {
    color: #FFA500;
    background-color: #333;
}

button {
    background-color: #FFD700 !important;
    color: #000 !important;

}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.overlay img {
    max-width: 90%;
    max-height: 90%;
    border: 4px solid white;
    border-radius: 10px;
}

.navbar_style, footer{
    background-color: #000 !important;
    color: #FFF !important;
}
.navbar_style, footer, .btn {
    border-top: 2px solid #FFD700;
    border-bottom: 2px solid #FFD700;
}

img, video {
    border: 3px solid #FFD700;
    border-radius: 10px;
    padding: 10px;
}

fieldset {
    border: 2px solid #FFD700;
    padding: 20px;
    background-color: #111;
}

legend {
    color: #FFD700;
}

input, textarea, select {
    background-color: #222;
    color: #FFF;
    border: 2px solid #FFD700;
    padding: 10px;
}

input[type="submit"], input[type="reset"] {
    background-color: #FFD700;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    margin-left: 10px;
}

input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #FFF;
    color: #000;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 10px;
    background-color: #FFD700;
    color: #000;
    z-index: 1000;
}

.book, .start, .leiras {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
}

.table, th, td {
    border: 2px solid #FFD700;
    border-collapse: collapse;
    padding: 10px;
    color: #FFF;
}

th {
    background-color: #111;
}

figure {
    text-align: center;
    margin: 30px auto;
    max-width: 90%;
}

details, summary, caption {
    color: #FFF !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:  #FFF !important;
}

.checkboxes,
.radiobuttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 10px;
}

.form-col {
    display: flex;
    justify-content: space-around;
    margin: 10px;
}

.form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
textarea {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.buttons {
    text-align: right;
}