body {

    background-color: rgb(211, 255, 202);

}

#title {
    font-size: 3vw;
    width: 70%;
    margin-left: 15%;
    text-align: center;
    font-family: "Playball", "Share Tech Mono", 'Segoe UI', Tahoma;
    font-weight: 500;
    margin-bottom: 1.1vw;
}

#retroText {
    image-rendering: pixelated; 
    image-rendering: crisp-edges; 
    width: 80%; 
    border: 1px solid black;
}

#title-line {
    width: 40%;
    margin-left: 30%;
    height: 0.1vw;
    background-color: black;
}

#subtitle {
    font-size: 1.5vw;
    width: 70%;
    margin-left: 15%;
    text-align: center;
    font-family: 'Times New Roman', 'Segoe UI', Tahoma;
    margin-top: 1vw;
    margin-bottom: 1.1vw;
    font-weight: 400;
}

.section-title {
    font-size: 1.5vw;
    font-family: 'Times New Roman', 'Segoe UI', Tahoma;
    margin-top: 1.2vw;
    margin-left: 10%;
    font-weight: 600;
    margin-bottom: -0.55em;
}

.bread-text {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 1.2vw;
    width: 80%;
    margin-left: 10%;
    text-wrap: wrap;
    font-family: 'Times New Roman', 'Segoe UI', Tahoma;
    
}

#apa {
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: 1.2vw;
    width: 80%;
    margin-left: 10%;
    text-wrap: wrap;
    font-family: 'Times New Roman', 'Segoe UI', Tahoma;
}


#article-box {

    --width: 50vw;

    width: var(--width);

    height: 100vw;

    background-color: beige;

    border-radius: 1vw;

    margin-left: calc(50% - (var(--width)/2));

    margin-top: 4vw;

    border: solid black 0.1vw;

}

.windowTitle {

    font-size: 1vw;

    text-align: left;

    margin: 0;

    margin-bottom: 0.3vw;

}


#JoelNanemyr {
    position: fixed;
    top: 6vw;
    left: 72.5vw;

    width: 24vw;
    min-height: 20vw;

    background-color: #F9F0E9;
    border-radius: 0.3vw;
    border: solid 0.1vw black;
    padding: 0.5vw;

}

#authorProfileGrid {
    display: grid;
    grid-template-columns: 1fr 2.75fr;
    width: 96%;
    padding: 0.5vw;
    padding-left: 0.5vw;
}

#authorPic {
    width: 5vw;
    height: 5vw;
    border-radius: 2.5vw;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    border: 0.1vw solid black;
}


#authorProfileTextContainer {
}

#authorName {
    font-size: 1vw;
    font-weight: 600;
    margin-top: 1vw;
    margin-bottom: 0;
}

#sciensePoints {
    font-size: 0.7vw;
    font-weight: 600;
    margin-top: 0vw;
    margin-bottom: 0;
    color: rgb(132, 0, 255);
    cursor: help;
}

#sciensePoints:hover .tooltiptext {
    visibility: visible;
    transition-delay: 0.2s;
}

#authorAppellation {
    font-size: 1vw;
    font-weight: 500;
    color: rgb(26, 26, 26);
    margin-top: 0.3vw;
    margin-bottom: 0;
}

.authorSubtitle {
    font-size: 1vw;
    text-align: left;
    margin-bottom: 0.3vw;
    margin-top: 1vw
}

.authorLine {
    width: auto;
    background-color: black;
    border-top: 0.15vw solid black;

}

#authorAwardGrid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 5vw;
    
    height: 3.6vw;
    font-size: 3.6vw;
    margin-top: 0.6vw;
    margin-bottom: 2vw;
}

.articleLine {
    width: 80%;
    background-color: black;
    border-top: 0.1vw solid black;
}

.authorArticleLink {
    font-size: 1vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.commentBox {
    background-color: #F9F0E9;
    border-radius: 0.3vw;
    border: solid 0.1vw black;
    padding: 0.5vw;
    margin-top: 0;
    margin-left: 11.7vw;
    width: fit-content;
    margin-bottom: 3vw;
}

.insideCommentBox {
    width: 58vw;
    min-height: 15vw;
    max-height: 25vw;
    margin: 0;
    margin-top: 0vw;
    background-color: white;
    border: solid 0.1vw black;
    border-radius: 0.2vw;
    overflow-y: scroll;
}

.commentContainer {
    width: 80%;
    margin-left: 0.5vw;
}

.commentPicContainer {
    display: grid;
    grid-template-columns: 4vw 1fr;
    margin-left: 0.8vw;
}

.commentProfilePic {
    height: 3vw;
    width: 3vw;
    border-radius: 1.5vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow:inset 0px 0px 0px 0.05vw rgb(0, 0, 0);

    margin: 0.5vw;
    margin-top: 0.85vw;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.commentNameGrid {
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 0;
}

.commentName {
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: 0vw;
}

.commentDate {
    font-size: 1vw;
    font-weight: 500;
    color:rgb(71, 71, 71);
    margin-bottom: 0vw;
    margin-left: 1.2vw;
}

.commentText {
    margin-top: 0.4vw;
    font-size: 1vw;
    font-weight: 500;
}

.articleSection {
    background-color: #F9F0E9;
    border-radius: 0.3vw;
    border: solid 0.1vw black;
    padding: 0.5vw;
    margin-top: 0;
    margin-left: 11.7vw;
    width: fit-content;
    margin-bottom: 3vw;
}

.articleSectionInner {
    width: 58vw;
    min-height: 10vw;
    margin: 0;
    margin-top: 0vw;
    background-color: white;
    border: solid 0.1vw black;
    border-radius: 0.2vw;
}

#commentFormGrid {
    display: grid;
    grid-template-columns: 1fr 6.5vw;
    justify-items: right;

    margin-top: 1vw;
}

#commentInput {
    font-family: "Share Tech Mono", 'Segoe UI', Tahoma;
    font-size: 1vw;
    width: calc(100% - 0.75vw);
    height: 2vw;
    border: solid 0.1vw black;
    border-radius: 0.2vw;
    padding-left: 0.5vw;
    margin-bottom: 0.5vw;
}

#commentSubmit {
    font-family: "Share Tech Mono", 'Segoe UI', Tahoma;
    width: 6vw;
    height: 2.2vw;
    background-color: rgb(255, 116, 139);
    margin-bottom: 0.5vw;
    font-size: 1vw;

    border: solid 0.1vw black;
    border-radius: 0.2vw;
    border-right: solid 0.15vw black;
    border-bottom: solid 0.15vw black;

    cursor: pointer;
}
#commentSubmit:active {
    border: solid 0.1vw black;
    border-radius: 0.2vw;
}


