﻿@media (max-width: 375px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 768px){
  html {
    font-size: calc(6.3688px + 2.035vw);
  }
}

html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main {
  flex-grow: 1;
  border: 1px;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
  font: 16px/26px Georgia Garamond Serif;
  overflow: auto;
}

a {
  color: inherit;
}
.sub {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom {
  margin: 10px 0 0;
}
.button {
  height: 50px;
  width: 200px;
  vertical-align: middle;
  border: 0;
  line-height: 2.5;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #000;
}

.button:hover {
  background: #333;
}

.button:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
  inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.block-cookie-consent {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: .85rem;
  background: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 3px #0003;
  padding: 1.42rem 3vw;
  box-sizing: border-box;
  visibility: visible;
  z-index: 9999;
}


.block-cookie-consent h3 {
  font-size: 1rem;
}

.block-cookie-consent p {
  padding-left: .2rem;
  padding-right: 5vw;
}

.block-cookie-consent--btn {
  flex: 0 0 auto;
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background: #222;
  padding: 1rem 1.5em;
  border-radius: .5rem;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}
