@font-face {
  font-family: 'Ringbearer';
  src: url('../fonts/Ringbearer.ttf');
}

@font-face {
	font-family: 'FrizQuadrataRegular';
	src: url('../fonts/FrizQuadrataRegular.eot');
	src: local('FrizQuadrataRegular'),
    url('../fonts/FrizQuadrataRegular.woff') format('woff'),
    url('../fonts/FrizQuadrataRegular.ttf') format('truetype');
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #222;
  font-family: "Arial Unicode MS", "Arial" !important;
  font-size: 14px;
}

a {
  text-decoration: none;
}

#wrapper {
  max-width: 1550px;
  min-width: 1550px;
  margin: 0px auto;
  box-shadow: 0px -10px 25px 5px #070707;
  border: 1px solid #111;
}

header {
  width: 100%;
  height: 80px;
  background-color: #111;
  background-image: url(../img/exclusive-paper.png);
  box-shadow: inset 0 -40px 50px -10px #222;
  position: relative;
  z-index: 2;
}

#headerLeftShadow {
  position: absolute;
  height: 120px;
  width: 300px;
  filter: drop-shadow(0px 3px 5px #070707);
  z-index: 1;
}

#headerLeft {
  height: 100%;
  width: 100%;
  padding-right: 10px;
  background-color: #111;
  background-image: url(../img/exclusive-paper.png);
  box-shadow: inset 0 -90px 50px -20px #222;

  clip-path: polygon(
    0 0, /* left top */
    100% 0, /* right top */
    100% calc(100% - 40px),
    calc(100% - 25px) 100%,
    100% 100%,
    0 100% /* left bottom */
  );
}

#logo {
  background: 50px 5px no-repeat url(../img/logo.png);
  background-size: contain;
  width: 300px;
  height: 120px;
  z-index: 3;
  position: absolute;
  opacity: 0.8;
  transition: all 500ms ease;
}
#logo:hover {
  opacity: 1;
}

.headerLink {
  float: right;
  line-height: 70px;
  height: 100%;
  background: linear-gradient(to right, #f6c564 , #dda32e);
  opacity: 0.8;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  color: #262525;
  font-weight: bold;
  font-family: 'FrizQuadrataRegular';
  box-shadow:
    inset 0px 30px 35px -20px #fcecb7,
    inset 0px -30px 35px -20px #8d5f02;
  text-shadow: 1px 1px 3px #fcecb7;
  margin-right: -40px;
  padding: 0px 60px;
  clip-path: polygon(
    40px 0, /* left top */
    100% 0, /* right top */
    calc(100% - 40px) 100%, /* right bottom */
    0 100% /* left bottom */
  );
  transition: all 500ms ease;
}

.headerLink.last {
  padding: 0px 30px 0px 60px;
  margin-right: 0px;

  clip-path: polygon(
    40px 0, /* left top */
    100% 0, /* right top */
    100% 100%, /* right bottom */
    0 100% /* left bottom */
  );
}

.headerLink span {
  display: block;
  position: relative;
  bottom: 25px;
  line-height: 15px;
  font-size: 9px;
  font-weight: normal;
}

.headerLink:hover {
  opacity: 1;
}

footer {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  border-top: 1px solid #0f0f0f;
  padding: 0px 15px;
  box-sizing: border-box;
  background-color: #111;
  background-image: url(../img/exclusive-paper.png);
  box-shadow: inset 0px 30px 40px -10px #222;
  text-shadow: 1px 1px 3px #000;
}

.clear {
  clear: both;
}

#content {
  width: 100%;
  height: 800px;
  border-bottom: 1px solid #2d2d2d;
}

@media only screen and (min-width: 1070px)
{

#wrapper {
  max-width: 1050px;
  min-width: 1050px;
}

.headerLink {
  padding: 0px 30px;
}

}

@media only screen and (min-width: 1160px)
{

#wrapper {
  max-width: 1150px;
  min-width: 1150px;
}

.headerLink {
  padding: 0px 48px;
}

}

@media only screen and (min-width: 1560px)
{

#wrapper {
  max-width: 1550px;
  min-width: 1550px;
}

}
