/*--------- UNIVERSAL ------------*/

.center-text {

    text-align: center;
}

.window {
    background-color: #C0C0C0;
    /* classic grey */
    border: 2px solid #FFFFFF;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    padding: 10px;
    box-shadow: inset 1px 1px #fff, inset -1px -1px #000;
}

.solid {
    border-style: solid !important;
    background-color: rgb(235, 235, 235);
}

.high {
    text-shadow: 0 0 3px #59F82F, 0 0 5px #29E086;
}

.art_style {
    
        display: block;
        margin-left: auto;
        margin-right: 60;
        height: 200px;
        width: auto;

    }


.test {
    background: gray;
    width: 200px;
    height: 200px;
}

/*------- ID MODS -----------*/
#contentframe {

    display: inline;
}



#pid {
    background-color: white;
    color: black;
    text-align: center;

}

/*-------------- TEXT BODIES AND HEADERS ----------*/

h1,
h2 {
    text-shadow: 0 0 3px #59F82F, 0 0 5px #29E086;
}


body {
    background-color: #008080;

}


#myDIV {

    padding: 30px;
    background-color: blue;
    outline: solid rgb(223, 214, 214);
    outline-width: 2px;
}

#main {
    width: 200px;
    padding: 20px;
    background-color: rgb(113, 187, 135);
    outline: solid rgb(62, 231, 181);
    outline-width: 10px;
}


.article1 {
    background-color: #E7E9EB;
    outline: solid rgb(149, 179, 170);
    outline-width: 3px;
}






/*============ SUBCLASSES ANIMATIONS within page style ========*/


.rotate {
    animation: rotation 4s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


/* --------- NAVIGATION - TOP AND BOTTOM ------------ */
.navbar {

    background-image: url("../../Website/Assets/ocean3.gif");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;

}



/* =========== GIMMICKS =========== */

#Clock {

    color: #29E086;


}


html {
    cursor: url('../../Website/Assets/cursor.cur'), auto;
    /*  cursor: url('https://cur.cursors-4u.net/cursors/cur-2/cur108.cur'), auto;  */
}






/* ------- ORIENTAL ---------- */

/* Right sidebar */

.element {

    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;

}

/* Flex */

/* Header intro */

.headercont
/* Nav container */

.navcont
/* Status bars */
.statuscont
/* Video and Spotify */
.SVcont
/* Art */
.artcont
/* Footer */
.footcont
/* Sidebar */
.sidecont

/* Devlog Container UPDATE LATER */
.Devcont .container {
    display: block;
}