@charset "utf-8";
@font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/roboto-v30-latin-regular.eot');
   src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/roboto-v30-latin-700.eot');
   src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
:root {
   font-size: 16px;
}
* {
   box-sizing:border-box;
   margin: 0;
}
html {
   min-height: 100%;
}
body {
   color:#000;
   font:400 1.25em/1.3 'Roboto', Arial, sans-serif;
}
#wrapper {
   position:relative;
   max-width: 800px;
   margin: 1rem auto;
   border:solid 1px #000;
   background:#F7F0E0;
   overflow:hidden;
}
:is(a:link,a:visited,a:hover,a:active){
    color: #000;
    text-decoration: none;
}
p {
   padding-bottom:1rem;
}
h1,h2,h3,strong{
   font-weight: 700;
}
h1 {
   margin: 4rem 0 4rem 1.75rem;
   font-size:1em;
   line-height:1.3em;
}
h1 span {
   font-size:0.725em;
   font-weight: 400;
}
h1:before {
  content: "";
  background: url('../images/icon.jpg') no-repeat;
  width: 21px;
  height: 20px;
  float: left;
  margin: 2px 0 0 -1.75rem;
}
header {
   float: left;
   width: 363px;
}
main {
  float: right;
  width: 435px;
  padding: 1rem 2rem;
}
article section{
   position: relative;
   padding: 0 0 1rem 5.75rem;
}
article section p{
   font-size: 1.1em;
   line-height: 1.3;
}
article section p img{
   margin: 0 0 0 -1rem;
}
article section figure{
   position: absolute;
   left: 0;
   top: 0;
}
article>figure{
   display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:center;
  justify-content:center;
  flex-flow:row wrap;
  margin-bottom: 1.5rem;
}
footer {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:center;
  justify-content:center;
  flex-flow:row wrap;
}
img {
   max-width:100%;
   height:auto;
   vertical-align: middle;
}
@media only screen and (max-width: 799px) {
   #wrapper {
      border:none;
      margin: 0 auto;
      max-width: 600px;
   }
   header, main {
      width: 100%;
   }
}
@media only screen and (max-width: 480px) {
   main {
      padding: 1rem;
   }
   article section p {
      font-size: 0.9em;
   }
   h1 {
      margin: 1.5rem 0 1.5rem 1.5rem;
   }
   h1::before {
      margin-left: -1.5rem;
   }
}
