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

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

html {
   min-height: 100%;
}
   
body {
   color:#242021;
   font-family:'Lato', Helvetica, Arial, sans-serif;
   font-size:1.063em;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:425px;
   min-width: 250px;
   margin: 1rem auto;
   border:solid 3px #3177B2;
   background:#fff;
   overflow:hidden;
   padding:0.5rem 0.75rem 0.75rem;
}
a {
   color:#242021;
   text-decoration:none;
}
p {
   padding-bottom:0.5rem;
}
h1 {
   margin: 0rem 0rem 0.75rem;
   text-align: center;
   font-weight: 900;
   font-size:1.695em;
   color: #5186B6;
   line-height:1.1em;
}

h1 span {
   font-size:0.7em;
   color: #000;
}

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

li {
  padding-left: 0.75rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.35em;
  position: relative;
  float: left;
  color: #000;
  top: 0px;
  font-family:Helvetica, sans-serif;
  margin-left: -0.75rem;
}

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

article {
  padding:0rem;
}

footer {
  padding: 0rem;
}


.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:425px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   body{
      font-size: 0.938em;
   }
   ul{
      padding-left: 0;
   }
  i br{
    display: none;
  }
}
/* Tin developer */