* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  h1 {
    font-weight: normal;
    font-size: 1.5rem;
  }
  
  li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
  }
  
  li span {
    display: block;
    font-size: 2.5rem;
  }
  
  
  
  /* general styling */
  html, body {
    height: 100%;
    margin: 0;
    
  }
canvas { width: 60%; height: 60%; background: #71d1dd; }
  
  body {
    /*-webkit-box-align: center;
    -ms-flex-align: center;*/
    background-color: #ffffff;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    overflow-x: hidden;
    font-family: -apple-system, 
      BlinkMacSystemFont, 
      "Segoe UI", 
      Roboto, 
      Oxygen-Sans, 
      Ubuntu, 
      Cantarell, 
      "Helvetica Neue", 
      sans-serif;
      font-family: 'Cardo', serif;
      font-family: 'Libre Franklin', sans-serif;
    }

  .livemsg {

    font-size: 1.5em;
    font-weight: bolder;
    color: #ff8800;
  }

  #root {
    border-bottom: 5px solid #4ab6c2 !important;
  }

  .clock {
    background:#4ab6c2 !important; 
    border-radius: 0 !important;
    margin: 0 auto;
    padding: 0.1rem;
    text-align: center;
  }

  .clock > ul {
    margin-bottom:  0 !important;
  }

  .clock > h1, li {

    color: #eae44e;
  }

  .clock > ul > li > span {
    color: #ffffff;
  }

  .container-fluid > Jumbotron {

    margin-bottom: 0;
  }

  /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
  .logo {
    width: 288px;
    height: 86px;
    margin: 20px 0px 20px;
  }
  .msg {
    font-size: 0.9em;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  .logo {
    width: 388px;
    height: 186px;
    margin: 20px 0px 20px;
  }
  .msg {
    font-size: 0.9em;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  .logo {
    width: 388px;
    height: 186px;
    margin: 20px 0px 20px;
  }
  .msg {
    font-size: 0.9em;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
  .logo {
    width: 420px;
    height: 196px;
    margin: 20px 0px 20px;
  }
  .msg {
    font-size: 1.4em;
  }
}