h1 {
    padding-right: 25px;
    padding-left: 25px;
    color:rgb(61, 200, 49);
    text-align: center;
    font-size: 2em;
    font-weight: 10;
    margin: 0;
}

h4 {
    padding-right: 25px;
    padding-left: 25px;
    color: rgb(61, 200, 49);
    text-align: center;
    font-size: 3em;
    font-weight: 10;
    margin: 0;
}

h3 {
    padding-right: 25px;
    padding-left: 25px;
    color:rgb(61, 200, 49);
    text-align: center;
    font-size: 1.7em;
    font-weight: 10;
    margin: 0;
}

.row {
    display: flex;
    padding: 0 4px;
}

#navimages {
    white-space: nowrap;
}

.column {
    flex: 50%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

marquee {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
    color:rgb(61, 200, 49);
}

.headermarquee{
    margin-left: 35%;
    margin-right: 35%;
}

.credit {
    outline: 5px solid rgb(61, 200, 49);
    margin-left: 25%;
    margin-right: 25%;
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.1s ease-in;
}

.credit:hover {
    transform: scale(1.05);
}

.buttonlol {
    transform: scale(0.9);
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0;
    transition: transform 0.1s ease-in;
}

.marquee-container {
    width: 35%;
    overflow: hidden;
    display: block;
    margin: auto;
}

.marquee-track {
    display: flex;
    animation: scroll 10s linear infinite;
}

.marquee-container:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(-33vw);
    }
    100% {
        transform: translateX(33vw);
    }
}

.buttonlol:hover {
    transform: scale(0.95);
}

.buttonlol:active {
    transform: scale(1.0);
}

.hoverable {
    transition: transform 0.1s ease-in;
}

.hoverable:hover {
    transform: scale(1.05);
}

.background-cover {
    outline: 5px solid rgb(61, 200, 49);
    background-color: black;
    margin-left: 10%;
    margin-right: 10%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h2 {
    padding-right: 25px;
    padding-left: 25px;
    font-weight: 10;
    color:rgb(61, 200, 49);
    text-align: center;
    font-size: 0.9em;
}

p {
    padding-right: 25px;
    padding-left: 25px;
    margin: 0;
    color:rgb(61, 200, 49); 
    text-align: center; 
    font-size: 1.5em;
}

ol {
    padding-right: 40px;
    text-align: center;
    color: white;
    font-size: 1.5em;
    list-style-type: none;
}

a {
    color:rgb(14, 127, 137);  
}

button {
    margin: auto;
    display: block;
}

img {
    margin: auto;
    display: block;
}

iframe {
    margin: auto;
    display: block;
}

html { 
    background: black; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

nav ul {
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}

nav ul img {
    min-width: 100%;
}

@font-face {
    font-family: "TwCen";
    src: url('fonts/TwCen.ttf');
}

body {
    font-family: "TwCen", "PT Sans", Calibri, Tahoma, sans-serif;
}

/* nav ul a {
    font-family: "fonts/TwCen.ttf", "Arial", monospace;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 2em;
}

nav ul a:hover {
    font-family: "TwCen", "Arial", monospace;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 2em;
    color: blanchedalmond;
    background-color: red;
} */