header {

  } 

  main {
  }

.weird {
  padding-top:20px;
}

.botnav {
  font-size:1.5em;
}

.printr {
 width:125px;
 height:125px;
}

body {
  font-family: 'Roboto', sans-serif;
  background-size: cover;
  height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
}

.selct {
  padding:20px;
  font-size:3em;
  border:2px solid #000;
  border-radius: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.txtr  {
  padding:20px;
  font-size:3em;
  border:2px solid #000;
  border-radius: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.ulA {
  list-style-type: none;
}

.ulA li:before { content:"\25BA\0020"; color: red; }

.ulB {
  list-style-type: none;
}

.ulB li:before { content:"\2713\0020"; color: #4472c4; }

.grapher { max-width:80%; }

.titl {
  font-size: 3.5em;
  position: relative;
  font-weight: bold;
  letter-spacing: .02em;
}

.blu { 
  color:#4472c4;
  font-color:#4472c4;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 1.5em;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 4.5em;
  background: #fff;
  border-radius: 50px;
  width: 75%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .closer {
  position: absolute;
  top: 20px;
  right: 40px;
  transition: all 200ms;
  font-size: 6em;
  font-weight: bold;
  text-decoration: none;
  color: #4472c4;
}

.popup .closer:hover {
  color: #6b8fd0;
}

.popup .content {
  max-height: 90%;
  font-size: 3.5em;
  line-height: 1.25em;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 85%;
  }
  .popup{
    width: 85%;
  }
}

img {
  vertical-align: middle;
  max-width:100%;
  height: auto;
  width: auto;
}

.barz {
  display:table-row;
  width:100%;
  background:url("../C/images/dot_bar_full.png");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}	

.bar_mid {
  display:table-cell;
}

.dot_img {
  width:92px;
  height:96px;
  cursor:pointer;
  border:0px;
}

.numbr {
  display:table-cell;
  align:right;
  padding-right:10px;
  width:8%;
  font-weight:bold;
  font-size: 2.5em;
  line-height: 1.35em;
}

.mobpad {
  padding:40px 15px;
}

.quest {
  display:table-cell;
  align:left;
  width:92%;
  font-size: 3em;
  line-height: 2em;
}

a:focus-visible {
  outline: 2px solid #4472c4;
  outline-offset:-2px;
  border-radius: 10px;
}

.tablefont {
  font-size: 2.5em;
  line-height: 2em;
}

.smaller {
  padding: 0 8px 0 0;
  font-size: 2.5em;
}

.divid {
 border-bottom:15px solid #4472c4;
 padding-top:1.5em;
}

.roz {
  display:table;
  width:95%
}

.logsize {
  width:503px;
  height:317px;
}

.topbotpad { 
  padding-top:2.5em; padding-bottom:2.5em; 
}
.toppad { padding-top:2.5em; }
.cmps {}
.numbz { font-size:45px; }

.smll { 
  font-size: 2em;
  padding-top:3px;
}

.graphpad {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.dems { 
  font-size: 3.5em;
  padding-bottom: 10px;
}

.deminp { padding-bottom:3em; }

.norm { 
  font-size: 2em;
  line-height: 2.25em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top:2em;
  padding-bottom:2em;
  align:left;
}

.norm a:link { color: #000; font-weight: bold; text-decoration: none; border-bottom: 6px dotted #4472c4; }
.norm a:visited { color: #000; font-weight: bold; text-decoration: none; border-bottom: 6px dotted #4472c4; }
.norm a:active { color: #000; font-weight: bold; text-decoration: none; border-bottom: 6px dotted #4472c4; }
.norm a:hover { color: #000; font-weight: bold; text-decoration: none; border-bottom: none; }
.norm a:visited:hover { color: #000; font-weight: bold; text-decoration: none; border-bottom: none; }

#formbutt
{
  cursor:pointer;
  border:solid 14px #6b8fd0;
  background-color:#4472c4;
  color:#FFF;
  font-weight:bold;
  font-size: 3.5em;
  font-color:#FFF;
  padding: 21px 35px 17px 35px;

  border-radius: 50px;
  moz-border-radius: 50px;
  webkit-border-radius: 50px;
}

#formbutt:hover
{
  background-color:#FFF; 
  color: #4472c4; 
  border:solid 14px #000;
}

.bggraph {
  width:95%;
}

@media only screen and (min-width: 992px) {

  .bggraph { 
    width:75%;
  }

  .grapher { 
    max-width:100%;
    transform: scale(0.75); 
  }

  .graphpad {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .smll { 
    font-size: 1.5em;
  }

  .deminp { padding-bottom:15px; }
  .dems { font-size: 1.5em; padding-bottom:8px; }

  .norm { 
    font-size: 1.5em;
    line-height: 1.3em;
    padding-top:1em;
    padding-bottom:1em;
    align:left;
  }

  .norm a:link { border-bottom: 2px dotted #4472c4; }
  .norm a:visited { border-bottom: 2px dotted #4472c4; }
  .norm a:active { border-bottom: 2px dotted #4472c4; }

 .divid {
    border-bottom:8px solid #4472c4;
    padding-top:1.25em;
  }

  .topbotpad { padding-top:1.25em; padding-bottom:1.25em; }
  .toppad { padding-top:1.25em; }
  .cmps { max-width:80%;
    height: auto;
    width: auto; 
  }
  .numbz { font-size:20px; }

  .dot_img {
    width:48px;
    height:50px;
  }

  .roz {
    width:80%
  }

  .numbr {
    font-size:1.5em;
  }

  .quest {
    font-size:1.5em;
  }
  
  .tablefont {
    font-size:1.5em;
    line-height: 1.25em;
  }

  .logsize {
    width:302px;
    height:190px;
  }

  .popup .content {
    max-height: 90%;
    font-size: 1.5em;
  }

  .popup .closer {
    position: absolute;
    top: 20px;
    right: 40px;
    transition: all 200ms;
    font-size: 3em;
  }

  #formbutt
  {
    border:solid 7px #6b8fd0;
    font-size: 1.75em;
    padding: 18px 32px 14px 32px;

    border-radius: 25px;
    moz-border-radius: 25px;
    webkit-border-radius: 25px;
  }

  #formbutt:hover
  {
    border:solid 7px #000;
  }

  .titl {
    font-size: 2em;
  }

  .smaller {
    padding: 0 30px 0 30px;
    font-size: 1.5em;
  }

  .mobpad {
    padding:15px 15px;
  }

  .selct {
    padding:10px;
    font-size:1em;
    border:2px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;  
  }

  .txtr {
    padding:10px;
    font-size:1em;
    border:2px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
  }

  header {
  }

  main { 
  }

.printr {
   width:60px;
   height:60px;
  }

  .botnav {
    font-size:1em;
  }
}