@font-face {
    font-family: fontVHS;
    src: url("../font/VCR_OSD_MONO_1.001.ttf");
  }
body{
    font-family: fontVHS;
    background-image: url("../img/splashbg.jpg");
    background-size: cover;
}

#nextvid{
    font-family: fontVHS;
    background-color: darkred;
    color: #FFF;
    border-color: maroon;
    margin: 0 5px;
}

#message{
    font-family: fontVHS;
    background-color: darkslateblue;
    color: #FFF;
    border-color: darkslateblue;
    margin: 0 5px;
}

#about{
    font-family: fontVHS;
    background-color: darkslateblue;
    color: #FFF;
    border-color: darkslateblue;
    margin: 0 5px;
}

.footer { 
    position: absolute; 
    /*padding-right: 10px;*/
    bottom: 0; 
    left: 0; 
    z-index: 10;
    background-color: #d3d3d3;
    width:100%;
    padding-top: 5px;
    padding-bottom: 5px;

    display: flex;                  /* establish flex container */
    flex-direction: row;            /* default value; can be omitted */
    flex-wrap: nowrap;              /* default value; can be omitted */
    justify-content: space-between; /* switched from default (flex-start, see below) */
}

#footerleft{
    text-align: left;
}
#footerright{
    text-align: right;
}

#footerrow{
    bottom: 0; 
    left: 0; 
    z-index: 10;
    width:100%;

    display: flex;                  /* establish flex container */
    flex-direction: row;            /* default value; can be omitted */
    flex-wrap: nowrap;              /* default value; can be omitted */
    justify-content: space-between; /* switched from default (flex-start, see below) */
}

#footericon{
    float: left;
}



#footertitle{
    text-align: left;
    padding-left:5px;
}

#footerclock{
    text-align: right;
    padding-right:5px;
}

#footerdate{
    text-align: right;
    padding-right:5px;
}

.marquee {
    font-size: 5rem;
    /*background: rgb(0, 0, 0);*/
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    border: 0;

}

.hide{
    display: none;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-up 2s linear infinite;
    -webkit-animation: scroll-up 2s linear infinite;
    animation: scroll-up 20s linear infinite;
}

@-moz-keyframes scroll-up {
    0% {
        -moz-transform: translateY(100%);
    }
    100% {
        -moz-transform: translateY(-100%);
    }
}

@-webkit-keyframes scroll-up {
    0% {
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes scroll-up {
    0% {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

/* Retro Video Player */
#video {
    left:22em;
    position: absolute;
    z-index: 10;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
  }
  
#videoheader {
    padding: 5px;
    cursor: move;
    z-index: 20;
    background-color: #ff0000;
    color: #fff;

    display: flex;                  /* establish flex container */
    flex-direction: row;            /* default value; can be omitted */
    flex-wrap: nowrap;              /* default value; can be omitted */
    justify-content: space-between; /* switched from default (flex-start, see below) */
}

#videotitle{
    text-align: left;
}

#videoframe {
    position: relative; 
    z-index: 12;
}

#videocontent{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    display: block;
    position: relative;
}

.videooverlay{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    display: block;
    position: absolute;
}

.videonoise{
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
    background-image: url("../img/VHS_TV_Noise.gif");
}

#video{
    box-shadow: 0 8px 8px -4px grey;
}

.image_play{background: #000000; color:#454545; border:none;}
.image_play:active {background:#fff000;border:none;}
.active {background:#fff000;}
.seekto {width:100%;}
#inputseek {width:100%;}
#progress {
    position:absolute;
    margin-top:7px;
    height: 4px;
    width: 400px;
    background: #E9E9E9;
    overflow: visible;
    border-radius: 2px;
}
#slider-range {
    position:absolute;
    width:0px;
    background: #00953a;
    height: 4px;
    border-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index:15;
}

#buffer {
    position:absolute; 
    width:100%;
    height: 30px;
    background: rgba(0,0,0,0.05);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#slider-handle {
  left:0%;
   opacity: 1;
    outline: none!important;
    position: absolute;
    top: -3px;
    margin-left: -2px;
    height: 10px;
    width: 10px;
    z-index: 20;
    display: block;
    cursor: ew-resize;
    background: #FFF;
    box-shadow: 0 0 2px rgba(0,0,0,0.36);
    border-radius: 5px;
}

.sc-waveform-container {max-width:100%;position:relative;}
#seek {width: 100%;}    

#guestbook{
    left: 10px;
    background-color: darkred;
    position: absolute;
    bottom: 50px;
    color: #FFF;
    opacity: 75%;
    width: max-content;
    padding: 5px;  
}
#btnsendmessage{
    width:100%;
}

#aboutus{
    background-color: darkblue;
    position: absolute;
    right: 10px;
    bottom: 50px;
    color: #FFF;
    opacity: 75%;
    width: max-content;
    padding: 5px;
}

a:link {
    color: yellow;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: orange;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: grey;
    background-color: transparent;
    text-decoration: underline;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 93%;
  }