@charset "utf-8";

@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Patrick Hand';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/patrick-hand-v25-latin-regular.eot');
   /* IE9 Compat Modes */
   src: url('../fonts/patrick-hand-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/patrick-hand-v25-latin-regular.woff2') format('woff2'),
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url('../fonts/patrick-hand-v25-latin-regular.woff') format('woff'),
      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url('../fonts/patrick-hand-v25-latin-regular.ttf') format('truetype'),
      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url('../fonts/patrick-hand-v25-latin-regular.svg#PatrickHand') format('svg');
   /* Legacy iOS */
}

@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/poppins-v24-latin-regular.eot');
   /* IE9 Compat Modes */
   src: url('../fonts/poppins-v24-latin-regular.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'),
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url('../fonts/poppins-v24-latin-regular.woff') format('woff'),
      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url('../fonts/poppins-v24-latin-regular.ttf') format('truetype'),
      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url('../fonts/poppins-v24-latin-regular.svg#Poppins') format('svg');
   /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/poppins-v24-latin-700.eot');
   /* IE9 Compat Modes */
   src: url('../fonts/poppins-v24-latin-700.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/poppins-v24-latin-700.woff2') format('woff2'),
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url('../fonts/poppins-v24-latin-700.woff') format('woff'),
      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url('../fonts/poppins-v24-latin-700.ttf') format('truetype'),
      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url('../fonts/poppins-v24-latin-700.svg#Poppins') format('svg');
   /* Legacy iOS */
}

:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   text-align: center;
   color: #1D4145;
   font: 700 1.375em/1.3em 'Poppins', Arial, sans-serif;
}

#wrapper {
   position: relative;
   max-width: 620px;
   margin: 1rem auto;
   border: solid 1px #000;
   background: url('../images/bg.jpg') no-repeat top left, url('../images/bg.jpg') no-repeat top right, #fff;
   overflow: hidden;
}

p {
   padding-bottom: 1rem;
}

p.big {
   font-size: 1em;
   line-height: 1.3em;
   padding-bottom: 0.3rem;
}

h1 {
   margin: 0 0 1.5rem;
   line-height: 1.1;
   font-size: 1em;
}

h1:before {
   content: url('../images/icon.jpg');
   margin: 0 0 0 -1rem;
}

h2 {
   font-size: 1.45em;
   line-height: 1.3;
   font-family: 'Patrick Hand', Arial, sans-serif;
   color: #FCCF50;
   padding-bottom: 0.5rem;
}

h3 {
   font-size: 1em;
   line-height: 1.3;

}

:is(a:link, a:visited, a:hover, a:active) {
   color: #1D4145;
   text-decoration: none;
}

img {
   max-width: 100%;
   height: auto;
}

footer i {
   font-size: 2.7em;
}

hr {
   margin: 3px 180px;
   border-bottom: 3px solid #1C4045;
}

header {
   margin: 0 -8px;
}

main {
   padding: 0 2rem;
}

.box {
   display: flex;
   align-items: center;
   justify-content: center;

}

.small {
   font-size: 0.8em;
   line-height: 1.3;
}

.res_mt p {
   font-size: 0.55em;
   line-height: 1.3;
   padding-bottom: 0;
}

.social {
   display: flex;
   justify-content: center;
   gap: 0.3rem;

}

.box hr {
   border: none;
   background: #FCCF50;
   height: 50px;
   width: 2px;
   margin: -42px 2.7rem -37px;
}

.fa-facebook {
   font-size: 1.5em;
}

.fa-instagram,
.fa-tiktok {
   background: #1D4145;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   font-size: 1.125em;
   color: #FFF;
   align-items: center;
   padding: 0.4rem 0;
   display: block;
}

footer {
   position: absolute;
   right: 2rem;
   bottom: 1rem;
}

@media only screen and (max-width:619px) {

   #wrapper {
      border: none;
      margin: 0 auto;
      background: #fff;
      hyphens: auto;
   }

   p :is(a, span) {
      display: inline-block;
   }

   header {
      margin: 0;
   }

   main {
      padding: 0 1rem 0.5rem;
   }

   .box hr {
      display: none;
   }

   .box {
      justify-content: space-between;
      flex-wrap: wrap;
   }


   article {
      padding: 0 1rem;
   }

   footer {
      position: static;
      padding: 1rem;
      display: flex;
      justify-content: center;
   }
}

@media only screen and (max-width:340px) {
   .box {
      justify-content: center;
   }
}
