@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-regular.eot');
    src: url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'), url('../fonts/barlow-v12-latin-regular.woff') format('woff'), url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'), url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700.eot');
    src: url('../fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-700.woff2') format('woff2'), url('../fonts/barlow-v12-latin-700.woff') format('woff'), url('../fonts/barlow-v12-latin-700.ttf') format('truetype'), url('../fonts/barlow-v12-latin-700.svg#Barlow') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 400 1em/1.3 'Barlow', Arial, sans-serif;
    color: #000;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 537px;
    border: solid 1px #000;
    background: #fff;
    padding: 0 1rem;
}
p {
    padding-bottom: 0.5rem;
}
strong, h1, h2 {
    font-weight: 700;
}

h1 {
    margin: 0 0 0.3rem;
    font-size: 1.952em;
    line-height: 1.1em;
}
h1 small {
    font-size: 0.7em;
}
h2{
    font-size: 1em;
    line-height: 1.3;
}
header {
    padding: 0;
}
header p strong{
    background: #000000;
    display: inline-block;
    padding: 0.3rem 0.3rem 0.3rem 1rem;
    color: #fff;
    text-transform: uppercase;
    margin-left: -1rem;
}
article {
    padding: 0;
}
footer {
    padding: 0 3.5rem 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.25;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
@media only screen and (max-width:535px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
  
     p a{
        display: inline-block;
     }
     footer{
        padding: 0;
     }
}
