
body{
    font-family     : Arial, sans-serif;
    margin          : 20px auto;
    padding         : 10px 20px;
    line-height     : 1.6;
    background-image: url("../media/fantasy-bg.avif");
    background-size: cover;
    background-attachment: fixed;
  }

#styleswitch{
    text-align: right;
    margin: 20px;
}
body.large{
    font-size: 2rem !important;
}

body.large .container-lg{
    max-width: 95% !important;  
}

body.large .col-lg-6,
body.large .col-lg-4,
body.large .col-md-8,
body.large .col-md-6,
body.large .col-md-4{
  flex: 0 0 auto;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #cc3366; 
}

.text-primary {
    color: #cc3366 !important;
}

a {
    color: #62062b;
    text-decoration: underline;
  }

a:hover {
    color: #D5215D; 
    text-decoration: underline;
}
  
a:visited {
    color: #A75D80;
    text-decoration: underline;
  }
.nav-link {
    color: #463641  !important;
}
.nav-link.active {
    color: black !important; 
  }

nav.navbar {
    background-color: #FF7DAD !important; 
}
.navbar-toggler {
    background-color: rgb(96, 3, 52) !important;
}

input, textarea, select {
    border: 1px solid #e75480;
    padding: 0.5rem;
    border-radius: 5px;
}

input[type="submit"], input[type="reset"], button {
    background-color: #e75480;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0.5rem;
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    background-color: #ff69b4;
}

figure img {
    width: 50%;
    height: auto;
    margin: auto;
}
.blockquote-footer {
    color: black;
}

.image-wrapper {
    background-color: #ffe1e6;
    background-size: cover;
    background-position: center;
    padding: 10px; 
    border-radius: 0.5rem; 
    margin-bottom: 1rem;
    display: flex; 
    justify-content: center; 
    align-items: center;
  }
  
  .image-wrapper img {
    width: 100%; 
    height: auto; 
    max-width: 15rem; 
    max-height: 15rem; 
    object-fit: cover;
    border-radius: 0.5rem;
}

.custom-thumbnail {
    background-color: #ffe1e6;
    padding: 1rem; 
    border-radius: 0.5rem;
    width: 100%;
    max-width: 18rem;
    height: auto;
    aspect-ratio: 1/1; 
    object-fit: cover;
    cursor: pointer;
}

figcaption {
    text-align: center;
    margin-top: 0.5rem; 
    font-size: 1rem;    
    color: #333;        
  }

.card {
    background-color: #ffe1e6;
}

.kozep {
    text-align: center;
}

textarea::placeholder {
    color: #555;
    opacity: 1;
  }

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

th, td {
    border: 1px solid #e75480;
    padding: 0.5rem;
    text-align: center;
}

caption {
    caption-side: top;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.nyomtatas{
    display: none;
  }