/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/holidays/hol-1/hol19.cur), auto !important;} /* End https://www.cursors-4u.com */

@font-face {
  font-family: Merchant;
  src: url(/font/merchant.ttf);
}

@font-face {
  font-family: Bokor;
  src: url(/font/bokor.ttf), serif;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #cc0000;
}

::selection {
  color: #ffffff;
  background: #cc0000;
}

body {
  background-color: #917e7e;
  background-image: url('/img/bg/paper.jpg');
  background-size: cover;
  color: #ffffff;
  font-family: 'Merchant';
  font-size: 12px;
}

header {
  text-align: center;
  max-width: 100%;
  margin-bottom: 25px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-shadow: 2px 2px 2px #000000;
}

#wrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#content {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

#leftcolumn {
  width: 22%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.5%;
  margin-top: 3%;
  position: sticky;
  top: 15px;
}

#rightcolumn {
  width: 22%;
  float: left;
  box-sizing: border-box;
  margin-right: 1.5%;
  margin-top: 15px;
  position: sticky;
  top: 3%;
}

.box {
  background: #0c0c0c;
  border: 5px double #ff0000;
  margin-bottom: 15px;
}

h1 {
  font-family: 'Bokor';
  font-weight: normal;
  letter-spacing: 1.5px;
  color: #ff0000;
  padding-left: 5px;
  padding-right: 5px;
}

ul {
  list-style-type: "† ";
}

p {
  padding: 5px;
}

p:hover, li:hover, h2:hover {
  color: #f2ecc1;
}

a {
  color: #ff0000;
  text-decoration: none;
}

@keyframes link {
  0%     { font-size: 12px;}
  50%    { font-size: 13px; background-color: #ffffff;}
  100%   { font-size: 12px;}
}

a:hover {
  animation-name: link;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

b {
  color: #fff87a;
  font-weight: normal;
}

.main-head {
  font-size: 100px;
  line-height: 50px;
  vertical-align: central;
}

.gbutton {
  background: #0c0c0c;
  border: 5px double #ff0000;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: 'Merchant';
  font-size: 12px;
  padding: 4px;
}

.gbutton:hover {
  color: #0c0c0c;
  background: #ffffff;
}
