@font-face {
  font-family: arsenicFont;
  src: url(fonts/TZIMISCE.TTF);
}
@font-face {
  font-family: awakeFont;
  src: url(fonts/GreatVibes-Regular.ttf);
}

body {
  background-color: #222;
  color: #0d3;
  font-size: 24px;
  letter-spacing: 2px;
}

body a {
  color: #0f9;
  font-size: 24px;
  padding: 5px;
}

.main{
  width: 100%;
  height: 100%;
}

.side-icon{
  margin-top: -5%;
  position: absolute;
  width: 100%;
  height: 150%;
  float: left;
  background: url(images/geargirl_vex.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: fixed;
  z-index: -1;
}

.header {
  width: 55%;
  font-size: 36px;
  font-family: awakeFont;
/*   background: rgba(34, 34, 34, 0.7); */
  background:transparent;
  float: right;
}
.header h1 {
  font-family: arsenicFont;
  margin-bottom: 0;

}

.site-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(34, 34, 34, 0.7);
  border-top-style: solid;
  border-top-color:transparent;
}

.header p {
  margin-top: 0;
}


.content{
  float: center;
  /* width: 450px; */
}

.pre-order-sale-message {
  display: inline-block;
  text-align: center;
  margin: 20px 0;
  width: 95%;
  color: #dfd;
}

.notation {
  font-size: 18px;
  margin-top: 20px;
  color: #bdb;
}

.notation a {
  color: #0f9;
  font-size: 18px;
  padding: 5px;
}

.shopping-cart {
  display: inline-block;
  width: 105px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.sale-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sale-item{
  display: block;
  width: 25%;
  margin: 2%;
}

.contacts {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.contacts img {
  width: 100px;
  height: 100px;
}

.shop-contact {
  display:inline-block;
  padding: 10px;
  width: 35%;
}

.social-contact {
  display:inline-block;
  padding: 10px;
  width: 35%;
}

.events-and-links {
  /* margin-top: 30%; */
  width: 450px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
