body {
    margin: 0px;
    padding: 0px;
    font-family:  Geneva, sans-serif, verdana, arial;
    font-size: 10pt;
    background-color: #000000;
    text-align: center; 	
}

.youtube {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1920 / 1080;
}

.centerInner {
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: none;
	
}

#pageMenu {
    background-color: #323232;
    color: #FFFFFF;
    min-height: 50px;
    position: static;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

#pageMenu > .logo {
	height: 116%;
	width: auto;
	max-width: 50%;
	aspect-ratio: 194 / 58;
	background-image: url(/images/logo.png);
	background-size: contain;
	background-position: 0 0;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
}

#pageMenu  > ul {
    color: #FFFFFF;    
    margin: 0px;
    padding: 0px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	min-height: 50px;
	margin-left: 198px;
}

#pageMenu > ul > li {
    border: 0px;
    margin: 2px;
    padding: 0px;
    list-style-type: none;
	display: inline-block;	
	height: 100%;
}

#pageMenu > ul > li > a {    
	display: inline-block;	
	background-color: #505050;
    color: #FFFFFF;
	line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10pt;
    padding-left: 6px;
    padding-right: 6px;
}


#pageMenu > ul > li > a:hover, .highlighted {
    background-color: #FFFFFF !important;
    color: #323232 !important;
}

.highlighted {
	animation: blinker 3s linear infinite;
	color: #0A79F5 !important;
}

.tribbox {
	line-height: 50px;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	margin-top: 2px;
	margin-right: 2px;
	float: right;
}

#websiteHeading  > h1 {
    margin: 0px;
    padding: 0px;
    color: #323232;    
    font-size: 22pt;
    font-weight: bold;
    margin-top: 5px;
}

#websiteHeading  > h3 {
    color: #0A99D5;    
    margin: 0px;
    padding: 0px;
    font-style: italic;   
    font-size: 14pt;    
    font-weight: normal;
    padding-bottom: 10px;
}

#pageFooter {
    text-align: left;
    padding-top: 10px;
    height: 80px;
    background-color: #323232;
}

#pageFooter > p {
    color: #C0C0C0;
    display: block;
    font-size: 9pt; 
}

#pageFooter > p > a {
    color: #0A99D5;
    text-decoration: none;
}

#pageFooter > p > a:hover {
    color: #0A99D5;
    text-decoration: underline;
}

#websiteContent {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12pt;
    text-align: left;
}


#websiteContent h2 {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 14pt;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;    
}

#websiteContent p {
    margin: 0px;
    border: 0px;
    margin-bottom: 20px;
    margin-top: 3px;
}

#websiteContent a {
    color: #0879b5;
    text-decoration: none;
}


#websiteContent a:hover {
    text-decoration: underline;
}

#pagefiller {
    height: 600px;
}



#websiteContent img {
    filter: drop-shadow(0 0 0.25rem black);
}


#websiteContent iframe, #websiteContent table, #websiteContent hr {
    box-shadow: 0 0 0.35rem 0 black;   
}



.spacedout > li {
    padding-bottom: 10px;
}


.photobox {
    border: 0px;
    padding: 0px;
    margin: 0px;
}






.finishedBox {
    clear: left;
}
.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}

.photobox > li {
    border: 0px;
    padding: 0px;
    margin: 0px;
    float: left;
    list-style-type: none;
}

.photobox > li > div {
    width: 200px;
    height: 200px;
    margin: 0px;
    padding: 0px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.photobox > li > div > h5 {
    font-size: 12pt;
    margin: 0px;
    display: block;
    padding: 0px;
    font-style: italic;
    margin-bottom: 18px;
}

input[type="text"], input[type="email"], textarea, select {
    border: 1px solid #404040;
    padding: 4px;
    font-size: 10pt;
    outline: none;
    width: 400px;
}

.linegroup {
    display: inline;
    background-color: #D0D0D0;
    padding: 2px;
}

.spacedout > li > img {
    max-width: calc(100vw - 60px) !important;
}


.photoFooterGray {
    width: 200px;
    margin-top: 170px;
    height: 30px;
    background-color: #000000;
    opacity: 0.75;
    position: absolute;
    z-index: 1;
}

.photoFooterText {
    width: 200px;
    width: 200px;
    margin-top: 170px;
    height: 30px;
    color: #F0F0F0;   
    text-align: center;
    font-size: 12pt;
    text-decoration: none !important;
    line-height: 30px;
    position: relative;    
    z-index: 2;
}

.photobox > li > div > p {
    font-size: 9pt;
    font-weight: bold;
    padding-right: 15px;
}

.photobox > li > a {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 200px;
    margin-right: 7px;
    margin-bottom: 7px;
    float: left;
    height: 200px;
    box-shadow: 0px 0px 2px #323232;
    -webkit-box-shadow: 0px 0px 2px #323232;
    -moz-box-shadow: 0px 0px 2px #323232;
    -o-box-shadow: 0px 0px 2px #323232;
    text-decoration: none;
}

.photobox > li > a:hover {
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.playButtonOverlay, .playButtonOverlay2 {
    width: 200px;
    height: 200px;
    z-index: 2;
    position: absolute;
    background-image: url(/images/play_button.png);
    background-position: 50% 40%;
    background-repeat: no-repeat;
}

.playButtonOverlay2 {
    background-position: 50% 50% !important;
}

.photobox > li > a > span {
    display: none;
}

input[type=submit] {
    cursor: pointer;
}


.whitebackground {
    background-color: #FFFFFF;
}

.extraspacing {
    margin-right: 0px !important;
    margin-bottom: 0px !important;    
}


.spectable {
    font-family: arial; 
    font-size: 10pt;
    border: 1px solid #FFFFFF;
}

.spectable th {
    text-align: center;
    background-color: #202020;
    color: #FFFFFF;
}

.spectable tr {
    background-color: #D0D0D0;
}
.spectable tr:nth-child(2n) {
    background-color: #A0A0A0;
}

.spectable td {
    text-align: center;
}

h3 {
	font-size: 14pt;
}



.smallerFont {
    font-size: 10pt;
}

.buildimage {
    max-width: 350px !important;
}

.lightgraybackground {
    background-color: #E5E5E5;
    color: #323232;
    background-image: url(/images/background.jpg);
    background-position: 50% 210px;
    background-attachment: fixed;
    background-repeat: repeat-y;
}



p {
    margin-top: 0px;
}



.code {
    font-size: 70%;
    background-color: #FFFFFF;
    padding: 5px;
    overflow: auto;
}

#insertdisklogo {
    display: inline;
}


@keyframes blinker {
  50% {
    opacity: 0.75;
  }
}

#largedonatebutton {
	animation: blinker 1s linear infinite;
    display: inline;
}


#largedonatebutton2 {
	animation: blinker 1s linear infinite;
    display: inline;
}




.flicker {
	color: #FFFF00 !important;
}

@-webkit-keyframes borderBlink {    
    from, to {    
        border-color: #FF0000    
    }    
    50% {    
        border-color: black    
    }    
} 
@keyframes borderBlink {    
    from, to {    
        border-color: #FF0000    
    }    
    50% {    
        border-color: black    
    }    
}

.guruBox {
    -webkit-animation: borderBlink 1s step-end infinite;    
    animation: borderBlink 1s step-end infinite;       
    border: 8px solid #FF0000; 
    background-color: #000000; 
    color: #FF0000; 
    padding: 12px; 
    font-family: courier, courier new; 
    font-weight: bold
}


.okBox {
    border: 8px solid #00C000; 
    background-color: #000000; 
    color: #00C000; 
    padding: 12px; 
    font-family: courier, courier new; 
    font-weight: bold
}

.linkbutton, input[type="submit"], input[type="button"], button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.4rem;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: inherit;
    border-radius: 4px;
    border: 2px solid #999;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    letter-spacing: 0.01em;
    white-space: nowrap;
    user-select: none;    
    box-sizing: border-box;
    -webkit-appearance: none;
    background-color: #eee;
    color: #111 !important;
}

.linkbutton:focus-visible, input[type="submit"]:focus-visible, input[type="button"]:focus-visible, button:focus-visible {
    outline: 3px solid #60a5fa;
    outline-offset: 3px;
    color: #000 !important;
}

.linkbutton:visited {
    color: #000 !important;
}

.linkbutton:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    background-color: #fff;
    color: #000 !important;
    text-decoration: none !important;
}

.linkbutton:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.thetable {
    box-shadow: none !important;
}

@keyframes marchingAnts {
    to {
        stroke-dashoffset: -20;
    }
}

@keyframes antsBorder {
    from {
        background-position: 0 0, 0 100%, 0 100%, 100% 0;
    }
    to {
        background-position: 20px 0, -20px 100%, 0 calc(100% - 20px), 100% 20px;
    }
}

.menu-item-special {
    position: relative;
    background-image: 
        linear-gradient(90deg, #ccc 50%, transparent 50%),
        linear-gradient(90deg, #ccc 50%, transparent 50%),
        linear-gradient(0deg,  #ccc 50%, transparent 50%),
        linear-gradient(0deg,  #ccc 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    animation: antsBorder 1s linear infinite;
}

.menu-item-special:hover {
    background-image: 
        linear-gradient(90deg, #04f 50%, transparent 50%),
        linear-gradient(90deg, #04f 50%, transparent 50%),
        linear-gradient(0deg,  #04f 50%, transparent 50%),
        linear-gradient(0deg,  #04f 50%, transparent 50%);
}