
.logo {
  margin-top: -15px;
  margin-left: 10px;
  float: left;
}
.mobmenu {
  margin-top: 2.3px;
  margin-right: 10px;
  float: right;
  background: transparent;
  border: 0;
}
.mobmenu:hover {
  cursor: pointer;
}
.sitename {
  display: none;
}
.banner {
  display: none;
}
.privacy {
  padding: 10px 10px 10px 5px;
  float: left;
  font-variant: small-caps;
  color: #21333b;
  text-decoration: none;
  font-weight: bold;
}
.disclaimer {
  padding: 10px 10px 10px 5px;
  float: right;
  font-variant: small-caps;
  color: #21333b;
  text-decoration: none;
  font-weight: bold;
}
.copyright {
  text-align: center;
  margin-top: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1em;
  font-variant:;
  font-variant: small-caps;
  color: white;
  text-shadow: 0.5px 0.5px 1px #000000;
}
.textleft {
  text-align: left;
  margin-left: 40px;
}
.pink {
  background: pink;
  color: pink;
}
.small {
  font-size: 0.9375rem;
}
.infofield {
  width: 250px;
        }
.needspace {
  margin-top: 50px;
}
.somespace {
  margin-bottom: 20px;
}
.hoverblue:hover{
  cursor: pointer;
}
#result {
  font-size: 1.2 em;
  font-weight: bold;
  max-width: 700px;
  max-width: 90%;
}
#quoteDisplay {
  font-weight: bold;
}
.inputt {
  width: 300px;
}
html, body {
  height: 100%;
}
h {
  text-align: left;
}
#rules h3 {
  margin-top: 20px;
}
header {
  margin: 0;
  height: 50px;
  padding-top: 10px;
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  background: #82CAFA;
  box-shadow: 0.1px 0.1px 5px #888888;
  /*text-shadow: 0.5px 0.5px 1px #000000;*/
}
       form div {
        padding: 0.6em;
}
        .formlabel {
            font-family: 'Source Sans Pro', sans-serif;
        }       
        textarea {
            vertical-align: top;
            height: 16em;
            resize: none;
            border: 1px solid #E5E4E2;
            border-radius: 10px;
        }
        .infofield {
            width: 300px;
            padding: 0.335em;
            font: 1em sans-serif; 
            border: 1px solid #E5E4E2 !important;
            box-shadow: 0.5px 0.5px 1.5px lightgrey;
            border-radius: 10px;
            background-color: #e1f5fe;
        }
table, th, td {
  border: 1px solid;
  border-color: #E5E4E2;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.25em;
}
table {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  table-layout: fixed;
  margin-top: -20px;
}
th {
  background-color: #2d5669;
  border: none;
  color: #FFF;
}
button:not(.mobmenu):not(.mobsub) {
  display: inline-block;
  padding: 0.7em 1.4em;
  margin: 0 0.3em 0.3em 0;
  border-radius:0.15em;
  background: #82CAFA;
  color: #FFF;
  box-sizing: border-box;
  text-decoration:none;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform:uppercase;
  font-weight: 400;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
  text-align: center;
  position: relative;
  text-shadow: 0.4px 0.4px 1px #000000;
  border-radius: 10px;
  font-family: 'Source Sans Pro', sans-serif;
}
button:hover:not(.mobmenu):not(.mobsub) {
  background: #4bb0d1;
  cursor: pointer;
  border-radius: 10px; 
}
input[type=text] {
  padding: 5px;
  font-size: 0.9375rem;
  width: 300px;
  border: 1px solid grey;
  border-radius: 10px;
}
input[type=submit] {
  padding: 5px;
  font-size: 0.9375rem;
  font-weight: bold;
  width: 300px;
}
input[type=submit]:hover{
  cursor: pointer;
  background: #4bb0d1;
  padding: 7px;
  font-size: 0.9375rem;
  font-weight: bold;
}
form {
  text-align: center;
  font-size: 0.9375rem;
}
p {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
nav {
  margin-top: -50px;
}
.lapver {
  display:none;
}
.nav-ul {
  float: left;
  position: sticky;
  margin-top: -10px;
  left: 0;
  height: 50px;
  background: #ADD8E6;
  height: 228px;
  width: 100%;
  display: block;
  text-align: center;
}
.nav-ul {
  display: none;
}
.nav-ul.show {
  position: sticky;
  margin-top: -11px;
  left: 0;
  background: #ADD8E6;
  height: 228px;
  width: 100%;
  display: block;
  text-align: center;
  box-shadow: 0 2px 2px 0;
  border-radius: 0 0 4px 4px;
}
.navsub {
  display: none;
}
.navsub li a {
  display: block;
  width: 100%;
  font-size: 0.825rem;
  font-weight: bold;
  text-align: center;
}
.navsub.shows {
  position: sticky;
  margin-bottom: -60px;
  background: #ADD8E6;
  padding: 0 0 25px 0;
  height: 150px;
  display: block;
  text-align: center;
  box-shadow: 0 2px 2px 0;
}
.mobsub {
  border: 0;
  background: transparent;
  color: #21333b;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  padding: 20px 0 20px 0;
  width: 100%;
}
.mobsub:hover {
color: white;
  text-shadow: 0.4px 0.4px 1px #000000;
  cursor: pointer;
  background: #8ACBDE;
}
nav ul li {
  list-style: none;
  position: relative;
}
nav ul li a {
  display: block;
  padding: 20px 0 20px 0;
  letter-spacing: 1.5px;
}
nav ul li ul {
  display: none;
  background: #82CAFA;
  border-radius: 0px 0px 5px 5px;
}
nav ul li ul li a {
  padding: 10px 0 10px 0;
  letter-spacing: 0.8px;
}
nav ul li ul li {
  border-radius: 10px;
}
nav ul li ul li a:hover {
  background: #8ACBDE;
}
nav a{
  color: #21333b;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
}
nav a:hover{
  color: white;
  text-shadow: 0.4px 0.4px 1px #000000;
  cursor: pointer;
  background: #8ACBDE;
}
main {
  min-height: 100%;
  max-width: 700px;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -25px;
  background: #FFF;
  padding-top: 40px;
  text-align: center;
}
main:after {
  content: "";
  display: block;
  height: 55px;
  padding-top: 5px;
}
footer {
  height: 65px;
  padding-top: 10px;
  background: #C0C0C0;
  box-shadow: 0.5px 0 0 0;
}
* {
  font: sans-serif, serif;
  color: #21333b;
  margin: 0;
  padding: 0;
  outline: none;
}

/*tablets*/
@media only screen and (min-width: 768px) {
.sitename {
  display: block;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 95px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  font-variant: small-caps;
  color: #21333b;
}
.logo {
  margin-top: -27px;
  margin-left: 10px;
  float: left;
}
.mobmenu {
  margin-top: -27px;
  margin-right: 10px;
  float: right;
  background: transparent;
  border: 0;
}
}
/*laptops*/
@media only screen and (min-width: 992px) {
@keyframes change-color{
  from {color:#21333b;}
  to {color: white;}
}
main {
  width: 700px;
}
.banner {
  display: block;
  text-align: center;
  margin-bottom: 21px;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1em;
  font-variant: small-caps;
}
.bannertext{
  animation-name: change-color;
  animation-duration: 2s;
}
textarea {
  resize: vertical;
}
.logo {
  margin-top: -102px;
  margin-left: 10px;
  float: left;
}
header {
  padding-top: 35px;
}
html, body {
  margin-top: 13px;
}
.sitename {
  display: none;
}
.mobmenu {
  display: none;
}
.nav-ul {
  display: inline;
  background: none;
  width: 100%;
  text-shadow: 0.5px 0.5px 1px #000000;
  letter-spacing: 1.5px;
  list-style: none;
  text-align: center;
  margin-bottom: -140px;
  margin-top: -18px;
}
.mobsub {
  position: absolute;
  left: 9999px;
}
.gone {
  position: absolute;
  left: 9999px;
}
.lapver:hover .sublap li a {
  display: block;
}
.nav-ul li{
  display: inline;
  padding:20px;
}
.nav-ul li a{
  display: inline-block;
}
.sublap {
  display: none;
  position: absolute;
  background: #82CAFA;
  height: 110px;
  border-radius: 0px 0px 5px 5px;
  padding-top:20px;
  margin-top:40px;
  margin-left:-119px;
  text-align: center;
}
.sublap li a{
  width:100px;
}
.navsub {
  display: none;
}
nav ul li ul li a:hover {
  background: #82CAFA;
}
nav ul li:hover ul {
  display: inline;
}
nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
}
nav a:hover{
  color: #21333b;
  text-shadow: 0.5px 0.5px 1px #000000;
  cursor: pointer;
  background: none;
}
}
/*desktops (large screens)*/
@media only screen and (min-width: 1200px) {
.nav-ul li{
  padding:50px;
}
.sublap {
  margin-left:-148.5px;
}
}