@import "https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900";

html, body{ font-family: "Raleway", sans-serif; background-color:#fafafa; color: #7A7A7A; }
.main {font-size:20px; text-align:center; }

.title-plugin{ font-family: "Raleway", sans-serif;; font-size: 80px; color: #019F9A}

.block-wrapper{ margin-right: auto; margin-left: auto; width: 100%; }
  .block{ color:#fff; display:inline-table;border: 0px solid #fff; padding-top: 40px;text-shadow: 1px 1px 1px #000; width: 180px; height: 160px; margin: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:40px;
}
    .block p { margin: 0; }
      .block p i{ font-size: 40px; color: #019F9A; }
  .counter-wrapper{ font-weight:700; margin:5px 0px 5px 0px; font-size: 25px; }
  .text-block{ font-size: 22px;font-weight:400 }


  /* icon */
  .lnr-wrapper{ margin-top: 20px }
  .lnr-heart, .lnr-code, .lnr-bicycle, .lnr-history { color: #fff; font-size: 45px;}

footer{ position: absolute; bottom:10px; text-align: center; font-size: 14px; }
footer a{ color:#7A7A7A; text-decoration: none; font-weight: bold }
