@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/arimo-v36-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/arimo-v36-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/arimo-v36-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/arimo-v36-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/arimo-v36-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/arimo-v36-latin-regular.svg#Arimo') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/arimo-v36-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/arimo-v36-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/arimo-v36-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/arimo-v36-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/arimo-v36-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/arimo-v36-latin-700.svg#Arimo') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.25em/1.2 'Arimo', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 635px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 0.25rem 0.75rem 0;
    height: 934px;
}
.center{
    text-align: center;
}
p {
    padding-bottom: 1.75rem;
}
h1 {
    margin: -1.75rem 0 6.75rem;
    font-size: 2.438em;
    line-height: 1.1;
}
h1 span{
    font-size: 0.45em;
    line-height: 1.3;
    font-weight: normal;
    display: block;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 2.125rem;
    list-style: none;
}
ul li {
    padding-left: 0.8rem;
}
ul li:before {
    content: "\2010";
    float: left;
    font-weight: 700;
    margin: -2px 0 0 -0.8rem;
}
header p {
    font-size: 1.188em;
    line-height: 1.3em;
}
header p strong {
    font-size: 1.125em;
}
.width {
    width: 85%;
}
.width p {
    padding-left: 0.5rem;
}
.width p:first-of-type {
    padding-right: 5rem;
}
.width p:last-of-type {
    letter-spacing: 0.5px;
    line-height: 1.5;
}
footer p {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.6;
    width: 80%;
}
@media only screen and (max-width: 634px) {
    body{
        font-size: 1.125em;
        line-height: 1.3;
        text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        background-size: cover;
        height: auto;
    }
    p :is(a,span){
        display: inline-block;
    }
    h1{
        margin-bottom: 1rem;
    }
    footer p, .width {
        width: auto;
    }
    .width p:first-of-type {
        padding-right: 0;
    }
    .hide_m{
        display: none;
    }
    .width p {
        padding-left: 0;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 2em;
    }
}