
*, ::after, ::before {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/BD_Cartoon_Shout-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: Roboto, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
}

body {
  font-family: 'Carter One';
}


/********************
* video game screen *
********************/
#homeLink h4 span{
/***** Flappy Bird *****/
  text-align: center;
  font-family: Roboto;
  color: #1dbefa;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 4px;
  text-shadow: 1px 2px rgba(50,50,50, 1);
  margin: 0;
  position: relative;
  
}


  a{
    color:#1dbefa;
  }
  a:hover{
    text-decoration: none;
    color:#1dbefacc;
  }
  a#homeLink{
/*    position: absolute;
    top: 0;
    width: 470px;    */
  }

  

  .sidebar{
    width:100%;
    float:left;
    background:#f8f9fa;
    background-size: cover;
    background-position:0px 0px;
    background-blend-mode: soft-light;
  }
  
  div.navbar
  {
    padding: .5rem 0;
    width:110px;
  }

  a.teaser{
    position:absolute;
    bottom:20px;
    left:50%;
    display: block;
    height: 50px;
    width:340px;
    margin:0 -170px;
    color: #212529;
    background-color: #fec107;
    border-color: #c69500;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius:3px;
  }
  
  a.teaser:hover{
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
  }
  
  .teaser .five-stars{
    font-size:43px;
    line-height:14px;
    
  }
    
  .tool-btn {
    padding: 6px;
    border: 1px #1dbefa solid;
    border-radius: 50px;
    background: #1dbefa;
    color: #fff;
    min-width: 40px;
    text-align: center;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
  }
  .tool-btn.on{
    border: 1px #76ff03 solid;
    background: #76ff03;
    padding:2px;
    font-size:22px;

  }
  .tool-btn.off{
    border: 1px #ff1744 solid;
    background: #ff1744;
    padding:2px;
    font-size:22px;
  }
  
  .small-btn {
    border: 1px #1dbefa solid;
    font-size:12px;
    border-radius:50px;
    text-align: center;
    cursor:pointer;
    min-width:27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
    color:#fff;
    
  }
  .small-btn i{
    line-height: 22px;
    
  }

  .tool-btn:hover,
  .small-btn:hover{
    opacity:.8;
  }
  .tool-btn:focus,
  .small-btn:focus {
    outline:0;
  }
  .tool-btn.warn,
  .small-btn.warn{
    background:#ff1744;
    border: 1px #ff1744 solid;
    color:#fff;
  }
  .small-btn.dark{
    background-color:rgb(52, 152, 219);
    
  }
  .small-btn.light{
    background-color:#1dbefa
    
  }
  
  
  a:not([href]):not([tabindex]) {
    color: #007bff;
  }
  
  section {
      border: 0 rgb(21, 84, 126) solid;
      padding: 0;
      border-radius: 10px;
  }
  
  header section{
    border-radius: 50px;
    padding:10px 20px;
  }


.d-none {
  display: none!important;
}

#status-msg{
  display:block;
}
#status-msg  .status-item{
  position:relative;
  margin-right:10px;  
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
    padding: 10px 4px;
  cursor: pointer;
  border:red 0 solid;
  background-color: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
  border-radius: 22px;

}

#status-msg .status-item-icon svg {
  width: 48px;
  height: 48px;
  fill:#76ff03;
}
#status-msg .status-item-text{
  font-size:18px;
  padding-left: 10px;
}

kbd {
  border-radius: 2px;
  padding: 2px 10px;
  border: 1px solid #fff;
  
}

div.legend
{
  position:relative;
  top:26px;
  font-family: Roboto;
  display:inline-block;
  margin:0 20px;
  margin-bottom:40px;
  
}
div.legend h2{
  font-family: Roboto;
  font-size:1.1rem;
}
div.legend p{
  font-family: Roboto;
  font-size:0.7rem;
  margin:20px 20px;
  margin-left:5px;
}

.collection-item .title {
  font-size: 14px;
  width: 230px;
}
.collection-item .title.truncate {
  cursor: pointer;
}

.collection-item.note {
  position: relative;
}

.collection-item.note .secondary-content {
  position: absolute;
  top: 20px;
  right: 20px;
}

.collection-item .mdi-action-delete {
  font-size: 20px;
}

.collection-item.record .mdi-av-volume-up {
  font-size: 20px;
  margin-right: 10px;
}

.collection-item audio {
  width: 310px;
  margin-top: 10px;
}

.full-note {
  font-size: 14px;
}

#listNotes {
}

.fixed-bottom-2 {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 -5px 5px -5px #333;
  -moz-box-shadow: 0 -5px 5px -5px #333;
  box-shadow: 0 -5px 5px -5px #333;
}
.fixed-bottom .row {
  margin: 0;
}

.dark-theme .collection .collection-item,
.dark-theme .fixed-bottom-2{
  background-color: #1c1c1c;
}
.form-control {
  border: 2px solid #1dbefa;
}
.chc-dialogue{
  width:755px;
  height:115px;
  background:rgb(252,247,251);
  text-align:center;
  padding : 15px 15px;
  border-color: #1dbefa;
  border-style:solid;
  border-radius:7px;
  color:black;
  font-family:Verdana;
  font-size:13pt;
  margin:0 auto;
}
.chc-dialogue ul {
  padding: 0 auto;
  list-style: none;
}
.chc-dialogue	ul li {
  float: left;
  width: 120px;
  height: 77px;
  box-shadow: 0 4px 4px #eaeaea;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 18px 15px;
  margin-right: 13px;
  background: #fff;
}
.chc-dialogue	ul li span {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}
.chc-dialogue	ul li div {
  color: #3398ff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.chc-dialogue	p {
text-align: right;
padding: 0 13px;
}
.chc-dialogue	p a {
color: #3398ff;
}

.with-legend-1,
.with-legend-2 {
    border: #c0c0c0 1px solid;
    border-radius: 3px;
    position: relative;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

    .with-legend-1 h1,
    .with-legend-2 h1 {
        display: inline-block;
        padding-left: 5px;
        background: #fff;
        position: absolute;
        top: -11px;
        left: 5px;
        font-size: 16px;
    }

    .with-legend-1 h1,
    .with-legend-2 h1 {
        width: fit-content;
        padding-right: 7px;
    }
