
@media screen and (max-width: 1920px) {

    h1 {
      font-size: 4em;
    }
  
    h2 {
      font-size: 2em;
    }

    h3 {
        font-size: 2em;
    }

    .content {
        margin-top: 2.5em;
    }

    .divider {
        height: 17px;
    }

    .main {
        width: 80%;
        font-size: .875em;
    }

    .main > .one {
        width: 24%;
        padding-top: 15px;
        height: calc(100% - 35px);
    }

    .sitenav {
        height: 445px;
    }

    .sitenav a {
        font-size: 1em;
        width: calc((--width) - 10px);
    }

    .sitenav div {
        margin-bottom: .75em;
    }

    .sideheader {
        font-size: 3em;
    }

    .Lsidediv {
        margin-bottom: 1em !important;
    }

    /* SIDE TWO */

    .main > .two {
        margin: 0 2em;
        width: calc(58% - 60px);
    }

    .main > .two > .inner {
        overflow: auto;
        scrollbar-width: none;
        height: 640px;
        padding: 1px;
        margin-top: -2.75em;
    }

    .welcome {
        top: -5.25em;
    }

    .welcome > .toptext {
        margin-bottom: 1.5em;
    }


    .about {
        margin-top: 0em;
    }

    .about > .half1 {
        width: 50%;
    }

    .about > .half1 > .yayy {
        height: calc(160px - 20px);
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .about > .half1 > .yayy > div {
        height: 140px;
    }

    .blinkie {
        height: 18px;
        image-rendering: pixelated;
    }

    .boxgif {
        width: 90px;
        image-rendering: pixelated;
    }

    .about > .half2 {
        width: 50%;
    }

    .half2 img {
        height: 450px;
    }

    /* SIDE THREE */

    .main > .three {
        width: 24%;
        overflow: auto;
        scrollbar-width: none;
    }

    .outsidelinks > .links {
        margin-bottom: .5em;
        width: 90%;
        /* letter-spacing: -1px; */
    }

    .outsidelinks > .links a {
        width: 120px;
        padding: 5px;
    }

    .linkhalf1 {
        margin-right: 1em;
    }

    #statuscafe-username {
        width: 70%;
    }
  
    /* .navi a {
      font-size: .875em;
    } */
  
  }


@media screen and (min-width: 1950px) and (max-width: 2256px) {

    /* h1 {
      font-size: 4em;
    }
  
    h2 {
      font-size: 2em;
    }

    h3 {
        font-size: 2em;
    } */

    .content {
        margin-top: 2.5em;
    }

    .divider {
        /* height: 17px; */
    }

    .main {
        width: 75%;
        height: 70.5%;
        /* font-size: .875em; */
    }

    .main > .one {
        width: 24%;
        padding-top: 15px;
        height: calc(100% - 35px);
    }

    .sitenav {
        height: 585px;
    }


    .sitenav a {
        font-size: 1em;
        width: calc((--width) - 10px);
    }

    .sitenav div {
        margin-bottom: .75em;
    }

    .sideheader {
        font-size: 3em;
    }

    .Lsidediv {
        margin-bottom: 1em !important;
    }

    /* SIDE TWO */

    .main > .two {
        margin: 0 2em;
        width: calc(58% - 60px);
    }

    .main > .two > .inner {
        overflow: auto;
        scrollbar-width: none;
        padding: 1px;
        height: 96%;
        margin-top: -2.75em;
    }

    .welcome {
        top: -5.25em;
    }

    .welcome > .toptext {
        margin-bottom: 1.5em;
    }


    .about {
        margin-top: 0em;
    }

    .about > .half1 {
        width: 50%;
    }

    .about > .half1 > .yayy {
        height: calc(160px - 20px);
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }

    .about > .half1 > .yayy > div {
        height: 140px;
    }

    .blinkie {
        height: 18px;
        image-rendering: pixelated;
    }

    .boxgif {
        width: 90px;
        image-rendering: pixelated;
    }

    .about > .half2 {
        width: 50%;
    }

    .half2 img {
        /* height: 450px; */
    }

    /* SIDE THREE */

    .main > .three {
        width: 24%;
        overflow: auto;
        scrollbar-width: none;
    }

    .outsidelinks h2 {
        line-height: 1em !important;
        margin: 0;
    }

    .outsidelinks > .links {
        margin-bottom: .5em;
        width: 90%;
        /* letter-spacing: -1px; */
    }

    .outsidelinks > .links a {
        width: 120px;
        padding: 5px;
    }

    .linkhalf1 {
        margin-right: 1em;
    }

    #statuscafe-username {
        width: 70%;
    }
  
    /* .navi a {
      font-size: .875em;
    } */

    #webringdescbox {
        width: 161px !important;
    }
  
  }
  