.centerbutton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jvscrpttext {
    margin-right: 10px;
}

.btn-project {
    font-size: large;
    font-family: monospace;
    opacity: .5;
}

    .btn-project:hover {
        opacity: 1;
    }

#previewheading {
    margin-left: 20%;
}

#upcproject {
    padding-top: 75px;
    padding-bottom: 75px;
}

#updesc {
    font-family: 'Retro Gamer';
    font-size: 1vw;
}

.codedesc {
    margin-top: 20%;
    font-size: 25px;
    font-family: monospace;
    border-color: black;
    border-style: groove;
}

.codesec {
    margin-top: 5%;
    border-color: grey;
    border-style: inset;
}

#PREV {
    visibility: hidden;
}

#refer {
    font-family: 'alphabetized cassette tapes';
    font-size: 20px;
}

#link {
    color: slategrey
}

.thumbprev {
    width: 100%;
    height: auto;
}

.hrow {
    padding-top: 1%;
    padding-bottom: 1%;
}

.prismbox {
    display: none;
}


.dsat {
    filter: grayscale(100%);
}

    .dsat:hover {
        filter: none;
    }

.dsatnoint {
    filter: grayscale(100%);
}
p.bold {
    font-weight: bold;
}

#aboutlink {
    font-size: 1vw;
}

    #aboutlink:hover {
        cursor: pointer;
    }

@media (max-width: 768px) {
    #aboutlink {
        font-size: 3vw;
    }
    #updesc{
        font-size: 2vw;
    }
    .centerbutton{
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 560px) {
    #aboutlink {
        font-size: 5vw;
    }
    #updesc {
        font-size: 5vw;
    }
}

.mailbutton {
    width: 50px;
    height: 34px;
    border-radius: 10px;
    padding: 6px;
    background-color: black;
    color: white !important;
    font-size: 1.03em;
}

    .mailbutton:hover {
        width: 250px;
        height: 34px;
        border-radius: 10px;
        padding: 6px;
        background-color: black;
        color: white !important;
        transition: all 0.4s ease 0s;
        font-size: 1.02em;
        cursor: pointer;
    }

    .mailbutton span {
        opacity: 0;
    }

    .mailbutton:hover span {
        opacity: 1;
        transition: all 0.2s ease 0s;
    }

        .mailbutton:hover span:after {
            content: "  xabvstudios@gmail.com";
        }

.phonebutton {
    width: 50px;
    height: 34px;
    border-radius: 10px;
    padding: 6px;
    background-color: black;
    color: white !important;
    font-size: 1.03em;
}

    .phonebutton:hover {
        width: 200px;
        height: 34px;
        border-radius: 10px;
        padding: 6px;
        background-color: black;
        color: white !important;
        transition: all 0.4s ease 0s;
        font-size: 1.02em;
        cursor: pointer;
    }

    .phonebutton span {
        opacity: 0;
    }

    .phonebutton:hover span {
        opacity: 1;
        transition: all 0.2s ease 0.2s;
    }

        .phonebutton:hover span:after {
            content: " 804-347-0011";
        }

.button1 {
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    top: 100px;
    left: 20%;
    cursor: pointer;
    color: red;
    font-family: 'VCR OSD Mono';
}

.button2 {
    color: red;
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    top: 100px;
    left: 50%;
    cursor: pointer;
    font-family: 'VCR OSD Mono';
}

.outlinemr {
    border: 2px solid red;
}

.headsmall {
    font-size: 10px;
}

.marginauto {
    margin-left: 10%;
}

@media screen and (max-width: 992px) {
    .marginauto {
        margin-left: 50%;
    }
}

.pointer {
    cursor: pointer;
}