﻿
@font-face {
    /*font-family: 'Langdon';
  src: url('/fonts/Langdon.otf');*/
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
}

@font-face {
    /*font-family: 'Reckoner';
  src: url('/fonts/Reckoner.ttf');*/
}

body {
    background-color: #8899ff);
    background-size: cover;
    margin: 0;
    padding: 0;
}

.main {
    /*margin: 50px;
    margin-top: 50px;*/
    text-align: center;
}

.presenter {
    position: relative;
    /*background: url('../img/tv-news.jpg') no-repeat;*/
    /*background-size: 1000px 562px;*/
    /*width: 1000px;
  height: 562px;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.container {
    /*width: 1000px;*/
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    /*height: 35px;*/
    height: 160px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    background: black;
}

/* Not used in this example
.fixed {
  height:35px;
  background-color: red;
  width: 290px;
  z-index: 100;
  position: absolute;
}
*/

#panel {
    /*bottom: 25px;*/
    position: absolute;
}

.marquee, *[class^="marquee"] {
    white-space: nowrap;
}

.content {
    margin: 0;
}

    .content li {
        color: #fff;
        /*height: 35px;*/
        height: 120px;
        position: absolute;
        list-style-type: none;
    }

    .content h1 {
        /*color: white;*/
        color: #fdfe30;
        font-family: 'Reckoner';
        letter-spacing: 9px;
        /*font-size: 2em;*/
        font-size: 10em;
        margin: 0 0 0 0;
        display: inline;
        vertical-align: bottom;
    }

.red {
    color: #cb262c;
}

.green {
    color: #5da655;
}

.content img {
    /*width: 30px;*/
    height: 100px;
    padding: 3px 40px 0 35px;
}
