@font-face {
  font-family: 'montserrat-light';
  src: url("../fonts/montserrat-light.otf") format("opentype"); }

@font-face {
  font-family: 'montserrat-semibold';
  src: url("../fonts/montserrat-semibold.otf") format("opentype"); }

@font-face {
  font-family: 'montserrat-regular';
  src: url("../fonts/montserrat-regular.otf") format("opentype"); }

.index {
    margin-top: 5%;
    background-color: #121212;
    background-image: repeating-linear-gradient(64deg, black, transparent 165px);
    background-attachment: fixed;
}

#hlavni {
    text-align: center;
    font-family: montserrat-light;
    font-size: 14pt;
    color: white;
}

h1 {
    font-family: montserrat-light;
    font-size: 17pt;
    color: white;
}

h2 {
    font-size: 14pt;
    margin-top: 25px;
    color: white;
}

#hlavni a {
    color: #cf181f;
    text-decoration: none;
}

#hlavni a:hover {
    text-decoration: underline;
    color: white;
}

hr {
    width: 45%;
    color: black;
    margin-top: 20px;
    border-top: #b9b9b9;
    opacity: 20%;
}

#citat {
    line-height: 2.0em;
    color: white;
}