           


            @font-face {
    font-family: 'jost'; /*a name to be used later*/
    src: url('jost.medium.ttf'); /*URL to font*/
}


                        @font-face {
    font-family: 'Kells'; /*a name to be used later*/
    src: url('KellsFLF.ttf'); /*URL to font*/
}

                        @font-face {
    font-family: 'Arapey'; /*a name to be used later*/
    src: url('ArapeyRegular-X2Md.ttf'); /*URL to font*/
}

/*SIDEBAR*/
            
            
            .sidenav {
                font-family: 'jost', Arial, Helvetica, sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
                overflow: auto;
}

.sidenav a {
    font-family: 'jost', Arial, Helvetica, sans-serif;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 4vmin;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
    font-family: 'jost', Arial, Helvetica, sans-serif;
  color: silver;
}

.sidenav .closebtn {
    font-family: 'jost', Arial, Helvetica, sans-serif;
    color: red;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 6vmin;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
            /*sidebar ends*/
            
            

                 body {

                     background-color: white;
                                 overflow-x: hidden;

            }
           .bodytext {
                /*font-family: 'Arapey', Arial, Helvetica, sans-serif; */

                font-family: 'jost', Arial, Helvetica, sans-serif; 
                
            }
            
            .links {
                font-family: 'jost', Arial, Helvetica, sans-serif; 
                color: red;
            }
            
            a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

                        @keyframes sigilred {
                0% { transform:  rotate(0deg)}
                100% {transform: rotate(-360deg)}
            }

                        #sigilred {
                            z-index: 5;
                position: fixed;
                              bottom: 0;
  left: 0;
                            padding: 1;
                            opacity: 0.75;
                width: 40vmin;
                  animation-name: sigilred;
  animation-duration: 256s;
        animation-iteration-count: infinite;

            }

