@font-face {
    font-family: IBM;
    src: url(/Px437_IBM_Model30r0.ttf);
}

body {
    background-color: black;
    min-height: 100%;
    width: auto;
    padding-top: 80px;
    overflow-y: hidden;
}

p {
    font-family: IBM;
    font-size: 16px;
    color: #a40e0d;
}

/*Start of landing page*/

.heart {
    scale: 1;
    position: relative;
    left: 50%;
    bottom: 30%;
    transform: translate(-50%, 0%);
    z-index: -1;
    outline: 4px solid #a40e0d;
    box-shadow: 3px 3px 6px #252924;
}
    
.terminal_wrapper {
    display: grid;
    position: relative;
    left: 50%;
    width: 420px;
    height: 190px;
    outline: solid #a40e0d;
    transform: translate(-50%, 0%);
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 2fr 1fr;
    box-shadow: 3px 3px 6px #252924;
}

.terminal_base {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-self: center;
    text-align: center;
}

.query {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 2;
    text-align: center;
    opacity: 0;
    animation: fade_in 1.5s 1s;
    animation-fill-mode: forwards;
}

@keyframes fade_in {
    0% {
        opacity: 0;
    }
    100% {opacity: 1;
    }
}

.query span {
    display: inline-block;
    animation: wave 1.75s ease-in-out infinite;
}

.query span:nth-child(1) {
    animation-delay: 0s;
}
.query span:nth-child(2) {
    animation-delay: 0.12s;
}
.query span:nth-child(3) {
    animation-delay: 0.24s;
}
.query span:nth-child(4) {
    animation-delay: 0.36s;
}
.query span:nth-child(5) {
    animation-delay: 0.48s;
}
.query span:nth-child(6) {
    animation-delay: 0.6s;
}
.query span:nth-child(7) {
    animation-delay: 0.72s;
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.accept {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    text-align: center;
    opacity: 0;
    animation: fade_in 1.5s 3s;
    animation-fill-mode: forwards;
}

.decline {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 2;
    text-align: center;
    opacity: 0;
    animation: fade_in 1.5s 3s;
    animation-fill-mode: forwards;
}

.outline1 {
    background-color: transparent;
    width: 40px;
    height: 30px;
    left: 25%;
    bottom: 12%;
    position: absolute;
    pointer-events: none;
    outline: double #a40e0d;
}

.outline2 {
    background-color: transparent;
    width: 40px;
    height: 30px;
    left: 65%;
    bottom: 12%;
    position: absolute;
    pointer-events: none;
    outline: double #a40e0d;
}

.advisory {
    position: relative;
    left: 50%;
    text-align: center;
    width: 200px;
    transform: translate(-50%, 0%)
}

/*End of landing page*/

/*Start of main page*/

iframe {
    border: none;
    height: 100%;
    width: 100%;
}

.main_wrapper {
    position: relative;
    left: 50%;
    width: 900px;
    height: 800px;
    padding: 8px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 0.25fr 0.75fr 0.5fr 2.75fr 0.25fr;
    background-image: url("../Pages/Injection/Video_GIFs/Sound400x400.gif");
    outline: 4px solid #a40e0d;
    gap: 8px;
    transform: translate(-50%, -5%);
}

.nav_bar {
    color: white;
    width: 100%;
    height: 100%;
    justify-self: right;
    text-align: right;
    background-color: black;
    box-sizing: border-box;
    border: 4px double #a40e0d;
    grid-column-start: 2;
    grid-column-end: 3;
}

.profile {
    color: white;
    width: 264px;
    height: 264px;
    justify-self: center;
    background-color: black;
    box-sizing: border-box;
    border: 4px double #a40e0d;
    transform: translateY(-10%);
}

.blurb {
    color: white;
    width: 90%;
    height: 80%;
    justify-self: center;
    background-color: black;
    box-sizing: border-box;
    border: 4px double #a40e0d;
    transform: translateY(-40%);
}

.blurb_text {
    text-align: center;
    transform: translateY(-20%);
}

.news_banner {
    position: relative;
    left: 50%;
    width: 614px;
    background-color: #a40e0d;
    transform: translate(-154px, -500px);
}

.news_banner_text {
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
}

.newsboard_wrapper {
    color: white;
    width: 100%;
    justify-self: right;
    background-color: black;
    box-sizing: border-box;
    border: 4px double #a40e0d;
}

.chat_wrapper {
    color: white;
    width: 100%;
    height: 100%;
    justify-self: left;
    background-color: black;
    box-sizing: border-box;
    border: 4px double #a40e0d;
    grid-row-start: 4;
    grid-row-end: 6;
    transform: translateY(-10%);
}

.egress {
    position: absolute;
    left: -10%;
    bottom: 0%;
    transform: translate(0%, 100%);
}

.gh_os_t {
    position: absolute;
    right: -10%;
    bottom: 0%;
    transform: translate(30%, 100%);
    color: transparent;
}

.gh_os_t_txt {
    color: #a40e0d;
    opacity: 0;
    transition: 0.5s;
}

.gh_os_t_txt:hover {
    opacity: 1;
}

.link {
    font-family: IBM;
    font-size: 16px;
    color: #a40e0d;
    vertical-align: text-bottom;
    margin-right: 3%;
}