
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800');

:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font-family:'Open Sans', Helvetica, Arial, sans-serif;
   font-size:1.25em;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:430px;
   margin: 1rem auto;
   border:solid 2px #A81939;
   background:#fff;
   overflow:hidden;
   padding:0.625rem 0.625rem 0rem;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom:0.35rem;
   text-align: justify;
}
h1 {
   margin: -0.25rem 0rem 0.5rem;
   font-size:2.1em;
   line-height:1.1em;
}

h1 span {
   font-size:0.7em;
}

header {
  padding: 0rem  0 0.5rem;
  text-align: center;
}

article {
  padding:0rem;
}
article p:last-of-type{
   text-align: center;
}
footer {
  padding: 1rem 0.625rem;
  margin: 0.5rem -0.625rem 0;
  color: #FFF;
  background: #A81939;
  text-align: center;
}
footer a{
   color: #FFF;
}

.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   visibility: hidden;
   height: 0px;
}
a:hover {
   text-decoration:underline;
}

img {
   max-width:100%;
   height:auto;
   display: inline-block;
   vertical-align: middle;
}

@media only screen and (max-width:430px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   body{
      font-size: 1.125em;
   }
   h1{
      font-size: 1.8em;
   }
   p {
    text-align: left;
   }
   article br{
    display: none;
  }
}
