@font-face {
  font-family: 'Anaheim';
  font-style: normal;
  font-weight: normal; /* 400 */
  src: url('font/anaheim-v8-latin-regular.woff2') format('woff2'),
    url('font/anaheim-v8-latin-regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: normal; /* 400 */
  src: url('font/caveat-v18-latin-regular.woff2') format('woff2'),
    url('font/caveat-v18-latin-regular.woff') format('woff');
  font-display: swap;
}

body {
  font-family: 'Anaheim', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
}

a {
  text-decoration: none;
  color: #7d5f89;
  font-weight: bold;
}

a:hover {
  color: #f2c04f;
}

p, ul {
  margin-bottom: 1rem;
}

p + ul {
  margin-top: -1rem;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

h3 {
  font-weight: bold;
  text-transform: uppercase;
}

h4 {
  font-family: 'Caveat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
  color: #f2c04f;
  background-color: #3c3a3b;
  text-wrap: balance;
  padding: 1rem;
}

#wrapper {
  display: grid;
  grid-template-columns: 1fr min(892px, 92%) 1fr;
  min-height: 100vh;
}

#lside, #rside {
  background-color: #000000;
  background-image: url('img/backtrov_med.png');
  background-attachment: scroll;
  background-repeat: repeat;
  background-size: 741px 740px;
  z-index: -1;
}

#lside {
  background-position: right top;
}

#rside {
  background-position: left top;
}

#content {
  background-color: #fef9e6;
  text-align: center;
  padding-top: 4%;
}

.imgconsep {
  margin-bottom: 1rem;
  border-top: 1rem solid #3c3a3b;
  border-bottom: 1rem solid #3c3a3b;
}

#logob {
  margin: 0 auto;
  max-width: min(265px, 86%);
  margin-bottom: 2rem;
}

.incon {
  padding: 0 5%;
}

.qlink {
  margin-top: -1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.qlink a {
  font-family: 'Caveat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
  background-color: #7d5f89;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 1rem;
  text-wrap: balance;
}

.qlink a:hover {
  background-color: #f2c04f;
}

#soclinks {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}

#addcon {
  margin-bottom: 2rem;
}

a.btnlink {
  background-color: #7d5f89;
  border-radius: .25rem;
  color: #ffffff;
  padding: 0.5rem 1rem;
}

a.btnlink:hover {
  background-color: #f2c04f;
}

#madeby a {
  font-weight: normal;
}

@media /* only for retina displays */
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  #lside, #rside {
    background-image: url('img/backtrov_lrg.png');
  }
}

@media (min-width: 700px) {
  .qlink {
    margin-top: -336px;
    margin-left: 16px;
    margin-bottom: 3rem;
    width: auto;
  }

  .qlink a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 288px;
    height: 288px;
    border-radius: 50%;
    /*padding: 1rem;*/
    text-align: center;
    transform: rotate(-10deg);
    text-wrap: wrap;
  }
}
