@font-face {
  font-family: Eliot Lord;
  src: url(Fonts/Eliothand2-Regular.otf);
}

@font-face {
  font-family: ITC;
  src: url(Fonts/ITCAvantGardePro-Md.ttf);
}

body,
h1 {
  margin: 0;
  padding: 0;
}

body {
  font-family: Eliot Lord;
  background-image: url(img/background/AmericaWorstbackground.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.nav {
  font-family: ITC;
  border-top: 2px;
  border-top-color: #993333;
  background-color: #003366;
}

.nav a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}

#head {
  background-color: #003366;
}

#head a {
  text-decoration: none;
  padding-left: 20px;
}

#head a:hover {
  text-decoration: underline;
}

img {
  padding-left: 20px;
}

nav a {
  text-decoration: none;
  padding-left: 10px;
}

#line {
  height: 7px;
  background-color: #993333;
}

nav a:hover {
  background-color: #9a9a9a;
}

h1 {
  text-transform: uppercase;
}

body {
  color: #333;
}

body a:hover {
  cursor: url(img/background/cursors/pointer1.png);
}

/* Common */

.fix {
  zoom: 1;
}

.fix:after {
  display: table;
  clear: both;
  content: "";
}

/* Home */

.wrap {
  width: page;
  margin: 0 auto;
  /*padding: 40px 0;*/
  text-align: left;
  position: relative;
}

.logo,
#gameArea {
  margin-bottom: 40px;
}

.ws-area,
.ws-words {
  display: inline-block;
  vertical-align: top;
}

#ws-area {
  font-family: Eliot Lord;
  font-size: 3vw;
  cursor: url("img/background/cursors/Pointer1.svg"), pointer;
}

.ws-words {
  font-family: Eliot Lord;
  font-size: 7dvh;
  margin-left: 20px;
  text-align: left;
}

.ws-word {
  margin-bottom: 4px;
}

.ws-words ::first-letter {
  text-transform: capitalize;
}
/* Wordsearch */

.ws-area {
  background: #fafafa;
  font-family: ITC;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.ws-row {
  line-height: 0;
}

.ws-col {
  cursor: pointer;
}

.ws-col.ws-selected {
  background: #fdf38e;
}

.ws-found {
  background: #faa61a;
}

.ws-game-over-outer {
  background: rgba(255, 255, 255, 1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ws-game-over-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: table;
}

.ws-game-over {
  display: table-cell;
  vertical-align: middle;
}

.ws-game-over h2 {
  color: black;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 9px 0;
}

.ws-game-over p {
  color: black;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 1em round;
  overflow: scroll;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #003366;
}

::-webkit-scrollbar-thumb {
  background-color: #003366;
  outline: 1px solid #003366;
  width: 1em round;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  cursor: url("img/background/cursors/Pointer1.svg");
}
