/* unifrakturmaguntia-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'UnifrakturMaguntia';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/unifrakturmaguntia-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* beth-ellen-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Beth Ellen';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/beth-ellen-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body {
  margin: 0;
  padding: 0;

}

.container {
    margin: auto;
}

a {
  text-decoration: none;
  
}

a,
.nadpis,
img,
.btn {

    transition: 0.3s ease-in-out;
}

h1 {
  font-family: 'UnifrakturMaguntia';
  font-size: 45px;
}


/*HEADER*/
.lilinfo {
  text-align: center;
  font-size: 13px;
  }
header {
  display: flex;
  justify-content: space-around;
  }

header a {
  padding-top: 30px;
  }

/*SECTION*/

.obsahbox {
    margin: auto;
    width: 60%;
    display: flex;
  }
main {
  margin-top: 20px;
  border: blue double 3px;
  padding: 10px;
  background: #eddcd3;
  }
  
.obsahbox main p {
    font-family: 'Beth Ellen';
  }
  
aside {
  margin-top: 20px;
  border: blue double 3px;
  }
aside ul {
  padding: 15px 20px 10px 15px
  }

.sidecont {
  display: flex;
  flex-direction: column;
  }
