header {
    display: block;
    position: relative;
    height: 50px;
    width: 100%;
    background-color: black;
    z-index: 50;
}

body {
    font-family: helvetica neue, "Courier new", Serif;
    line-height: 1.1em;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #edff21;
    width: 100%;
}

a {
    text-decoration: none;
    color: #edff21;
}

.headerlogo img {
    height: 30px;
}

.headerlogo {
    position: relative;
    display: block;
    float: left;
    padding: 10px;
    padding-left: 15px;
}

.header_item img {
    width: 30px;
    height: 30px;
}

.header_item {
    padding: 10px 5px;
    display: block;
    align-content: center;
    float: right;
}

.header_item2 {
    padding: 5px;
    display: block;
    position: relative;
    float: right;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#spacer {
    display: block;
    width: 0px;
}

img {
    max-width: 350px;
}

#logo {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-52%);
    transform: translateY(-52%);
    z-index: 15;
}

h3 {
    position: absolute;
    text-align: left;
    font-size: 12px;
    padding: 4px;
    z-index: 5;
    color: black;
    padding: 5px;

}

#block8A h3 {
    border-color: black;
}

.textblock {
    display: block;
    position: absolute;
    width: inherit;
    z-index: 15;
}

/* .border {
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    border: solid;
    border-width: 20px;
    border-radius: 200px;
    animation: up 160s linear infinite;
    left: 10%;
    border-color: #edff21;
    z-index: 15;
} */

footer {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #edff21;
    /* Height of the footer */
}

#footerbox img {
    position: relative;
    height: 35px;
    width: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 15px;
    z-index: 14;
}

#footerbox {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
}

#footertext {
    display: block;
    position: relative;
    text-align: center;
    font-size: 10px;
    z-index: 14;
}

@media screen and (max-width: 600px) {

    #videowide {
        display: none;
    }

}

@media screen and (min-width: 600px) {

    #videotall {
        display: none;
    }

}
