* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  border: 0px;
  box-sizing: border-box;
}

html, body {
    height: 99%;
    font-family: 'Open Sans', sans-serif;

}
p, a, span, label {
  text-decoration: none;
  color: #e8e8e8;
  font-size: 17px;
  line-height: 30px;
}
p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0px;
}
h2 {
  color: #fea400;
  font-family: 'Quattrocento', serif;
  font-size: 2em;
  font-weight: bold;
  margin: 0px;
  text-shadow: 0 0 5px #000;
  text-transform: uppercase;
}
h3 {
  color: #fea400;
  font-family: 'Quattrocento', serif;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0px;
  text-shadow: 0 0 5px #000;
  text-transform: uppercase;
}
input, textarea, select {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-size: 17px !important;
  color: #000 !important;
  background: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.emoji {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.error {
  background-image: url('/images/parallax0.jpg');
  background-position: center;
  background-size: cover;
  display: flex;
}
.error .wrapper {
  text-align: center;
  padding: 25px;
  justify-self: center;
  align-self: center;
}
.error h1 {
  font-family: 'Quattrocento', serif;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0,0,0,1);
}
.error b {
  font-size: 130px;
}
.error p {
  font-size: 25px;
  text-shadow: rgba(0,0,0,.6) 1px 1px 1px;
}
#parallax {
  display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    clear: both;
}

#parallax div {
  position: fixed;
    top: 0;
    z-index: -10;
    background-position: center !important;
    background-size: cover;
    background-repeat: none;
    height: 108%;
    width: 100%;
    clear: both;
}

#main {
    z-index: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: contents;
    background: #27221d;
}

#header {
  position: fixed;
  z-index: 500;
  background-image: url('/images/newheader.png');
  background-position: center top;
  width: 100%;
  height: 120px;
  text-align: center;
  top: 0px;
}

#header #logo {
  margin-top: 0px;
  width: 400px;
  position: absolute;
  left:0;
  right:0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}

#header .wrapper {
    width: auto;
    height: 88px;
    margin: 0 auto;
    max-width: 1260px;
    padding: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: unset;
}


#parallax-content {
  position: absolute;
  top: 40%;
    z-index: 0;
    width: 100%;
    text-align: center;
}

#parallax-content h1 {
    position: relative;
    background: linear-gradient(#ffffff, #e6ded7, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
    font-family: 'Quattrocento', serif;
    font-size: 55px;
    text-transform: uppercase;
  line-height: 60px;
    width: 800px;
    margin: 0px auto;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.8));
    opacity: 1;
   
    margin-bottom: 100px;
}
#header .callbutton.small {
  float: right;
}

#parallax-content .callbutton {
  margin: 20px 10px;
  min-width: 300px;
}

.callbutton {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  font-size: 23px;
  line-height: 60px;
  min-width: 150px;
  font-family: 'Quattrocento', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(to bottom, #ffa500, #c76500);
  transition: box-shadow .3s ease;
  filter: drop-shadow(0px 0px 15px rgba(0,0,0,.8));
}

.callbutton:hover {
  box-shadow: inset 0 0 0 3px rgba(0,0,0,.4);
}
.callbutton.small {
  font-size: 20px;
    line-height: 40px;
    min-width: 150px;
    margin: 15px 20px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.5));
}
.watch {
  background: linear-gradient(to bottom, #ffffff, #b5ada4) !important;
  color: #191919;
}


.avatar {
  border-radius: 3px;
  width: 150px;
  height: 150px;
  position: relative;
}
.avatar.small {
width: 45px;
height: 45px;
float: left;
margin: 8px 15px 0px 0px;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.avatar .frame {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.avatar .bronze {
  background: url("/images/avatar-bronze.png");
}
.avatar .silver {
  background: url("/images/avatar-silver.png");
}
.avatar .gold {
  background: url("/images/avatar-gold.png");
}
.avatar .diamond {
  background: url("/images/avatar-diamond.png");
}

#kickstarter {
  display: none;
  position: fixed;
  z-index: 3;
  right: -30px;
    top: -15px;
  width: 184px;
  height: 176px;

  filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.6));
  animation: .6s jump ease infinite alternate;
}

@keyframes jump {
  0% {
    transform: scale(1) rotate(-3deg);
    filter: drop-shadow: 0 1px 1px rgba(0,0,0,.15);
  }
  100% {
    transform: scale(1.05) rotate(5deg);
    filter: drop-shadow: 0 4px 40px rgba(0,0,0,.6);
  }
}


.ani .box h1, .ani .box p {
  opacity: 1 !important;
  margin-top: 0px !important;
}

.maincolumn {
  width: 70%;
  float:left;
}
.sidecolumn {
  width: 30%;
  float: right;
  padding-left: 20px;
}

.boxrow {
  position: relative;
  width: 100%;
  margin-top: -1%;
  padding: 50px 0px;

  background: linear-gradient(to bottom, #26211d, #3e352d);
  background-size: cover;

  -webkit-mask-image: url(/images/divmask.png);
  mask-image: url(/images/divmask.png);
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.boxrow .box {
    width: 40%;
    align-self: center;
    
}
.boxrow .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wrapper {
    margin: 0 auto;
    max-width: 1260px;
    min-height: 400px;
    padding: 0px 20px;
}
.left {
    justify-content: flex-start;
}
.right {
    justify-content: flex-end;
}
.boxrow .box h1 {
  transition: opacity .6s ease 0s, margin-top .6s ease 0s;
}
.boxrow h1, .page h1 {
  background: linear-gradient(#ffa500, #e68001, #ffa500, #e68001, #e68001);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Quattrocento', serif;
  text-transform: uppercase;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.8));

  padding: 0 0 .1em 0;
  margin: 0 0 .5em 0;
  font-size: 2.8em;
  width: 100%;
}

.boxrow h1::before, .page h1::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to left, transparent, rgb(241, 145, 1) 100%);
}

.boxrow .box p {
    transition: opacity .6s ease 0.3s, margin-top .6s ease 0.3s;
}


.boxrow .socialwrapper {
    margin: 0 auto;
    max-width: 1260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.boxrow .socialwrapper span {
  font-family: 'Quattrocento', serif;
  font-size: 1.7em;
    color: #c1bdba;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
}
.boxrow .socialwrapper img {
  width: 50px;
    margin: 0px 5px;
    opacity: .5;
    transition: opacity 0.3s ease;
}
.boxrow .socialwrapper a:hover img {
    opacity: .9;
}
.glow {
  animation: glow 1s;
}
@keyframes glow {
  0% { opacity: .5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
  100% { opacity: .5; transform: scale(1); }
}



.rowbg0 {
  background: #544437 !important;
}
.rowbg1 {
  background-image: linear-gradient(80deg, #27221d, #27221d, rgba(39,34,29,0.95), rgba(39,34,29,0.65), transparent, transparent), url(/images/village-construction2.jpg);
  background-position: right 50% !important;
}

.rowbg2 {
  background-image: linear-gradient(-80deg, #27221d, #27221d, rgba(39,34,29,0.95), rgba(39,34,29,0.65), transparent, transparent), url(/images/village-raiding.jpg);
  background-position: left 35% !important;
}

.rowbg3 {
  background-image: linear-gradient(-80deg, #27221d, #27221d, rgba(39,34,29,0.95), rgba(39,34,29,0.65), transparent, transparent), url(/images/mining-iron-ore.jpg);
  background-position: left 30% !important;
}

.rowbg4 {
  background-image: linear-gradient(80deg, #27221d, #27221d, rgba(39,34,29,0.95), rgba(39,34,29,0.65), transparent, transparent), url(/images/farming-plowing.jpg);
  background-position: right 70% !important;
}

.rowbg5 {
  background-image: linear-gradient(-80deg, #27221d, #27221d, rgba(39,34,29,0.95), rgba(39,34,29,0.65), transparent, transparent), url(/images/fighting-bear.jpg);
  background-position: left 25% !important;
}

.rowbg6 {
  background-image: linear-gradient(-80deg, #27221d, #27221d, rgba(39,34,29,0.95), rgba(39,34,29,0.65), transparent, transparent), url(/images/breeding-livestock.jpg);
  background-position: left 70% !important;
}

.rowbg7 {
  background-image: linear-gradient(80deg, #27221d, #27221d, rgba(39,34,29,0.95), rgba(39,34,29,0.65), transparent, transparent), url(/images/crafting-weapons-armor.jpg);
  background-position: right 25% !important;
}

.pagebg1 {
  background-image: linear-gradient(to bottom, rgba(39,34,29,0.25), #3e352d 400px), url(/images/crafting-weapons-armor.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.pagebg2 {
  background-image: linear-gradient(to bottom, rgba(39,34,29,0.25), #3e352d 400px), url(/images/fighting-bear.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.pagebg3 {
  background-image: linear-gradient(to bottom, rgba(39,34,29,0.25), #3e352d 400px), url(/images/village-construction2.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.pagebg4 {
  background-image: linear-gradient(to bottom, rgba(39,34,29,0.2), #3e352d 400px), url(/images/mining-iron-ore.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.page {
  padding: 130px 0px 50px 0px;
  overflow: auto;
}

.footer {
  background: linear-gradient(to bottom, #5f5144, #b9a798);
  padding-bottom: 25px !important;
  text-align: center;

}
.footer .wrapper {
  flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px !important;
}
.footer img {
  width: 300px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.footer a:hover img {
  opacity: 1;
}
.footer ul {
  list-style: none;
    margin: 20px 0px 30px 0px;
    display: inline-block;
}
.footer ul li {
  float: left;
    border-right: 1px solid #c3c3c3;
    margin-right: 15px;
    padding-right: 15px;
    line-height: 12px;
}
.footer ul li:last-child {
  border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
.footer ul li a {
  display: block;
    color: #e9e6e4;
    font-size: 1.1em;
    transition: color 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
}
.footer ul li a:hover {
  color: #ff9900;
}
.footer span {
  font-size: 1em;
  color: #3d342d;
    display: inline-block;
    text-shadow: none;
}




.bloglist-horizontal {
  display: flex;
  margin: 20px 0px 0px 0px;
  flex-direction: row;
}
.bloglist-horizontal article {
  justify-content: space-between;
  margin-right: 20px; 
}
.bloglist-horizontal article:last-child {
  margin-right: 0px;
}
.bloglist-horizontal article .thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  margin: 0px 0px 15px 0px;
  border-radius: 3px;
}
.bloglist-horizontal article .title h2 {
  font-family: 'Quattrocento', serif;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 35px;
  margin: 15px 0px;
  color: #e88b00;
  text-shadow: rgba(0,0,0,.3) 0px 0px 10px;
  min-height: 68px;
}
.bloglist-horizontal article span {
  font-style: italic;
  color: #c5c0c0;
  margin-bottom: 15px;
  display: inline;
  font-size: 1.05em;
  line-height: 1.6em;
}

.bloglist-horizontal article a {
  text-decoration: none;
}

.bloglist-horizontal article .comments {
  display: inline;
    font-size: 1em;
    margin-left: 10px;
    color: #c5c0c0;
}

.bloglist-horizontal .button {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
    line-height: 50px;
    min-width: 200px;
    font-family: 'Quattrocento', serif;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to bottom, #ffa500, #c76500);
    transition: box-shadow .3s ease;
    text-align: center;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
    margin-bottom: 40px;
}

.bloglist-horizontal .button:hover {
  box-shadow: inset 0 0 0 3px rgba(0,0,0,.4);
}




.mainnav {
  display: flex;
  text-align: left;
  width: 100%;
}
.mainnav > li { 
  float: left; 
  position: relative;  
}
.mainnav li ul {
  background: rgba(39,34,29,.8); 
  /* display: none; */
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 5px;
  width: 200px;
  box-shadow: 0 6px 12px rgba(0,0,0,.2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.mainnav a {
  cursor: pointer; 
  display: block; 
  text-transform: uppercase;
  font-family: 'Quattrocento', serif;
  text-decoration: none;
}
.mainnav li ul li a {
  color: #c5bfb2 !important; 
  padding: 10px 10px;
  font-size: 20px;
  line-height: 20px !important;
}
.mainnav li a { 
  color: #c5bfb2; 
  padding: 0px 10px;
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  line-height: 75px;
  filter: drop-shadow(1px 1px rgba(0,0,0,.5));
}
.mainnav:not(.mobile) > li:first-child a, .mainnav:not(.mobile) > li:last-child a {
  padding: 0px 20px;
}
.mainnav:not(.mobile) > li:last-child {
  margin-left: auto;
}
.mainnav li.on-page > a {
  color: #e1aa3c;
  text-shadow: 0px 0px 15px #e1aa3c, 0px 0px 15px #e1aa3c, 0px 0px 15px #e1aa3c;
}
.mainnav li.has-sub > a:after {
  content: "▾";
  margin-left: 4px;
}
.mainnav li {
  list-style: none;
}
.mainnav li:not(.on-page):hover a {
  color: #e6e3db;
}
.mainnav li ul li:hover a {
  color: #e6e3db !important; 
}
.mainnav li:hover ul {
  display: block;
  max-height: 200px;
  transition: max-height 0.3s ease-in;
}


/* Mobile menu */
.mainnav.mobile {
  position: absolute;
    left: 0;
    top: 67px;
    background: rgba(39, 34, 29, 0.8);
    width: 200px;
    text-align: left;
}
.mainnav.mobile ul {
    position: relative;
    background: rgba(105, 90, 77, 0.8);
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
}
.mainnav.mobile > li {
  float: none;
}
.mainnav.mobile li ul {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;

}
.mainnav.mobile li.open ul {
  display: block;
  max-height: 200px;
  transition: max-height 0.3s ease-in;
}
.mainnav.mobile li:hover ul {

}
.mainnav.mobile li.open:hover ul {

}
.mainnav.mobile li ul li a {
  color: #fff; 
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  line-height: 20px !important;
}

.pagenav { 
  list-style: none;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  display: inline-block;
}
.pagenav li {
  float: left;
  background: #615353;
  margin-right: 8px;
  margin-bottom: 8px;
}
.pagenav li span {
  display:block;
    width: 45px;
    height: 45px;
    line-height: 45px;
  background: #ffb100;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
}
.pagenav li span:hover {
  background: #FFBE00;
}
.pagenav li a > span:hover {
  background: #776656;
}
.pagenav li a > span {
  background: #645649;
  border: 1px solid #7d6e60;
  font-weight: normal;
}



.tableform {
  display: table;
}
.tableform a {
  color: #FFBE00;
  padding-bottom: 3px;
}
.tableform a:hover {
  text-decoration: underline;

}
.tableform .row {
  display: table-row;
  padding: 10px;
}
.tableform .cell {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}
.tableform .cell:first-child label {
  float: right;
  padding-top: 6px;
}
.tableform input, .tableform textarea {
  padding: 10px;
  width: 200px;
  font-family: inherit;
  font-size: 17px;
  border-radius: 3px;
}
#error p {
  color: #e20000;;
  margin: 0px 0px 20px 0px;
}
.success p {
  color: #32D400 !important;
}
.success a {
  text-decoration: underline;
}
.tableform .callbutton {
    width: 200px;
    line-height: 30px;
    cursor: pointer;
}


#mobilenavbutton {
  display: none;
  font-size: 36px;
    width: 36px;
    color: #e3e0dd;
    margin: 10px 15px;
    float: left;
}
@media only screen and (max-width: 1400px) {
  .page {
    background-size: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .mainnav {
    display: none;
  }
  .mainnav.mobile {
    display: block;
  }
  #mobilenavbutton {
    display: inline-block;
  }
  .callbutton.small {
    display: none;
  }
}
/* Smartphones (landscape) & Tablets */
@media only screen and (max-width: 1024px) {
  .maincolumn {
    width: 100%;
    padding-left: 0px;
  }
  .sidecolumn {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .boxrow {
    margin-top: -3%;
  }
  .boxrow .box {
      width: 100%;
  }
  .boxrow .wrapper {
      min-height: 300px;
  }
  .boxrow h1 {
    font-size: 2em;
  }
  .bloglist-horizontal {
    flex-direction: column;
  }
  .bloglist-horizontal article {
    flex-direction: column;
    text-align: center;
    margin: 0px;
  }
  #parallax-content {
    top: 40%;
    padding: 0px 25px;
  }
  #parallax-content h1 {
    width: auto;
    font-size: 45px;
    margin-bottom: 0px;
    line-height: 45px;
  }
  #header #logo {
    max-width: 350px;
    margin-top: 5px !important;
  }
}

/* Smartphones */
@media only screen and (max-width: 667px) {
  #parallax div:not(:first-child) {
    display: none !important;
  }
  #parallax div:first-child {
    background-image: url('/images/parallax0.jpg') !important;
  }
  .tableform {
    width: 100%;
  }
  .tableform input {
    width: 100%;
  }
  .tableform .cell:first-child {
    display: none;
  }
  .tableform .callbutton {
    width: 100%;
  }

  .boxrow {
    margin-top: -6%;
  }
  
  #header #logo {
    margin-top: 15px !important;
    max-width: 250px;
  }
  #parallax-content {
    top: 30%;
  }
  .footer ul li {
    float: none;
    border: none;
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
  }
  #kickstarter {
    display: none;
  }
}