@font-face {
  font-family: 'AmaticSC';
  src: url('./AmaticSC-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'DancingScript';
  src: url('./DancingScript-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Black.ttf') format('truetype');
}
.menufont {
  font-family: 'DancingScript', Arial, sans-serif;
}
.authorfont {
  font-family: 'Poppins', Arial, sans-serif;
}

.title {
  font-family: 'AmaticSC', Arial, sans-serif;
}



.rounded-button {
  display: inline;
  color: green;
  background-color: #B0E2FF;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.rounded-button:hover {
  background-color: #A2D9FF;
  opacity: 0.8;
  border-bottom: 2px solid #5C9EEC;
}

input[type="text"],input[type="password"],input[type="submit"],.regtext
{
line-height: 20px;
background-color:transparent;
border: 1px dotted lightslategray;
color:cornflowerblue;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
height: 40px;
    margin-bottom:10px;
    width: 60%;
}

textarea
{
    line-height: 20px;
    background-color:transparent;
    border: 1px dotted lightslategray;
    color:cornflowerblue;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin-bottom:10px;
}
footer
{
position:relative;
width:100%;
width:100%;
backdrop-filter: blur(5px);
}
img.emoji {
    display: inline-block;
}
footer li
{
color:orange;
list-style-type: none;
display:inline;
}

footer li:hover
{
display:inline;
color:white;
background-color: crimson;
}

body
{
position:relative;
font-size:100%;
line-height:18px;
background: linear-gradient(to bottom, #D3EDFF, #FFFFFF);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
word-wrap: break-word !important;
    padding-left: 23%;
    padding-right: 23%;
    font-family: 'Lexend Deca', sans-serif;
}

#page
{
background: rgba(255,255,255,0.4);
backdrop-filter: blur(5px);
position:relative;
top:0;
height: 100%;
width: 99.8%;  
text-align:center
}

.navbar.navbar-3 .navbar-toggler-icon {
    background-image: url('icons2/E261.svg');
}

.logo
{
font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif
}

/* unvisited link */
a:link {
 text-decoration: none;  
color:inherit;
}

/* visited link */
a:visited {
 text-decoration: none;
 color:#413839;;
}

/* mouse over link */
a:hover {
    color: goldenrod;
     text-decoration: underline;
}

/* selected link */
a:active {
    text-decoration: none;
    color:inherit; 
}

.plus:hover
{
color:springgreen;
font-size:100%;
}
.minus:hover
{
color:crimson;
font-size:100%;
}

.commentlist
{
grid-column-end: span 2;
grid-template-areas: 'comment';
grid-template-columns: 64px 1fr;
}

.comment
{
background-color:rbg(240,236,182);
display:grid;
}

.downloads li
{
color:white;
text-decoration: underline;
}



#catcode
{
padding-left:5%;
padding-right:5%;
float:center;
text-align:center
}


/* hide checkbox */
input[type="checkbox"] {
    display: none;
}

/* if checkbox is checked, then do these things */
input[type="checkbox"]:checked + label {
    color: springgreen;
}

/* styles when hovering over options */

label
{
 color:slategray;
}
label:hover {
    color: springgreen;
    cursor: pointer;

    /* transitions and animations */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}

.obsahclanku
{
    color:#413839;
    padding-left:5%;
    padding-right:5%;
    backdrop-filter: blur(5px);
}

.clanekhead
{
background: rgba(255,255,255,0.7)
text-align: center;
padding-left:5%;
padding-right:5%;
backdrop-filter: blur(7px);
}


@media only screen and (max-width: 1350px)
{
.obsahclanku
{
    color:#413839;
    padding-left:5%;
    padding-right:5%;

}

    .clanekhead
    {
        text-align: center;
        padding-left:5%;
        padding-right:5%;
    }

    body
    {
        padding-left: 0%;
        padding-right: 0%;
    }

}

