
@charset "utf-8";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font:400 1em/1.2 'Roboto', Arial, sans-serif;
}

#wrapper {
   position:relative;
   max-width:495px;
   margin: 1rem auto;
   border:solid 2px #000;
   background:#fff;
   overflow:hidden;
   padding:0rem;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom:1rem;
}
h1,h2,h3,strong{
   font-weight: 700;
}
h1 {
   margin:0.5rem 0 0.125rem;
   font-size:3.95em;
   line-height:1.1em;
   text-align: center;
   font-family: Times, "Times New Roman", serif;
}
h1 + p{
   text-align: center;
}

h2 {
   font-size:0.9em;
   line-height:1.3em;
   color: #DEDEDE;
   letter-spacing: 4px;
   text-transform: uppercase;
   text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;
   margin-bottom:0.375rem;
}
h3 {
   font-size:1em;
   line-height:1.3;
   margin-bottom:0;
}
article {
  padding:0 2rem;
  background: url('../images/bg.jpg') no-repeat top center,#E5E5E5;
}
article>p:nth-of-type(1){
   font-size: 1.5em;
   padding-bottom: 1.5rem;
}
article aside:first-of-type{
   padding-left: 3rem;
}
article aside:nth-of-type(2){
   padding-left:57%;
   margin-bottom: -4rem;
}

footer {
   display: flow-root;
  padding:0.5rem 0.75rem 0.75rem;
}
footer figure{
   margin: 0;
}
footer img{
   float: right;
}
footer p{
   position: absolute;
   left: 0.75rem;
   bottom: 0;
   font-family: Times, "Times New Roman", serif;
   width: 57%;
   text-align: right;
   font-size: 1.35em;
   padding-bottom: 0.5rem;
}
a:hover {
   text-decoration:underline;
}

img {
   max-width:100%;
   height:auto;
   display: inline-block;
   vertical-align: middle;
}

@media only screen and (max-width:495px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   article{
      padding: 0.5rem 1rem 0;
   }
   article aside:first-of-type{
      padding-left: 0;
   }
   article aside:nth-of-type(2){
      padding-left: 0;
      margin-bottom: 0;
   }
   br{
      display: none;
   }
   article aside:nth-of-type(1) br{
      display: block;
   }
   footer p{
      position: static;
      width: auto;
      text-align: left;
   }
   footer figure{
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-justify-content:center;
      justify-content:center;
      flex-flow:row wrap;
   }
   p {
    text-align: left;
   }
   article > p:nth-of-type(1){
      font-size: 1.3em;
   }
   h1{
      font-size: 2.5em;
   }
}
