@charset "UTF-8";
/* CSS Document */


body {
  font: 1rem/1.5 var(--bs-font-sans-serif); font-family: 'Roboto', sans-serif;
}
a {
  color: var(--bs-black);text-decoration: none; 
}
a:hover {
    color: #938e8e;
}

p {font-size: 1.2em;font-weight: 200;}

h1 {font-size: 2.66em;text-transform: normal; font-weight: 300;}
h2 {font-size: 1.2em;text-transform: normal; font-weight: 300;}
h3 {font-size: 2.5em;text-transform: uppercase; font-weight: 100;}
h4 {font-size: 1.8em;text-transform: normal; font-weight: 100;color: #ffffff;}
h5 {font-size: 2.0em;text-transform: normal; font-weight: 100;}
h6 {font-size: 1.5em;text-transform: normal; font-weight: 300;}

 .zoom {
            transition: transform 0.5s ease; /* Prechod pre efekt zoom */
        }

        .zoom:hover {
            transform: scale(1.05); /* Zväčšenie obrázka na 120% */
        }


.btn {
    color: #000000 !important;
}

.btn-autor {
  background:#ffc107;
  color:#41474c;
  padding:.25rem .5rem;
  border-radius:.25rem;
  text-decoration:none;
  display:inline-block;
}

.btn-autor:hover,
.btn-autor:focus{
  color:#e30571;
  text-decoration:none;
}

.aforizmus {
font-size: 1.3em;  line-height: 1.0;
}