
@charset "utf-8";
/* Standard */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
body {
   color:#000;
   font-family:'Roboto', Helvetica, Arial, sans-serif;
   font-size:0.813em;
   line-height:1.3em;
}
#wrapper {
   position:relative;
   max-width:750px;
   min-width: 250px;
   margin: 1rem auto;
   border:solid 1px #555;
   background: url('bg.jpg') no-repeat left top;
   height: 1057px;
   overflow:hidden;
   padding:0rem;
}
a {
   color: #044466;
   text-decoration:none;
}
p {
   padding-bottom:1.2rem;
   text-align: justify;
}
p span{
   display: inline-block;
}

h1 {
   margin: 0rem 0rem -0.2rem;
   font-size:3.25em;
   line-height:0.8em;
   color: #F37323;
   font-weight: 900;
}
h1 span {
   font-size:0.75em;
   display: block;
}
h1 small{
   font-size:0.45em;
}
h1 + p{
   padding-bottom: 1.5rem;
}
h2 {
   font-size:1.85em;
   line-height:1.1em;
   font-weight: 900;
   margin-bottom:0;
}
h3 {
   font-size:1.85em;
   line-height:1.1;
   color: #044466;
   font-weight: 900;
   margin-bottom:0.5rem;
}
h3 + p{
   padding-bottom: 0.5rem;
}
ul {
  padding: 0rem 0rem 0.5rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1rem;
  padding-bottom: 0.3rem;
}

ul li:before {
  content: "\25A0";
  display: inline-block;
  font-size: 0.875em;
  position: relative;
  float: left;
  top: -2px;
  margin-left: -1rem;
}

header {
  padding:2rem 2.5rem;
  float: left;
}
main{
   display: block;
   padding: 2rem;
   float: right;
   width: 558px;
}
article {
  padding:0rem;
}
article p strong{
   color: #044466;
}
article aside{
   color: #044466;
   font-size: 1.063em;
   padding-top: 0.75rem;
   border-top: 1px solid #044466;
}
article aside:last-of-type{
   border-bottom: 1px solid #044466;
   margin-bottom: 0.75rem;
}
article aside h2{
   float: left;
   width: 110px;
}
article aside ul{
   float: right;
   width: 337px;
}
article p:nth-of-type(3),
article p:nth-of-type(4){
   padding-bottom: 0.2rem;
}
footer {
  padding: 0rem;
}
footer a{
   display: inline-block;
   margin-right: 1rem;
}
footer i{
   color: #044466;
}
footer img{
   position: absolute;
   bottom: 2rem;
   left: 2.5rem;
}
.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   visibility: hidden;
   height: 0px;
}
a:hover {
   text-decoration:underline;
}
i{
  font-style: normal;
}
img {
   max-width:100%;
   height:auto;
   display: inline-block;
   vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:750px) {
   #wrapper {
      max-width: 550px;
      background: #FFF;
      height: auto;
      padding: 1rem;
   }
   header{
      float: none;
      padding:0 0 1rem;
   }
   main{
      float: none;
      padding: 0;
      width: 100%;
   }
   footer img{
      position: static;
      margin-top: 1rem;
   }
   p {
    text-align: left;
   }
  i br{
    display: none;
  }
}
@media only screen and (max-width:550px) {
   #wrapper{
      border:none;
      margin: 0 auto;
   }
   article aside ul,
   article aside h2{
      float: none;
      width: 100%;
   }
   h2{
      margin-bottom: 0.3rem;
   }
   h2, h3{
      font-size: 1.3em;
   }
   h1{
      font-size: 2.5em;
      line-height: 1.2;
   }
}
/* Tin developer */