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

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

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
   font-size:1em;
   line-height:1.2em;
}

#wrapper {
   position:relative;
   max-width:600px;
   min-width: 250px;
   margin: 1rem auto;
   border:solid 1px #000;
   background:url('bg_ft.jpg') no-repeat bottom right,#FFF;
   overflow:hidden;
   padding:2.5rem 2.5rem 2rem;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom:1rem;
}
h1 {
   margin: 0.5rem 0rem;
   font-size:2.65em;
   line-height:0.9em;
   letter-spacing: 1px;
   position: relative;
}

h1 span {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   text-align: center;
   color: rgba(255, 255, 255, 0);
}

h2 {
   font-size:1.3em;
   line-height:1.3em;
   margin-bottom:0;
   font-weight: 400;
   color: #ED1165;
}
h3 {
   font-size:1em;
   line-height:1.3;
   margin-bottom:0;
}
ul {
  padding: 0rem 0rem 1rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.75rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.15em;
  position: relative;
  color: #ED1165;
  float: left;
  top: -1px;
  margin-left: -0.75rem;
}

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

article {
  padding:0rem;
}
article section p{
   width: 251px;
   color: #ED1165;
   padding-bottom: 1.5rem;
}
article section p span{
   display: inline-block;
   margin-right: -1rem;
}
article aside{
   float: right;
   background: #EE1067;
   color: #FFF;
   width: 250px;
   height: 250px;
   margin: -2rem 1rem -3rem 0;
   padding: 1.25rem 0;
   text-align: center;
   border-radius: 50%;
}
footer {
  padding: 0rem;
}
footer aside{
   width: 71%;
   font-size: 0.875em;
   line-height: 1.2;
}
footer>a {
   position: absolute;
   font-size: 1.2em;
   font-weight: 600;
   bottom: 2rem;
   right: 2rem;
   color: #FFF;
}
.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:600px) {
   #wrapper {
      border:none;
      margin: 0 auto;
      padding: 1rem;
   }
   article section p span{
      display: inline;
      margin-right: 0rem;
   }
   p {
    text-align: left;
   }
  i br{
    display: none;
  }
}
@media only screen and (max-width:530px) {
   article aside{
      float: none;
      margin: 0 0 1rem;
   }
   article section p{
      float: none;
      width: 100%;
   }
}
@media only screen and (max-width:410px) {
   footer aside{
      width: 100%;
      padding-bottom: 7rem
   }
   article aside{
      width: 235px;
      height: 235px;
   }
}
/* Tin developer */