/*.menu {
animation-name: slidein;
animation-duration: 3s;
}

@keyframes slidein {
  from {
    opacity: 0; 
    transform: translateY(-5px);
    transition: 2s ease-in-out;
  }

  to {
    opacity: 1; 
    transform: translateY(0%);
    transition: 2s ease-in-out;
  }
}*/
video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.menu {
    width: var(--menu-width);
    font-family: 'IBM Plex Mono', monospace;
    position: fixed;
    padding: 47px 50px 50px 50px;
    height: calc(100vh - 100px);
    /*min-height: 600px;*/
    z-index: 100;
    }
    
.podval {
    margin-top: 200px;
    font-family: 'IBM Plex Mono', monospace;
    display: flex;
    height: 56px;
    padding-top: 10px;
    padding-right: 40px;
    font-size: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
}

.navigation {
    display: flex;
    padding-bottom: 50px;
    font-size: 11px;
    justify-content: space-between;
}

#allrecords a {
    text-decoration: none;
    color: #0051e8; 
    border-color: #bad1ff; 
    border-color: #0051e84d;
    border-style: solid; 
    border-bottom-width: thin; 
    -webkit-transition: color .2s ease, border-color .2s ease, font-size .0s ease;
    }    
    
#allrecords a {
    color: #0051e8;
    border-color: #bad1ff;
    border-color: #0051e84d;
    }
    
a:hover {
    text-decoration: none;
    color: #ff2424;
    border-color: #ffc4c4; 
    -webkit-transition: all .1s ease;
    }
    
#allrecords a:hover {
    color: #ff2424;
    border-color: #ffc4c4; 
    -webkit-transition: all .1s ease;
    }
    
a.navigation-right-text {
    white-space: nowrap;
    }
    
#allrecords a[href^=tel] {
    color: #0051e8;
    }

#allrecords a[href^=tel]:hover {
    color: #ff2424;
    border-color: #ffc4c4; 
    -webkit-transition: all .1s ease;
    }

a[href^="#"] {
    border-style: dashed;
    }
    
    
    */
    
    
    .menu {
    width: var(--menu-width);
    font-family: 'IBM Plex Mono', monospace;
    position: fixed;
    padding: 47px 50px 50px 50px;
    height: calc(100vh - 100px);
    min-height: 600px;
    z-index: 100;
    }
    
.podval {
    margin-top: 200px;
    font-family: 'IBM Plex Mono', monospace;
    display: flex;
    height: 56px;
    padding-top: 10px;
    padding-right: 40px;
    font-size: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
    justify-content: space-between;
}

.podval-left {
    width: auto;
    }
    
.podval-center {
    width: auto;
    text-align: center;
    }

.podval-right {
    width: auto;
    text-align: right;
    }

.navigation {
    display: flex;
    padding-bottom: 50px;
    font-size: 11px;
    justify-content: space-between;
    }

/* .navigation-left {
    width: 100%;
    }

.navigation-right {
   width: 100%;
    text-align: right;
    }*/

.div-fxfiy {
    flex-direction: row;
    font-size: 12px;
    line-height: 1.55;
    color: #474747;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
    padding-top: 10px;
}

.spis {
    display: flex;
    margin-bottom: 10px;
}

.div-po2ta {
    flex-direction: row;
    width: 110px;
}

.div-2sb8s {
    width: 100%;
}

.span-6vlqo {
    flex-direction: row;
}

.logo {
    padding-bottom: 20px;
}

.div-zxils {
    padding-bottom: 100px;
}

.div-li08q {
    font-size: 10px;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
    bottom: 40px;
    position: absolute;
    width: var(--menu-width);
}

.span-uc9fq {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 900;
    font-size: 18px;
}

.span-4c1j2 {
    font-size: 16px;
    font-weight: 400;
}

.link-p9rlz {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.link-95qg7 {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.about {
    color: #1c1c1c;
    }

.div-9w4un {
    margin-top: 10px;
    }

.we {
    margin-bottom: 10px;
    }


@media screen and (max-width: 860px) {
.menu {
    width: calc(100% - 80px);
    position: initial;
    padding: 40px;
    height: auto;
    min-height: auto;
    }
 
.podval {
    margin: 10px 40px 40px 40px;
    padding: 10px 0px 0px 0px;
    }
    
.div-zxils {
    padding-bottom: 50px;
    }
    
.logo {
    padding-bottom: 10px;
    }
    
.navigation {
    padding-bottom: 30px;
}

.div-li08q {
    position: initial;
    width: 100%;
    padding-bottom: 80px;
    }
    
.div-fxfiy {
    padding-bottom: 50px;
    }
}


@media screen and (max-width: 860px) {
.menu {
    width: calc(100% - 32px);
    padding: 16px;
    }
    
.podval {
    display: block;
    text-align: center;
    padding-top: 20px;
	padding-bottom: 40px;
    margin-left: 14px;
    margin-right: 14px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 120px;
    }
    
.podval-left {
    width: 100%;
    display: none;
    }
    
.podval-center {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    }

.podval-right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    }
}

.div-zxils {
    padding-bottom: 6vh;
}
