
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font-family:'Roboto', Helvetica, Arial, sans-serif;
   font-size:0.938em;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:550px;
   margin: 1rem auto;
   border:solid 2px #000;
   background:#fff;
   overflow:hidden;
   padding:1.25rem 0.75rem 0.5rem;
   text-align: justify;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom:1rem;
}
h1 {
   margin: 0rem 0rem 2.5rem;
   font-size: 1.4em;
   line-height: 1.3em;
   text-align: center;
}

h1 +p{
   padding-bottom: 0.125rem;
}

h2 {
   font-size:1em;
   line-height:1.3em;
   margin-bottom:0;
}
h2 span {
   font-weight: normal;
}
h3 {
   font-size:1.35em;
   line-height:1.3;
   text-align: center;
   margin-bottom:0.625rem;
}
ul {
  padding: 0rem 0rem 1rem;
  list-style: none;
}

li {
  padding-left: 1rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.0em;
  font-family:Helvetica, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -1rem;
}

header {
  padding: 0rem;
}
header section{
   display: flow-root;
}
header section a img{
   float: left;
   margin-bottom: 0.5rem;
}
header section>img{
   float: right;
   margin-bottom: 0.5rem;
}
header figure{
   margin: 0 -0.75rem 1.5rem ;
}
article {
  padding:0rem;
}
article p:first-of-type {
   text-align: center;
}
footer {
  padding: 0rem;
}

a:hover {
   text-decoration:underline;
}

img {
   max-width:100%;
   height:auto;
   display: inline-block;
   vertical-align: middle;
}

@media only screen and (max-width:549px) {
   #wrapper {
      border:none;
      margin: 0 auto;
      text-align: left;
   }
   p {
    text-align: left;
   }
   br {
      display: none;
   }
}
