/* main.less */
body {
  padding: 0px;
  margin: 0px;
  background-color: #4b5c63;
  font-size: 2rem;
  font-family: 'ABeeZee', sans-serif;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.toolbar {
  background-color: #f8f8f8;
  border-bottom: 8px solid #e179b0;
  color: #777777;
  font-size: 28px;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 20px;
}
.toolbar-links {
  padding-top: 8px;
  padding-right: 20px;
}
.toolbar a {
  color: #777777;
  text-decoration: none;
}
.credits {
  color: white;
  text-align: center;
  padding-top: 20px;
}
.credits a {
  color: white;
}
.footer {
  border-top: 8px solid #e179b0;
  background-color: #333132;
  padding-top: 30px;
  padding-bottom: 60px;
  line-height: 1.75;
  font-size: 16px;
  color: white;
}
.footer a {
  color: #D6D325;
}
#game-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #4b5c63;
}
.wrap {
  background-color: #4b5c63;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
}
.btn,
.btn-disabled,
.btn-read-say-cover-home-link,
.btn-lasadh-home-link {
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  color: #75c8d2;
  font-size: 20px;
  padding: 10px 12px 10px 12px;
  border: dotted #75c8d2 2px;
  text-decoration: none;
}
.btn:hover {
  background: #ffffff;
  text-decoration: none;
}
.btn-lasadh-home-link,
.btn-read-say-cover-home-link {
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
.btn-read-say-cover-home-link {
  padding-left: 12px;
}
.lasadh-logo {
  padding-right: 20px;
}
.white-text {
  color: white;
}
.theme-title {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 30px;
}
.lasadh-logo,
.studio-banner {
  float: right;
}
.wrap-create-wordset {
  width: 1000px;
  height: 620px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 25px;
}
.words input {
  margin: 5px;
}
.words {
  margin-bottom: 20px;
}
.wrap-choose-wordset,
.wrap-home-page {
  min-height: 400px !important;
  margin-top: 50px;
}
.panel-title {
  font-weight: bold;
  font-size: 1.85rem;
}
.float-right {
  float: right;
}
.clear-right {
  clear: right;
}
.panel-body hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.panel-body {
  min-height: 280px !important;
}
.word-label {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  /*color: #75c8d2;*/
  font-size: 1.5rem;
  padding: 5px 7px 5px 7px;
  /*  border: dotted #75c8d2 2px; */
  background-color: #eeeeee;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 7px;
}
.shadow {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.52);
}
.play-icon a {
  color: #75c8d2;
}
.p-level-caption {
  font-size: 6rem;
}
.p1-panel,
.p2-panel,
.p3-panel,
.p3-panel,
.p4-panel,
.p5-panel,
.p6-panel,
.p7-panel {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.p1-panel {
  background-image: url('../assets/p1-panel-rabbits.png');
}
.p2-panel {
  background-image: url('../assets/p2-panel-rabbits.png');
}
.p3-panel {
  background-image: url('../assets/p3-panel-rabbits.png');
}
.p4-panel {
  background-image: url('../assets/p4-panel-rabbits.png');
}
.p5-panel {
  background-image: url('../assets/p5-panel-rabbits.png');
}
.p6-panel {
  background-image: url('../assets/p6-panel-rabbits.png');
}
.p7-panel {
  background-image: url('../assets/p7-panel-rabbits.png');
}
.panel a {
  text-decoration: none;
}
.panel a:hover {
  color: #fad000;
}
.create-wordset h2 {
  color: #fad000;
}
.create-wordset a {
  color: white;
}
