:root {
    /*image backgrounds*/
    --bg-img: url(https://upload.wikimedia.org/wikipedia/commons/f/fc/Pripyat_-_building_01.jpg); /*credit: Paweł 'pbm' Szubert*/
    --bg-halloween: url(https://wiki.teamfortress.com/w/images/0/02/Koth_harvest_event_mid.png);
    --bg-my-rocks: url(https://www.baltana.com/files/wallpapers-26/Steven-Universe-Desktop-HD-Wallpaper-83575.jpg);
    --bg-quartz: url(https://images.squarespace-cdn.com/content/v1/54fc8146e4b02a22841f4df7/1497361523634-YIWOY7VAKCR7A3Q1P69L/stevenuniv_RosesScabbard_01.jpg);
    --bg-agate: url(https://cdn.wallpapersafari.com/4/42/mMdoYg.jpg);
    --bg-other-gems: url(https://wallpapersok.com/images/hd/island-adventure-episode-steven-universe-ipad-s7i4f72azldesm2i.jpg);
    --bg-nerd-rocks: url(https://64.media.tumblr.com/48e9510d43f97cd63d401b39fad30148/1ce0c43f48ecbae7-1a/s1280x1920/eb20e9b07e1543132b8723afeb0d21178f3e90e0.png);
    --bg-beach-rocks: url(https://i.pinimg.com/originals/1b/c2/dc/1bc2dc22cab96f3295acb242b0d72b8f.jpg);
    --bg-vista: url(https://frutigeraeroarchive.org/images/wallpapers/windows_vista/windows_vista_90.jpg);
    --bg-blog: url(images/backgrounds/starsbg.gif);
    --bg-siggy: url(images/siggy.png);
    /*color backgrounds*/
    --color-nav: linear-gradient(0deg, rgba(84, 83, 83, 1) 0%, rgba(130, 134, 135, 1) 50%, rgba(137, 141, 145, 1) 60%, rgba(92, 92, 92, 1) 100%);
    --color-nav-hover: #505050;
    --content-bg: #0f0e0d;
    --bg-div: #090909;
    --bg-status: linear-gradient(rgba(131,0,73,1), rgba(227,160,51,1));
    /*borders*/
    --border: 2px outset #616161;
    --border-div: 2px inset black;
    /*text colors*/
    --main-color: #e0ff85;
    --txt-color-nav: white;
    --links: #8ef597;
    --link-hover: #5d00ff;
    --txt-shadow: 2px 2px black;
    --nav-shadow: 1px 1px black;
    --nav-shadow-click: 0 0 3px antiquewhite;
    /*margins and paddings*/
    --content-margin: 20px;
    --content-padding: 15px;
    --padding-div: 8px;
}

#collectorWebRing {
    max-width: 180px;
    font-family: Serif;
    font-size: 12px;
    color: antiquewhite;
    font-weight: bold;
    margin: 5px auto;
}

#collectorWebRing a {
    color: #ceb198;
}

#collectorWebRing a:hover {
    color: antiquewhite;
}

.lpsring {
    font-size: 14px !important;
}

html {
    height: 100%;
}

* {
    box-sizing: border-box;
    cursor: url(https://cur.cursors-4u.net/others/oth-5/oth481.cur), auto; 
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #1c1c1c;
    box-shadow: inset 0 0 5px #444444;
}

::-webkit-scrollbar-thumb {
    background: #b2bfb8;
    box-shadow: inset 0 0 5px #170a32;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #bfcdc5;
}

body {
    background: #4f61f7;
    background: var(--bg-img) no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    color: var(--main-color);
    font-size: 14px;
    font-family: "Cousine", serif;
    text-align: center;
    text-shadow: var(--txt-shadow);
}

a {
    text-decoration: none;
	color: var(--links);
}

a:hover {
    color: var(--link-hover);
    cursor: url(https://cur.cursors-4u.net/others/oth-5/oth479.cur), auto;
}

.row {
    display: flex;
    max-width: 1200px;
    margin: auto;
}

.ultrarow {
    display: flex;
    width: 80%;
    margin-left: 40px;
}

.row:after, .ultrarow:after {
    content: "";
    display: block;
    clear: both;
}

.subrow {
    max-width: 800px;
    margin: auto;
}

.left {
    width: 30%;
    margin: 0 var(--content-margin) 0 0;
}

.middle {
    width: 70%;
    margin: 0;
}

.right {
    width: 26%;
    margin: 0;
}

.farleft {
    width: 40%;
    margin-right: 55px;
}

.farright {
    width: 50%;
}

.title, .nav {
    background: #6f6f6f;
    background: var(--color-nav);
    color: var(--txt-color-nav);
    text-shadow: var(--nav-shadow);
    border: var(--border);
    text-align: left;
}

.title {
    height: 25px;
    font-weight: bold;
    padding: 2px;
    padding-left: 5px;
}

.content {
    background: var(--content-bg);
    border: var(--border);
    border-top: none;
    overflow: auto;
    padding: var(--content-padding);
    margin-bottom: var(--content-margin);
    max-height: 900px;
}

/*content variants*/
.longest {
    height: 560px;
}

.home {
    height: 665px;
}

.long {
    height: 460px;
}

.small {
    height: 205px;
    overflow: auto;
}

.smallest {
    height: 160px;
}

.footer {
    overflow: hidden;
    height: 100px;
    border: var(--border);
}

.absolute {
    width: 200px;
    position: absolute;
}

.siggy {
    background-image: var(--bg-siggy);
    background-size: cover;
    height: 125px;
    border: var(--border);
    margin-bottom: var(--content-margin);
}

/*navigation menu*/
.nav {
    top: 0;
    margin-bottom: 40px;
}

.nav ul {
    height: 26px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav li {
    min-width: 80px;
    float: left;
    border-right: var(--border);
}

#homebutton {
    min-width: auto;  
}

#clock, .nav li a {
    display: block;
    color: var(--txt-color-nav);
    text-align: center;
    padding: 5px;
}

.active, .nav li a:hover {
    background: var(--color-nav-hover);
}

.active a:active, .nav li a:active, .x:hover {
    text-shadow: var(--nav-shadow-click);
}

#clock {
    float: right;
    border-left: var(--border);
}
/*end of nav menu code*/

.smallnav {
    list-style: none;

}

.x {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    border-left: var(--border);
}

.x:active {
    background: var(--color-nav-hover);
    outline: 2px inset #616161;
    border-left: none;
}

#glhf {
    font-size: 12px;
    font-style: italic;
}
    
.btttop {
    color: #02bf77;
    text-align: center;
}

.status {
    width: 225px;
    margin: auto;
    background: var(--bg-status);
}

.blinkies img {
    width: 150px;
    transition: transform .15s ease-in-out;
}
    
.blinkies img:hover {
    transform: rotateX(180deg);
}

.news, .status {
    border: var(--border-div);
}

.news {
    text-shadow: none;
    text-align: left;
    padding: var(--padding-div);
    margin-bottom: var(--padding-div);
    margin-top: 4px;
    background: var(--bg-div);
}

.link img:hover {
    transform: rotate(-5deg) scale(1.2);
}

.clods, .lefttext {
    text-align: left;
}

.clods img {
    padding-bottom: 5px;
}

.clods img:hover {
    transform: scale(0.99) rotate(-1deg);
}

.leftlist {
    text-align: left;
    width: 60%;
    margin: auto;
}

.pfp {
    line-height: 1.3;
    font-size: 18px;
    font-style: italic;
}

.pfp img {
    width: 300px;
    float: left;
    padding-right: var(--content-padding);
    transition: transform .7s;
}

.pfp img:hover {
    transform: rotateX(180deg);
}

.button img {
    margin-top: -8px;
}

.button img:hover {
    box-shadow: 0 0 5px #f4d238;
}

#moon {
    margin: auto;
    margin-bottom: var(--padding-div);
}

#plantdesc {
    padding: 8px;
    border: 1px dashed var(--main-color);
    margin-bottom: 20px;
}
    
#statuscafe-username {
    margin-bottom: 5px;
}
#statuscafe-content {
    margin: 0 8px 2px 8px;
}

#pride {
    float: right;
    margin-top: -30px;
}

@media screen and (max-width: 1000px) {
    .nav {
        position: sticky;
        margin-bottom: 0;
    }
    .row, .ultrarow {   
        max-width: none;
        flex-direction: column;
    }
    
    .ultrarow {
        margin: 0;
    }

    .left, .middle, .right, .farleft, .farright {
        max-width: none;
        width: auto;
        margin: 0 var(--content-margin) 0;
    }
    .subrow {
        max-width: none;
        margin: var(--content-margin);
    }
    .content {
        max-height: none;
    }
    .longest, .home, .long, .footer {
        height: auto;
    }
    .siggy {
        height: 75px;
        margin-top: var(--content-margin);
    }
    .absolute {
        display: none;
    }
    .clods img {
        width: 100%;
    }
}