/*vars*/
/*general styles */
@font-face {
  font-family: HeaderFont;
  src: url('../fonts/Cabin-Regular.ttf');
  font-feature-settings: "lnum";
  font-variant: small-caps;
}
@font-face {
  font-family: BodyFont;
  /*src: url('../fonts/Raleway-Light.ttf');*/
  src: url('../fonts/rawline-300.ttf');
  font-feature-settings: "lnum";
}
@font-face {
  font-family: NounFont;
  /*src: url('../fonts/Raleway-Light.ttf');*/
  src: url('../fonts/Lekton-Bold.ttf');
  font-feature-settings: "lnum";
}
@font-face {
  font-family: VerbFont;
  /*src: url('../fonts/Raleway-Light.ttf');*/
  src: url('../fonts/Lekton-Bold.ttf');
  font-feature-settings: "lnum";
}
@font-face {
  font-family: AdjFont;
  /*src: url('../fonts/Raleway-Light.ttf');*/
  src: url('../fonts/ArchitectsDaughter-Regular.ttf');
  font-feature-settings: "lnum";
}
@font-face {
  font-family: AdvFont;
  /*src: url('../fonts/Raleway-Light.ttf');*/
  src: url('../fonts/ArchitectsDaughter-Regular.ttf');
  font-feature-settings: "lnum";
}
html,
body {
  background: center repeat url("../img/wood.png") #553122;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.centerAll {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center {
  text-align: center;
}
#mainCard {
  width: 440px;
  height: 260px;
  background-color: #202020;
  border-radius: 23px;
  border: 1px solid #FFFFFF10;
  color: #E0E0FF;
  box-shadow: 6px 5px 6px #00004040;
  background: center no-repeat url("../img/card.png");
}
#mainCardContents {
  width: 80%;
  padding: 1em;
  margin: auto;
}
#mainCardStuffs {
  position: absolute;
  width: 100%;
  height: 100%;
}
#mainCardStuffsTop {
  width: 100%;
  text-align: center;
  margin-top: .5em;
}
#mainCardStuffsBot {
  width: 100%;
  text-align: center;
  margin-top: calc(260px - 4em);
}
#mainCardStuffsTop,
#mainCardStuffsBot {
  text-align: center;
  color: #E0E0FF80;
  font-family: BodyFont;
  letter-spacing: 1px;
  font-variant: small-caps;
}
#mainCardStuffsTop::before,
#mainCardStuffsTop::after,
#mainCardStuffsBot::before,
#mainCardStuffsBot::after {
  content: '---';
  margin: 0px 1.5em 0em 1.5em;
}
#mainCardCover {
  position: absolute;
  opacity: 1;
  width: 440px;
  height: 260px;
  background-color: #202020;
  border-radius: 23px;
  background: center no-repeat url("../img/card.png");
}
#mainCardCover.fadein {
  /*animation-name: fadeinKeys;*/
  /*animation-duration: 100s;*/
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
}
.advy {
  font-family: AdvFont;
  font-size: 22px;
}
.nouny {
  font-family: NounFont;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #C0F070;
}
.verby {
  font-family: VerbFont;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F05020;
}
.verbySmall {
  font-size: 22px;
  color: #E0E0FF;
}
.adjy {
  font-family: AdjFont;
  font-size: 22px;
}
.nounyCol {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #C0F070;
}
.verbyCol {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F05020;
}
#nounBlock {
  text-align: left;
  margin: 0 0 -1em 0;
  padding: 0 0 -1em 0;
  width: 90%;
}
#verbBlock {
  text-align: right;
  margin: 0;
  padding: -1em 0 0 0;
  width: 90%;
}
.headBlock,
.footBlock {
  text-align: center;
  color: #E0E0FF80;
  font-family: BodyFont;
  letter-spacing: 1px;
  font-variant: small-caps;
}
.headBlock::before,
.headBlock::after,
.footBlock::before,
.footBlock::after {
  content: '---';
  margin: 0px 1.5em 0em 1.5em;
}
#nounIcon,
#verbIcon {
  position: absolute;
}
#seedStamp {
  position: absolute;
  visibility: hidden;
  text-align: right;
  color: #E0E0FF40;
  font-size: .5em;
  font-family: BodyFont;
  letter-spacing: 1px;
  font-variant: small-caps;
}
#cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: block;
  background-color: black;
}
#cover.fadein {
  /*animation-name: fadeinKeys;*/
  /*animation-duration: 100s;*/
  transition: all .75s;
  background-color: black;
  opacity: 0;
  visibility: hidden;
}
#mainContentLow {
  margin-top: 4em;
  width: 440px;
  font-family: BodyFont;
  font-variant: small-caps;
}
.tableThing {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  border-collapse: separate;
  border-spacing: .5em;
}
.rowThing {
  min-width: 100%;
  display: table-row;
}
.rowThing div {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  display: inline;
  float: left;
  font-family: BodyFont;
  color: #A0A0A0;
}
.bigBtn {
  width: 100% !important;
}
#mainContentLow input {
  width: 80%;
  border-radius: .5em;
  font-family: BodyFont;
  font-size: 1em;
  background: #00000040;
  opacity: .75;
  text-align: center;
  color: #A0A0A0;
}
/*
  #mainContentLow button {
    width: 80%;
    border-radius: .5em;
    font-family: BodyFont;
    font-size: 1em;
    background:#202040ff;
    border-color: #A0A0A0;
    opacity: .75;
    text-align: center;
    color: #A0A0A0;
    font-variant: small-caps;
  }
*/
#generator,
#info {
  /*
    position: fixed;
    top: 0px;
    left: 0px;
    */
  position: block;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
#info {
  background-color: #081018;
}
#infoOverlayText {
  max-width: 1000px;
  min-width: 50%;
  z-index: 91;
  color: white;
  padding: 2em;
  font-family: BodyFont;
  margin: 0 auto;
  font-size: 1rem;
}
h1 {
  font-family: VerbFont;
  color: white;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
h2 {
  font-family: AdjFont;
  font-size: 22px;
  text-align: center;
}
#infoOverlayText a:link {
  color: #D8F0B0;
}
#infoOverlayText a:visited {
  color: #D8F0B0;
}
#infoOverlayText a:hover {
  color: #D8F0B0;
}
#infoOverlayText a:active {
  color: #D8F0B0;
}
.imgContainer {
  margin: 0 auto;
  text-align: center;
}
.imgContainer img {
  margin: 1em;
}
#logo {
  opacity: 0.33;
  position: absolute;
  width: 700px;
  font-family: BodyFont;
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  top: .5em;
  left: .5em;
  text-shadow: 0 0 1px #FFFFFF40;
}
.logoAdjy {
  font-family: AdjFont;
  font-size: 14px;
}
button {
  font-family: BodyFont;
  /*box-shadow:inset 0px -3px 7px 0px #29bbff;*/
  background-color: #1C3753;
  border: 1px solid #2C5885;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 1em;
  padding: 9px 23px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
  border-radius: .5em;
  letter-spacing: .5px;
  margin: auto;
  font-variant: small-caps;
}
button:hover {
  background-color: #2C5885;
}
button:active {
  position: relative;
  top: 1px;
}
#mainContentLow button {
  background-color: #081018;
  border: 1px solid #152A3F;
}
#mainContentLow button:hover {
  background-color: #152A3F;
}
#mainContentLow button:active {
  position: relative;
  top: 1px;
}
#infoBtn {
  position: absolute;
  bottom: 0px;
  right: 240px;
  min-width: 120px;
}
#infoBtn button {
  text-align: center;
  background-color: #081018;
  padding: .5em;
  color: white;
  font-family: BodyFont;
  font-variant: small-caps;
  border-bottom: none;
  border-radius: .5em .5em 0 0;
}
