@font-face {
	font-family: 'gothic';
	src: url('./gothic.eot');
	src: local('gothic'), url('./gothic.woff') format('woff'), url('./gothic.ttf') format('truetype');
    font-display: swap;
}

header {
    background-color: #07007066;
    background-image: linear-gradient(1800deg, #007c,#004c);
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    left: 0px;
    color: azure;
    min-width: 100%;
    height: 2.8rem;
    font-size: 2rem;
    font-family: 'gothic' !important;
    box-shadow: 0rem 1rem 0.25rem rgba(30, 30, 30, 0.5);
}
a {
    color: inherit;
    text-decoration:none;
    text-align: inherit;
}

#sitebuttons {
    display: flex;
    justify-content:flex-start;
    text-align: center;
    gap: 1rem;

}

#PRsite {
    display: flex;
    width: 20rem;
    margin-top: 0rem;
}

#PR_title {
    font-size: 3rem;
}

.linkhead {
    font-size: 1.5rem;
    padding-top: 0.5rem;
}

#anm_place {
    background-color: #500;
}



#droplog {
    padding-top:0.5rem;
    position: relative;
    display: inline-block;
}
 #droplog .linkhead {
     padding-top: 0rem;
 }

.acccont {
    display: none;
    position:absolute;
    z-index: 1;
    font-size:1.5rem;
    margin-top: 0.5rem;
    background-color: #070070bb;
    border: solid #0000;
    border-radius: 0.5rem;
}

.acccont a {
    display:block;
    padding: 0.3rem;
    border: solid #0000;
    border-radius: 0.3rem;
}

.acccont a:hover {
    border-color: #0000;
    background-color:#63636355;
}

#droplog:hover .acccont {
    display: block;
}


/*@media not (min-width: 800px) {
    #sitebuttons {
        display: none;
    }
}*/