@font-face {
    font-family: Euphorigenic;
    src: url("/fonts/Euphorigenic.otf") format("opentype");
}

@font-face {
    font-family: Calibri;
    src: url("/fonts/calibri.ttf") format("truetype");
}

@font-face {
    font-family: Honey Butter;
    src: url("/fonts/Honey-Butter-free-Regular.otf") format("opentype");
}

body {
    background-image: url("/bgs/roses.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
}

.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: black;
}

.skip:focus {
    position: static;
    width: auto;
    height: auto;
    color: #000000;
}

button {
    cursor: pointer;
}

.container {
    display: grid;
    grid-template-columns: 260px minmax(300px, 100%);
    grid-template-rows: 45px 140px auto 45px;
    grid-template-areas:
        "Theme Theme"
        "Header Header"
        "Nav Body"
        "Footer Footer";
}

.theme {
    grid-area: Theme;
    text-align: right;
}

.header {
    grid-area: Header;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header a:hover {
    background-color: transparent !important;
}

.nav {
    grid-area: Nav;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #eff3f7db;
    font-family: "Honey Butter", sans-serif;
    font-size: 1.5rem;
    border-style: hidden;
    border-radius: 5px;
    color: #001f63;
}

.nav li {
    list-style-type: none;
}

.nav a {
    color: #5459d6;
    border-top: 5px;
}

.nav a:hover {
    color: black;
    background-color: white;
}

.subnav {
    margin-left: 10px;
}

.subnav li {
    font-family: Calibri, sans-serif;
    list-style-type: flower !important;
}

@counter-style flower {
    system: cyclic;
    symbols: "⚘ ";
    suffix: " ";
}

.subnav a {
    color: #5459d6;
    text-decoration-style: dotted;
    font-size: 1.3rem;
}

.subnav a:hover {
    color: black;
    background-color: white;
}

.nav li {
    border-top: 5px;
    border-bottom: 5px;
    border-color: #000000;
}

menu {
    margin-left: -13px;
    margin-top: 8px;
}

.collapsible {
    cursor: pointer;
    color: #5459d6;
    background-color: rgba(255, 255, 255, 0);
    font-family: "Honey Butter", sans-serif;
    font-size: 1.4rem;
    margin-left: 12px;
    margin-top: 20px;
    border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAABeElEQVRYR+WYzbHCMAyESSeUQy0URC2UQydwwTnIbD79OAEP78KbcWStV5K18nJ6/50v12f7f+v3cb8tW+ttH+935LPtszr9eaAWYDuBZUZ9ZyOi7FXkvP6W6YDanFK5ppgmZrxMKxwro9MAtdVnGVDr1Rxt9uSvy1GvIUWAUidKTDn01iHdo3SA3XL0cKAq5Cp3VOfxMhr1N+weVUWlGA8DzfZ6b8uNFo36Pt3rvwaUVIw3tLQP5bCy35Rsn4yyjqoH7YASEFqvMqr2nw8oqaJq6Mie/HdVn5VjFPIyUDqJuoZoJlLAaT+FpxMlNILYjuJlkhoLCe95Qp8VvtXQR/XsfNcTVaV3nXKWGob7wq862st+vl7vlW00LRKjUfvy25P3YMOE86gnHW+xZf3NMzNl5+zqFEoXvo3QfA8Q0aQnRihSUX//8/bk1bNZQd72L+fo4UCjTyyjcpQEc8M17B4lZpXCdwOlEUFVJ81EJKy9Lbjc648G+gLmDHBOVjo86gAAABBkZUJHQTdGODRBN0EyNjU1REE5Mht5CsAAAAAASUVORK5CYII=") 14 / 14px / 0 round;
    border-width: 14px;
    border-style: solid;
}

.collapsible:hover {
    color: black;
    background-color: white;
}

.navcollapse {
    overflow: hidden;
}

#totop {
    font-size: 1.1rem;
    background-color: white;
    font-family: Calibri, sans-serif;
    border-radius: 10px;
    border-width: 1px;
    border-style: dashed;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 900;
    display: none;
}

.body {
    background-color: rgba(0, 54, 82, 0.8);
    border-style: dotted;
    border-radius: 5px;
    border-width: 3px;
    border-color: #C9D3F2;
    margin-right: 100px;
    padding: 20px;
    grid-area: Body;
    font-family: Calibri, sans-serif;
    font-size: 1.125rem;
    color: white;
    text-align: center;
}

h1 {
    color: #87dcfb;
    font-family: Euphorigenic, cursive;
}

a {
    color: #ABE6FC;
}

a:hover {
    background-color: #000000;
    color: #789eff;
}

.body li {
    list-style-type: none;
}

.body ul {
    padding-left: 0px !important;
}

.interest {
    text-align: left;
    background-color: black;
    color: white;
    font-size: 1.125rem;
    padding: 10px;
    border-style: dotted;
    border-width: 3px;
    border-color: #C9D3F2;
}


.footer {
    grid-area: Footer;
    margin-top: 5px;
    padding-top: 20px;
    text-align: center;
    color: white;
    font-family: "Calibri";
    background-color: rgb(1, 37, 55);
    width: 100%;
    min-height: 30px;
    padding-bottom: 100px;
}

table {
    margin-left: auto;
    margin-right: auto;
}


/* hover.css text effects */
/* make logo rotate */
.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    background-color: #1fe0 !important;
}

/* Hover grow images */
.body img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.body img:hover,
.body img:focus,
.body img:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Mobile Compatability */

@media (max-width: 50rem) {
    .container {
        grid-template:
            "Header"
            "Theme"
            "Nav"
            "Body"
            "Footer"
    }

    aside,
    #webamp,
    .gifypet-button {
        display: none !important;
    }

    .nav {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 20px;
        padding-top: 1px;
    }

    .body {
        margin-right: 0px !important;
    }

    .footer {
        padding-bottom: 50px !important;
    }

}

@media (prefers-reduced-motion: reduce) {
    .freeze {
        display: none !important;
    }

    aside, #webamp, .gifypet-button {
        display: none !important;
    }

    .hvr-rotate, .hvr-rotate:active, .hvr-rotate:hover, .hvr-rotate:hover, body img, .body img:hover, .body img:focus, .body img:active {
        transform: none !important;
    }

    a:hover {
        background-color: #1fe0;
        color: #ABE6FC;
    }

}