@font-face {
    font-family: 'a_simplerbold_italic';
    src: url('font/a_simpler_bold_italic-webfont.woff2') format('woff2'),
         url('font/a_simpler_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'a_simplerbold';
    src: url('font/a_simpler_bold-webfont.woff2') format('woff2'),
         url('font/a_simpler_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #e28743;
    
}
.content {
    width: 50%;
    margin: auto;
    padding: 10px;
    
}
a:link, a:visited {
    text-decoration: none;
    color: #F8E0A4;
  }
a:hover{
    color: #F6AD08;
}

div{
    background-color: #A54141;
    width: 100%;
    padding: 0px;
    margin: auto;
    text-align: left;
    margin-top: 10px;
    color: #F8E0A4;
    text-shadow: 4px 4px #000000;
    font-family: 'a_simplerbold';
    box-sizing: border-box;
    border: 10px solid #F8E0A4;
    display:block;
}
ol {
    list-style-position: outside;
  }
  
#page{
    width: 50%;
    background-color: #A54141;
    margin: auto;
    display: block;
    border:0;
    
}

.sidenav {
    display: block;
    height: 97%;
    width: 22%;
    position: fixed;
    z-index: 1;
    left: 1.5%;
    background-color: #A54141;
    overflow-x: hidden;
    margin-top: 0.2%;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #F8E0A4;
    display: block;
  }
  
  .sidenav a:hover {
    color: #F6AD08;
  }
  
  @media screen and (max-width: 400px) {
    .sidenav{
        display:none;
    }
    #page{
        width: 100%;
        padding: 0;
    }
    #odslo{
        font-size:20px;
        padding: 15px 5px 15px 5px;
    }
    #razreseni{
        font-size:20px;
        padding: 15px 5px 15px 5px;
    }
    #ukinitev{
        font-size:20px;
        padding: 15px 5px 15px 5px;
    }
  }

