﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #faf6f6;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
}
.mainInput {
  padding: 5px;
  font-weight: bolder;
  font-size: 28px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  letter-spacing: 2px;
  text-align: center;
}
#btnPlay:hover {
  cursor: pointer;
}
.mainheader {
  height: 120px;
  background-color: #3db9bf;
}
.mainheader h1 {
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #575757 !important;
}
.mainheader p {
  color: white;
}
#mainnav {
  margin-top: -30px;
}
.bg-dark {
  background-color: #575757 !important;
}
#bgMain {
  background-color: #fff;
  min-height: 400px;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.btn-primary {
  background-color: #55c04c;
  border-color: #3b8235;
}
.btn-primary:hover {
  background-color: #3b8235;
  border-color: #575757;
}
.progress {
  clear: left;
  height: 20px;
  margin-top: 2px;
}
.specialCharacters {
  margin-top: 5px;
  /*a:hover {   
        background-color:white;
        left:0;top:11px;
        border: solid 1px #e5e5e5;
        position: absolute;
        width: 44px;
        font-weight:700;
        font-size:30px;
        z-index:1000;
        text-decoration:none;
      
    }*/
}
.specialCharacters div {
  position: relative;
  display: block;
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  width: 33px;
  border: solid 1px #e5e5e5;
  background-color: white;
}
.specialCharacters a {
  padding: 5px;
  text-align: center;
}