/* COMMENTS LOOK LIKE ME :) */

@import url('https://fonts.googleapis.com/css2?family=Chewy&family=Coiny&family=Concert+One&family=DynaPuff:wght@400..700&family=Geo:ital@0;1&family=Offside&family=Unica+One&display=swap');/* FONT IMPORT */
/* FONT IMPORT */

/* MAIN CODE BODY */
body {
    font-size: 20px;
    font-family: Unica One, monospace;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(rgb(53, 188, 222, .15), rgb(156, 239, 242, .15)), url("assets/frutiger.png"); /*This is the image in the background. Replace it with your own!*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    cursor: url('assets/cursor.png'), default;

}
/* FISHIES */
.fish {
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    padding-top: 10px;
    animation: pulse-animation 2s infinite ease-in-out;
}

.fish2 {
    position:absolute;
    right: -10px;
    top: 580px;
    justify-content: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    padding-top: 10px;
    animation: pulse-animation 2s infinite ease-in-out;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* Scales up by 10% */
    }
    100% {
        transform: scale(1);
    }
}

center {
    text-align: center;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;

}

/* WEBDECK PLAYER */
.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* WRAPPERS */
.wrapper {
    width: 1150px;
    background: rgb(255, 255, 255, .85);
    margin: 0 auto;
    top: 0;
    margin-top: -10px;
    border-left: 0px solid #12282f;
    border-right: 0px solid #12282f;
    border-radius: 20px;
    margin-bottom: -10px;
    box-shadow: 30px 30px 100px rgb(23, 83, 87), 0px 0px 100px rgb(48, 136, 142) inset;
}

/* MAIN AND SIDEBARS */
.wrapper-2 {
    position: relative;
}

.header, .footer {
    height: 180px;
    overflow: hidden;
    background: linear-gradient(rgb(0,0,0,0.1),rgb(0,0,0,0.1));
}

.footer {
    height: 50px;
}

.header img {
    border-top: 0;
}


/* TITLE IMG */
.title {
    padding-left: 5px;
    padding-top: 10px;
}

.title img{
    height: 47px;
}


/* LINKS TO OTHER PAGES */
.links {
    padding-top: 5px;
    padding-bottom: 10px;
}

/* LINKS TO OTHER PAGES (TEXT FORM) */
.link {
    text-align: center;
    display: inline-block;
    list-style-type: none;
    float: none;
    font-weight: bold;
    font-size: 30px;
    font-family: Offside, monospace;
    margin-right: 10px;
    margin-left: 10px;
    border: 0px solid darkcyan;
    background: linear-gradient(
            to bottom,
            #b3f0ff 0%,   /* Bright highlight top */
            #00bfff 40%,  /* Vibrant cyan */
            #005fcc 50%,  /* Mid-way dark horizon split */
            #00a3e0 55%,  /* Lower rebound gradient */
            #00edff 100%  /* Bright aqua bottom */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    filter: drop-shadow(0px 2px 0px rgba(255, 255, 255, 0.8)) drop-shadow(1px 3px 4px rgba(0, 40, 80, 0.65));
}

.link:hover {
    /* Crisp horizontal glossy reflection split */
    background: linear-gradient(
            to bottom,
            #93cbda 0%,   /* Bright highlight top */
            #0087b7 40%  /* Vibrant cyan */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0px 2px 0px rgba(255, 255, 255, 0.8)) drop-shadow(1px 3px 4px rgba(0, 40, 80, 0.65));

    cursor: url('assets/click.png'), pointer;
}

.link a {
    color: darkcyan;
    text-decoration: none;
}

/* ALL LINKS */

a {
    color:darkcyan;
    text-decoration: none;
}

/* OVERRIDE FOR TITLES AND HEADERS */
.title h1, h2, h3 {
    padding:0;
    margin: 0;
    font-family: Chewy, ui-serif !important;
    font-weight: 400;
    color: #187b9b;
    text-shadow: 2px 2px 2px white;
}

/* MAIN SIDEBARS FOR ORGANIZATION */
.main, .sidebar-right {
    display: inline-block;
}

.sidebar-left, .sidebar-right {
    width: 200px;
    position: absolute;
    top: 0;
}

.sidebar-left {
    margin-left: 10px;
}

.main {
    margin-left: 220px;
    width: 660px;
}

.sidebar-right {
    margin-right: 10px;
    margin-left: 10px;
}

/* USED FOR INDIVIDUAL BOXES */
.box {
    padding: 5px 10px 5px 10px;
    background: rgb(53,188,222,.30);
    color: #12282f;
    border-top: 10px solid #187b9b;
    margin: 10px 0px 15px 0px;
    border-radius: 0 0 10px 10px;
}

/* PREVENT OVERFLOW */
.box img {
    max-width: 100%;
    height: auto;
}

/* FOOTER */
.footer p{
    font-size: 13px;
    margin-left: 1000px;
    background: linear-gradient(
            to bottom,
            #b3f0ff 0%,   /* Bright highlight top */
            #00bfff 40%,  /* Vibrant cyan */
            #005fcc 50%,  /* Mid-way dark horizon split */
            #00a3e0 55%,  /* Lower rebound gradient */
            #00edff 100%  /* Bright aqua bottom */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    filter: drop-shadow(0px 2px 0px rgba(255, 255, 255, 0.8)) drop-shadow(1px 3px 4px rgba(0, 40, 80, 0.65));
}

/* For narrow screens. Makes the sidebars narrower, and makes width of the
 * center/main div 50% of the viewport width.
 */
@media(max-width:1150px) {
    .fish {
        width: 150px;
        height: 150px;
    }
    .fish2 {
        width: 150px;
        height: 150px;
    }
    .wrapper {
        width: calc(440px + 50vw);
    }
    .main {
        width: 50vw;
    }
}

@media(max-width:910px) {
    .fish {
        width: 0;
        height: 0;
    }
    .fish2 {
        width: 0;
        height: 0;
    }
    .wrapper {
        width: calc(360px + 52vw);
    }
    .sidebar-left, .sidebar-right {
        width: 160px;
    }
    .main {
        margin-left: 180px;
        width: 52vw;
    }
}

/* Mobile compatibility. Puts everything into a standard vertical layout. */
@media(orientation:portrait) {
    .fish {
        width: 0;
        height: 0;
    }
    .fish2 {
        width: 0;
        height: 0;
    }
    .wrapper {
        width: 96vw;
        margin: 0 auto;
        padding:0;
        position: relative;
    }
    .wrapper-2 {
        width: 94vw;
        margin: 0 auto;
        padding:0;
        position: relative;
    }
    .sidebar-left, .main, .sidebar-right {
        position: relative;
        width: 92vw;
        margin: 0.25rem 1vw;
    }
    .sidebar-left, .sidebar-right {
        font-size: 0.95em;
    }
}

