@charset "utf-8";

@font-face {
   font-display: swap;
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 300;
   src: url('../fonts/open-sans-v36-latin-300.eot');
   src: url('../fonts/open-sans-v36-latin-300.eot?#iefix') format('embedded-opentype'),
      url('../fonts/open-sans-v36-latin-300.woff2') format('woff2'),
      url('../fonts/open-sans-v36-latin-300.woff') format('woff'),
      url('../fonts/open-sans-v36-latin-300.ttf') format('truetype'),
      url('../fonts/open-sans-v36-latin-300.svg#OpenSans') format('svg');
}

@font-face {
   font-display: swap;
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 600;
   src: url('../fonts/open-sans-v36-latin-600.eot');
   src: url('../fonts/open-sans-v36-latin-600.eot?#iefix') format('embedded-opentype'),
      url('../fonts/open-sans-v36-latin-600.woff2') format('woff2'),
      url('../fonts/open-sans-v36-latin-600.woff') format('woff'),
      url('../fonts/open-sans-v36-latin-600.ttf') format('truetype'),
      url('../fonts/open-sans-v36-latin-600.svg#OpenSans') format('svg');
}

:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   color: #222242;
   font: 300 1.1em/1.3em 'Open Sans', Arial, sans-serif;
}

#wrapper {
   position: relative;
   max-width: 800px;
   margin: 1rem auto;
   border: solid 1px #000;
   background-color: #EAF7FD;
   overflow: hidden;
   padding: 1px;
}

p {
   padding-bottom: 1rem;
   text-align: justify;
   hyphens: auto;
}

h1 {
   margin: 0 0 0.3rem;
   font-size: 2em;
   line-height: 1.1em;
}

h1 span {
   font-size: 0.6em;

}

h2 {
   font-size: 1em;
   line-height: 1.3em;
}

h3 {
   font-size: 1.313em;
   line-height: 1.3em;
   margin-top: -0.5rem;
}

h4 {
   font-size: 3em;
   line-height: 1.3em;
   margin-bottom: 0.5rem;
}

h1,
h2,
h3,strong {
   font-weight: 600;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: inherit;
   text-decoration: none;
   white-space: nowrap;
}

img {
   max-width: 100%;
   height: auto;
}

ul {
   padding: 0 0 1.2rem;
   list-style: none;
}

li {
   padding-left: 1rem;
}

ul li:before {
   content: "\2022";
   font-size: 1em;
   float: left;
   margin: -1px 0 0 -1rem;
}

header {
   padding: 0 0 1.25rem;
   display: flex;
   justify-content: center;
}

main {
   padding: 2rem 2rem 0.25rem;
   border: 1px solid #000;
}

@media only screen and (max-width:799px) {
   body {
      font-size: 1em;
      line-height: 1.3em;
   }

   #wrapper {
      border: none;
      margin: 0 auto;
   }

   p {
      text-align: left;
   }

   p span {
      display: inline-block;
   }

   .hide_m {
      display: none;
   }

   main {
      border: none;
   }

   footer :is(h3, p) {
      text-align: center;
   }
}

@media only screen and (max-width: 480px) {
   body {
      font-size: 0.875em;
      line-height: 1.3em;
   }

   main {
      padding: 1rem 1rem 0.25rem;
   }

   h1 {
      font-size: 1.5em;
      line-height: 1.2em;
   }

   h4 {
      font-size: 1.7em;
   }
}
