* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}

body {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
 /*   -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;*/
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
a {
    color: red;
    text-decoration: none;
    font-weight: 700;
}
a:hover {
    color: #fff;
    text-decoration: none;
    background-color: red;
}
p a:hover, 
center a:hover {
    color: #fff !important;
}
a:visited {
    color: red;
}

b {
    font-weight: 700;
}
em {
    display: inline;
    font-style: italic;
}
sup {
    display: none;
}
center {
    text-align: center;
}
h1 {
    text-align: center;
    font-weight: 400;
    margin: 0 0 50px 0;
    }    
h2 {
    font-size: 1.5em;
    margin: 50px 0;
    text-align: center;
    color: #ccc;
    font-weight:400;
}
h3 {
    font-size: 1.3em;
    margin: 20px 0;
    text-align: center;
    font-weight:400;
}
h4 {
    font-size: 1.1em;
    margin: 10px 0;
    text-align: center;
    font-weight:400;
}
p {
    margin: 20px 0;
}


/* DEDICATION INTRO -----------------------------------------------------------------------*/
.text-container {
   width: 70%;
   margin: 0 auto;
}
.entername {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 90%;
    width: 100%;
}
.entername form {
    width: 100%;
}
input.fname {
    width: 40%;
    border: 1px solid #aaa;
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
input.button {
    background-color: red;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 4px 2px;
    cursor: pointer;
  }
  input.button:hover {
    background-color: #000;
  }
.small {
    font-variant: small-caps;
  }
#dedication h2 {
    color: #000; 
    margin: 50px 0 10px 0;
}
#dedication p:first-of-type {
    text-indent: 0px;
}
#dedication p {
    text-indent: 50px;
}
aside {
    width: 20%;
    margin-left: 80%;
    text-align: center;
}
.cb-area {
    background: #eee;
    padding: 20px 20px 10px 20px;
    margin: 50px auto 0 auto;
    text-align: center;
}
blockquote {
    margin-left: 50px;
}
blockquote p {
    font-style: italic;
}
hr.line {
    margin-top: 40px;
    border: 1px dotted #ccc;
}
.cb-instructions-go, 
.cb-german-answer, 
.cb-french-answer, 
.cb-receive-answer, 
.cb-history-answer, 
.cb-last-answer {
	display: none;
}
input#cb-instructions, 
input#cb-german, 
input#cb-french, 
input#cb-receive, 
input#cb-history, 
input#cb-last {
    width: 18px;
    height: 18px;
}
input#cb-instructions[type=checkbox]:checked ~ .cb-instructions-go, 
input#cb-german[type=checkbox]:checked ~ .cb-german-answer, 
input#cb-french[type=checkbox]:checked ~ .cb-french-answer, 
input#cb-receive[type=checkbox]:checked ~ .cb-receive-answer, 
input#cb-history[type=checkbox]:checked ~ .cb-history-answer, 
input#cb-last[type=checkbox]:checked ~ .cb-last-answer {
	display: block;
}

label {
    font-weight: 700;
    background-color: yellow;
}





/* GAME -----------------------------------------------------------------------*/
#instructions {
    padding-bottom: 100px;
}
#dashes {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
}
#punctuation {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 100px;
}
#common #addlink p, 
#common #addlink h3, 
#common #addlink h4, 
#names #addlink p, 
#names #addlink h3, 
#names #addlink h4, 
#tldr #addlink p, 
#tldr #addlink h3, 
#tldr #addlink h4, 
#discourse #addlink p, 
#discourse #addlink h3, 
#discourse #addlink h4, 
#commands #addlink p, 
#commands #addlink h3, 
#commands #addlink h4 {
color: #fff;
}
#common #addlink .show-word, 
#discourse #addlink p span.c7, 
#discourse #addlink p span.c9 .show-word, 
#commands #addlink p span.c7, 
#commands #addlink p span.c9  {
    color: #000;
    }
#commands #addlink p span.c9 a, 
#commands #addlink p span.c9 a:hover  {
    color: #000 !important;
    font-weight: 400;
    background: none;
    }
#names #addlink a.hidelink, 
#names #addlink a.hidelink:hover, 
#tldr #addlink a.hidelink, 
#tldr #addlink a.hidelink:hover, 
#discourse #addlink a.hidelink, 
#discourse #addlink a.hidelink:hover {
color: #000;
font-weight: 400;
}
#common {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
}
#names {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 100px;
}

#tldr {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 100px;
}
#discourse {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 100px;
}
#commands {
    width: 30%;
    margin: 0 auto;
    padding-bottom: 100px;
}
#fulltext {
    width: 20%;
    margin: 0 auto;
    padding-bottom: 100px;
}

div.marquee {
    white-space:no-wrap;
    overflow:hidden;
    position: fixed;
    bottom: 0;
    left: 0;
background-color: red;
width: 100%;
padding: 6px 0;
}
div.marquee > div.marquee-text {
    white-space:nowrap;
    display:inline;
    width:auto;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.marquee-text a {
    color: #fff;
}
.marquee-text a:hover {
    color: #000;
}
#yorick {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100vh;
    background-color: #ccc;
}
#yorick p {
    font-size: 3em;
    position: relative;
    z-index: 99;
}
#yorick a {
    color: #fff !important;
}
#yorick a:hover {
    color: #fff !important;
    background-color: #000 !important;
}
.show-word {
    color: #000 !important;
}

.blocker {
    background-color:rgba(255, 255, 255, 0.7) !important;
}

#modal-bbox {
    background-color: black !important;
    min-width: 50% !important;
    height: 50vh;
    color: #fff;
    font-size: 10px;
}
.yorick{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.note {
    background: yellow;
    color: #000;
}


.tooltip {
    position: relative;
    display: inline-block;
    color: red;
    cursor: pointer;
  }
  
  .tooltip .tooltipimg {
    visibility: hidden;
    width: 400px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltipimg::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
  }
  
  .tooltip:hover .tooltipimg {
    visibility: visible;
    opacity: 1;
  }

  
  #morseCode {
    font-size: 16px;
    animation: scrollUp 30s linear infinite;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-50%);
    }
}