/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=Forum&family=Jost:ital,wght@0,300;0,400;0,700;1,400&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  font-size: 16px;
}

body {
  font-family: "Jost", sans-serif;
  background-color: #fff;
  color: #000;
}

a {
  color: #563d01;
  transition: color 0.2s ease-in;
  font-size: 1.2rem;
}
a:hover, a:target, a:active {
  color: #fff;
}

h1 {
  font-size: 2rem;
  font-family: "Forum", cursive;
  color: #563d01;
  line-height: 1;
  text-align: center;
  /*text-shadow: 0px 0px 50px $color-accent;*/
}

h2 {
  font-family: "Forum", cursive;
  color: #563d01;
  font-size: 1.9rem;
  padding-bottom: 50px;
  text-align: center;
  text-shadow: 0px 0px 50px #563d01;
}

h3 {
  font-family: "Forum", cursive;
  color: #563d01;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}

p {
  font-size: 1.2rem;
  margin: 0.5em 0;
}

section {
  padding: 20px 0;
  background: linear-gradient(#fff 0%, #ede3d9 100%);
}

.section--light {
  background: #f7f3ef;
}
.section--dark {
  background: #ede3d9;
}
.section--none {
  background: none;
  padding: 0;
}

.container {
  margin: 40px auto;
  padding: 0 15px;
  max-width: 600px;
  text-align: center;
}

.link {
  margin: 10px auto;
  padding: 10px;
  max-width: 400px;
  border: 3px solid #917540;
  background-color: #e1d5c9;
}

footer {
  padding: 10px 0;
  margin-top: -60px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(90deg, #d2ba85 0%, #a08550 100%);
  transition: color 0.5s ease-in;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  padding: 10px 40px;
  color: #fff;
  text-align: center;
  width: 300px;
  margin: 10px;
}
.btn:hover {
  color: #563d01;
}

.no__btn {
  display: inline-block;
  background: linear-gradient(90deg, #d2ba85 0%, #a08550 100%);
  /*box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);*/
  border-radius: 40px;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  width: 300px;
  margin: 10px;
}

.none {
  display: none;
}

img {
  margin-bottom: 20px;
}

.mini__text {
  font-size: 0.8rem;
}

.text-right {
  text-align: right;
}

footer h3 {
  margin-bottom: 0;
}

.margin__bot {
  margin-bottom: 30px;
}/*# sourceMappingURL=main.css.map */

.icons {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -20px;
}

.doc {
  margin: 20px 0;
}