html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    background-color: #289999;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: blur(.5px);
    justify-content: center;
}

#static {
    position:fixed;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:url("img/static.gif") repeat center center fixed;
    opacity:.01;
    z-index:99;
    pointer-events:none;
}
    
#scan {
    position:fixed;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:url("img/scan.gif") repeat center center fixed;
    opacity:.01;
    z-index:99;
    pointer-events:none;
}

#glitch-background {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("img/glitch_gif-3.gif") center center;
	background-size: cover;
	opacity: 0.05;
	pointer-events: none;
}

h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

#header h1 {
    margin-right: -60px;
}

h2 {
    font-size: 22px;
    font-style: italic;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.h2-padding {
    margin-top: 40px;
}

.no-padding {
    padding: 0px;
}

a {
    cursor: pointer;
}

p {
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-align: justify;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

li {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

#container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #BFBFBF;
    width: 960px;
    margin-top: 80px;
    margin-bottom: 80px;
    border-top:5px solid #DBDBDB;
    border-bottom:5px solid #8A8A8A;
    border-left:5px solid #E5E5E5;
    border-right:5px solid #858585;
    box-shadow: rgba(0,0,0,.5) 10px 10px 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

#above-header {
    margin-top: 40px;
    margin-bottom: 7px;
}

#above-header p {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    font-size: 12px;
}

#above-header2 p {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    font-size: 12px;
}

#header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 775px;
    height: 140px;
    background-image: url('img/tr_header_img2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}

#header img {
    margin-left: -60px;
    object-fit: contain;
    width: 360px;
    height: auto;
}

#main {
    display: flex;
    flex-direction: row;
    width: 960px;
    margin-top: 60px;
}

#nav {
    position: relative;
    width: 184px;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    border-right: 1px solid black;
}

#links ul li {
    font-size: 22px;
    font-style: italic;
    color: #0000B0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 700;
    padding: 10px;
    white-space: nowrap;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

#links ul li:not(:first-child) {
    margin-top: 10px;
}

#links ul li:hover {
    background: rgb(191,191,191);
    background: linear-gradient(90deg, rgba(191,191,191,1) 33%, rgba(40,153,144,1) 100%);
    cursor: pointer;
}

#content {
    width: 634px;
    border-bottom: 1px solid black;
    padding-left: 60px;
    padding-bottom: 60px;
}

#content ul {
    padding-top: 20px;
}

#content ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 20px;

}

#content-with-image {
    display: flex;
    flex-direction: row;
}

#content-image img {
    width: 300px;
    margin-top: 20px;
    margin-left: 40px;
    box-shadow: #7A7A7A 5px 5px 5px; 
}

#text-heading-gradient {
    display: flex;
    flex-direction: row;
    background: rgb(191,191,191);
    background: linear-gradient(90deg, rgba(191,191,191,1) 0%, rgba(40,153,144,1) 50%, rgba(191,191,191,1) 100%);
    height: 30px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#text-heading-gradient h2 {
    padding-right: 10px;
    width: 100%;
}

#red-square {
    height: 20px;
    width: 20px;
    background-color: #ED496B;
    box-shadow: 10px 10px #13254A;
    margin-right: 20px;
    margin-top: -10px;
}

#search {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#search-box {
    display: flex;
    flex-direction: row;
    border: 1px black solid;
    box-shadow: #7A7A7A 3px 3px 3px; 
}

#search-box input {
    border: 0px;
    width: 140px;
    font-family: Arial, Helvetica, sans-serif;
}

textarea:focus, input:focus{
    outline: none;
}

#search-icon {
    background-color: #FFC100;
    border-right: 1px black solid;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

#search-icon img {
    width: 80%;
}

#search-footnotes p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
}

#footer {
    margin-left: 143px;
    width: 690px;
    padding-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}

#footer p {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 12px;

}

#mobile-welcome {
    display: none;
}

#hidden1 {
    display: none;
}

.no-padding {
    padding: 0;
    margin: 0;
}

#text-box {
    position: absolute;
    width: 100%;
    display: none;
}

#text-box p {
    font-family: 'Courier New', Courier, monospace;
    padding-left: 10px;
    padding-right: 10px;
    color: #bfbfbf;
    
}

#text-box2 {
    position: absolute;
    top: 300px;
    left:50px;
    width: 100px;
    height: auto;
    padding: 10px;
    z-index: 99;
	background-color: #289999;
	opacity: 1;
	pointer-events: none;
    display: none;
    animation-iteration-count: infinite;
}

#text-box3 {
    position: absolute;
    top: 200px;
    left: 120px;
    width: 800px;
    height: auto;
    z-index: 99;
    font-family: 'Courier New', Courier, monospace;
    display: none;
}

#text-box3 p {
    font-family: 'Courier New', Courier, monospace;
}

.TR-22 {
    color: #0000B0;
    background-color: #289999;
    padding: 1px;
}

.TR-27 {
    color: #289999;
    background-color: #0000B0;
}

@keyframes animation2 {
    0% {width: 72px};
    100% {width: 99px};
  }

#text-box2 p {
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
    -webkit-background-clip: text; 
		-webkit-text-fill-color: transparent; 
		background-image: url("img/glitch_gif-6.gif");
		background-size: contain;
        background-position: center;
}

#above-header2 {
    display: none;
    margin-top: 40px;
    margin-bottom: 7px;
}

#guestbook {
    cursor: pointer;
    z-index: 999;
}

@media(max-width:576px) {
    html {
        display: flex;

    }
}