@import url("print.css") print;
@import url("nagybetu.css") screen;

/* nem kell fontos, csak görgethető volt az oldal oldalra és próbálgattam megoldani
* {
  box-sizing: border-box;
}
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    background-image: url("../media/hatterkep.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-color: #f9f9f9;
}

.container {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 3px;
}


header .navbar,
header > nav.navbar {
    border-bottom: 3px solid #007bff;
    margin-bottom: 2rem !important;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.navbar-brand b {
    color: #0056b3;
    font-size: 1.5rem;
}

.nav-link {
    color: #555 !important;
    font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
    color: #007bff !important;
}

.nav-link.active b {
    color: #007bff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3e50;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

header h2 {
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
}

main h2 {
    color: #007bff;
    font-size: 1.75rem;
}

main#tartalom.container {
    margin-top: 1.5rem;
}

article p,
main p {
    color: #495057;
    text-align: justify;
}


.game-article {
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    background-color: #fff;
    margin-bottom: 1.5rem !important;
}


.details-caption-text {
    font-size: .875em;
    margin-top: .25rem !important;
    margin-bottom: 0 !important;
    color: #6c757d !important;
}

.image-figcaption {
    text-align: center !important;
    margin-top: .5rem !important;
    font-size: .875em !important;
    color: #6c757d !important;
}

.thumbnail {
  width: 310px;
  height: 175px;
  object-fit: cover;
  border: 1px solid #ddd;
}

table {
    width: 100%;
    margin-top: 0.5rem;
}

table caption {
    caption-side: top;
    text-align: left;
    font-size: 0.9rem;
    color: #6c757d;
    padding-bottom: 0.5rem;
}

table th,
table td {
    padding: 0.5rem 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table th {
    font-weight: 600;
    background-color: #f8f9fa;
}

meter {
    width: 100%;
    height: 20px;
}

meter::-webkit-meter-bar {
    background: #e9ecef;
    border-radius: 3px;
}

meter::-webkit-meter-optimum-value,
meter::-webkit-meter-suboptimum-value,
meter::-webkit-meter-even-less-good-value {
    background: #007bff;
    border-radius: 3px;
}

figure {
    margin-top: 0.5rem;
}

.img-fluid.shadow.rounded {
    border: 1px solid #dee2e6;
}

figcaption {
    font-size: 0.85rem;
    color: #6c757d;
}


footer {
    margin-top: 3rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    border-top: 1px solid #e9ecef;
    color: #6c757d;
    font-size: 0.9rem;
    text-align: center;
    background-color: #f8f9fa;
}

footer p {
    margin-bottom: 0 !important;
}

.white {
    color: #ffffff !important;
}

a {
    color: #007bff;
    text-decoration: underline;
}

a:hover {
    color: #0056b3;
}

a:visited {
    color: #0056b3;
}


.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.col-md-4 nav ol {
    list-style-type: decimal-leading-zero;
    padding-left: 1.5rem;
}


.page-title {
    text-align: center;
}


.info-section {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-radius: .25rem;
}


.contact-section {
    text-align: center;
    align-content: center;
    padding: 1.5rem;
    background-color: #f8f9fa;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-radius: .25rem;
}

.contact-section img {
    max-width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.form-container {
    margin-left: 0rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-radius: .25rem;
}


.form-image {
    max-height: 400px;
    display: flex;
    margin-top: 0.3rem;
    margin-left: auto;
    margin-right: auto;
}


form label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 450;
}

form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

form input[type="checkbox"] {
    margin-right: 1rem;
    margin-left: 0px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-row label {
    margin-right: 5px;
    margin-left: 1rem;
    font-weight: normal;
}
