/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* END OF CSS RESET */
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/open-sans-latin-ext-300.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/open-sans-latin-300.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/open-sans-latin-ext-400.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/open-sans-latin-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/open-sans-latin-ext-700.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/open-sans-latin-700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.reem-kufi-400 {
  font-family: "Reem Kufi", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

body {
  font-family: 'Open Sans', sans-serif;
  color: white;
  line-height: 2;
  height: 100%;
  background: url(images/bg.jpg) black; }

strong {
  font-weight: bold; }

ol {
  list-style-type: decimal; }

ul {
  margin-left: 1.1em;
  margin-bottom: 1.1em; }

em {
  font-weight: bold; }

li {
  list-style-type: disc; }

a:link {
  color: #9fbfff; }

a:visited {
  color: #61b8ff; }

a:hover {
  color: #9ea7ff; }

a:active {
  color: #6acaff; }

.group:after {
  content: "";
  display: table;
  clear: both; }

h1, h2, h3 {
  font-weight: normal;
  clear: both; }

h3 {
  font-size: 1.6em;
  margin-top: .5em;
  margin-bottom: .5em;
  color: #5ad446; }

h4 {
  font-size: 1.0em;
  margin-top: .4em;
  margin-bottom: .4em;
  color: #5ad446; }

/* Main page */
.container {
  text-align: center; }

.menu {
  display: none;
  justify-content: space-around;
  order: 1;
  flex-direction: column;
  line-height: 1.5; }
  .menu a:link,
  .menu a:hover,
  .menu a:visited,
  .menu a:active {
    text-decoration: none;
    background: #202020;
    color: #ffffff;
    font-size: 2rem; }
  .menu a:hover,
  .menu a:active,
  .menu a.active {
    color: #ffffff;
    background: #313131; }
  .menu ul {
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #373b42; }
  .menu ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3e3e3e;
    padding: 0;
    background: #ffffff; }
  .menu ul li a {
    padding: 1.5rem 1rem;
    width: 100%; }
  .menu ul li:last-child {
    border-bottom: none; }
  .menu .menu-projects {
    text-align: left; }
    .menu .menu-projects h2 {
      font-size: 1.5rem;
      padding: 2rem 0 .5rem .5rem; }
    .menu .menu-projects li {
      background: transparent;
      border-bottom: 2px solid #000000; }
    .menu .menu-projects li a {
      border-top-right-radius: 20px;
      font-size: 1rem;
      padding: .5rem .5rem;
      background-color: #3e475c; }
      .menu .menu-projects li a:hover, .menu .menu-projects li a:active, .menu .menu-projects li a.active {
        background: #556280; }
    .menu .menu-projects li a img {
      padding-right: .4rem; }

.mobile-header {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  border-bottom: 1px solid #484848;
  z-index: 1; }
  .mobile-header .menu-hamburger {
    height: 1.5rem;
    padding: 1.8rem;
    color: #005204;
    border-left: 1px solid #484848; }
    .mobile-header .menu-hamburger:hover {
      cursor: pointer; }

.about {
  text-align: center; }
  .about h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: .5rem 1.5rem;
    font-size: 2rem; }
    .about h1 a:link,
    .about h1 a:hover,
    .about h1 a:visited,
    .about h1 a:active {
      text-decoration: none;
      color: #ffffff; }
  .about h2 {
    font-weight: 700; }
  .about .about-roles {
    font-size: 1.2em;
    line-height: 1.3;
    color: #8d55ff;
    margin: .5em 0 1.5em 0; }
    .about .about-roles span {
      color: #613aaf; }
  .about .about-creations {
    margin: 0 0 1.5rem 2rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.8; }

/* Social icons */
.social {
  margin-top: .8rem; }
  .social .logo-fb {
    height: 3rem; }
  .social .logo-x {
    height: 1.8rem;
    padding: .5rem .3rem; }
  .social .logo-instagram {
    height: 2rem;
    padding: .45rem; }
  .social .logo-threads {
    height: 1.9rem;
    padding: .5rem; }

/* Sections */
.about {
  padding: 2rem; }

.basne, .weby, .poviedky, .blog, .o-mne, .podporujem, .podcast, .zaujimavostky {
  border-top: 2px solid #18282d;
  padding: .3em 1em;
  margin: 1.5em 0; }

.basne h2, .weby h2, .poviedky h2, .blog h2, .o-mne h2, .podporujem h2, .podcast h2, .zaujimavostky h2 {
  margin: .6em .8em 1em .8em;
  font-size: 1.7em;
  color: #54c700; }

.hry li, .serialy li, .filmy li {
  font-size: .8rem; }
.hry li a, .serialy li a, .filmy li a {
  font-size: 1rem; }

.podcast p {
  text-align: left;
  margin: 1rem 0 0 0; }
.podcast li {
  text-align: left; }

/* Basne */
.basne {
  text-align: center; }
  .basne ul {
    margin: 0;
    padding: 0; }
  .basne li {
    position: relative;
    border: 1px solid #697798;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0 1.5em 1.5em 0;
    width: 100px;
    line-height: .8;
    transition-duration: .3s; }
  .basne li:hover {
    border-color: #9cb3e7;
    transition-duration: .3s;
    border-radius: 25px; }
  .basne li span {
    display: block;
    padding: .9em .8em;
    background: #263446;
    overflow: hidden;
    white-space: nowrap; }
  .basne li span:after {
    content: '';
    width: 100%;
    height: 2.5em;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 70px, #263446); }
  .basne div.dalsie-basne {
    position: relative;
    border: 1px solid #697798;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0 1.5em 1.5em 0;
    line-height: .8; }
  .basne div.dalsie-basne span {
    display: block;
    padding: .9em .8em;
    background: #263446;
    overflow: hidden;
    white-space: nowrap; }

/* Weby */
.weby {
  text-align: center; }
  .weby .skills {
    margin-bottom: 1em; }
  .weby .programming-icons {
    display: inline;
    margin: 0; }
  .weby .programming-icons li {
    line-height: 3;
    padding: .4em .7em;
    margin: 2em .6em 2em 0;
    display: inline;
    background-color: #392b0f;
    list-style-type: none;
    border-radius: 5px; }
  .weby ul.li-as-boxes {
    margin: 0 auto; }
    .weby ul.li-as-boxes > li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      list-style-type: none;
      margin: 0 2em 2em 0;
      width: 230px;
      border: 1px solid #4d5872;
      background: #0d1218;
      border-radius: 5px;
      transition-duration: .3s; }
    .weby ul.li-as-boxes > li:hover {
      border-color: #9cb3e7;
      background: #1a2838;
      transition-duration: .3s; }
    .weby ul.li-as-boxes > li a {
      position: relative;
      line-height: 1.3;
      box-sizing: border-box;
      display: block;
      padding: 1em;
      text-decoration: none; }
      .weby ul.li-as-boxes > li a h4 {
        color: inherit; }
      .weby ul.li-as-boxes > li a:link > ul, .weby ul.li-as-boxes > li a:visited > ul, .weby ul.li-as-boxes > li a:hover > ul, .weby ul.li-as-boxes > li a:active > ul {
        color: #d2d2d2; }
      .weby ul.li-as-boxes > li a > ul {
        line-height: 1.9;
        margin-top: 1rem;
        margin-bottom: 0;
        text-align: left;
        font-size: .8rem; }
    .weby ul.li-as-boxes img {
      display: block;
      margin-top: 1em;
      border: 1px solid #39445b; }

/* Poviedky */
.poviedky ul {
  margin: 0 auto;
  width: 7.5em; }

/* O mne */
.o-mne, .podporujem, .zaujimavostky {
  text-align: left; }
  .o-mne h2, .podporujem h2, .zaujimavostky h2 {
    text-align: center; }
  .o-mne p, .podporujem p, .zaujimavostky p {
    margin: .9em 0; }
  .o-mne .inspiracia span, .podporujem .inspiracia span, .zaujimavostky .inspiracia span {
    font-size: .9em;
    color: #878482; }

.podporujem li {
  margin-top: 1rem;
  list-style-type: none; }
.podporujem img {
  vertical-align: middle;
  border-radius: 7px;
  margin-right: .5em; }
.podporujem .podporujem__projekt {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 1rem; }

.zaujimavostky ul {
  margin: 0; }
.zaujimavostky li {
  margin-top: 1rem;
  list-style-type: none; }

.viac-o-mne {
  background: #04040a;
  margin: 1em 0;
  padding: 1vw 4%;
  border: 1px solid #34394d;
  border-radius: 2vw;
  clear: both; }
  .viac-o-mne img {
    max-width: 50%;
    height: fit-content; }

.marek-sivco-foto {
  float: right;
  margin: 1.2em 0 1.2em 1em;
  border-radius: 10%; }

.work {
  margin: 3em 0;
  clear: both;
  text-align: center; }
  .work .work__about {
    text-align: left; }
  .work table {
    margin: 0 auto; }
    .work table th {
      color: #ff8900;
      text-align: center;
      border: solid 1px #34394d;
      background: #0d1218;
      font-weight: bold; }
    .work table td {
      padding: .4em 1em .3em 1em;
      border: solid 1px #34394d;
      background: #202223;
      overflow: hidden;
      word-break: normal;
      color: #dadddf; }
      .work table td img {
        vertical-align: middle;
        margin-right: .5em; }
    .work table td:nth-of-type(3) {
      text-align: center; }

.footer {
  text-align: center;
  background-color: rgba(4, 4, 10, 0.6);
  margin: 1em 0;
  padding: 1em 1em .2em 1em;
  border-top: 1px solid #4b526f;
  color: #9da1ab;
  font-size: .9em; }
  .footer .less-important {
    line-height: 3.2;
    color: #585b60; }
    .footer .less-important a:link {
      color: #758ebe; }
    .footer .less-important a:visited {
      color: #4889be; }
    .footer .less-important a:hover {
      color: #7a80be; }
    .footer .less-important a:active {
      color: #4b9bbe; }

@media (min-width: 768px) {
  main {
    margin-left: 250px;
    position: relative; }

  .main-container {
    max-width: 55em;
    margin: auto; }

  .menu {
    position: absolute;
    top: 0;
    display: block;
    width: 250px;
    bottom: 0; }

  .mobile-header {
    display: none; }

  .about h1 {
    position: relative;
    font-size: 2.8em;
    margin-top: 0; }
  .about .about-roles {
    font-size: 1.4em; }
  .about .about-creations {
    margin: 2rem 0 2.5rem 1.3rem;
    font-size: 1.3rem; }

  .top3series li {
    width: 60%; } }

/*# sourceMappingURL=screen.css.map */
