/**
 * Breakpoint
 */
/**
 * Create vendor-prefixed CSS
 *
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2xo26c");
  src: url("../fonts/icomoon.eot?#iefix2xo26c") format("embedded-opentype"), url("../fonts/icomoon.woff?2xo26c") format("woff"), url("../fonts/icomoon.ttf?2xo26c") format("truetype"), url("../fonts/icomoon.svg?2xo26c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\f082"; }

.icon-linkedin:before {
  content: "\f08c"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

body {
  font-family: Lato, sans-serif;
  background: #3B5998;
  color: #a4bdef;
  text-align: center;
  width: 50%;
  margin: auto;
  line-height: 1.4;
  -webkit-animation: fadein .5s;
  animation: fadein .5s;
  font-size: 18px; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

img.profile {
  border: 10px solid #4c70ba;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: 70px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  img.profile:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

h1, h2, h3, h4, h5, h6 {
  font-family: bitter, serif; }

header {
  line-height: 1.2;
  margin-bottom: 36px; }
  header p {
    font-weight: bold; }

h1 {
  margin-top: 50px;
  font-size: 60px;
  letter-spacing: 2px; }

h2 {
  margin: 12px 0;
  font-size: 24px;
  letter-spacing: 4px; }

p, ul {
  margin-bottom: 20px; }

hr {
  display: inline-block;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.1);
  margin: .5em 0 1em;
  width: 60%; }

article li {
  display: inline-block;
  background: #4c70ba;
  color: #d7dfef;
  font-family: bitter, serif;
  font-size: 16px;
  padding: 3px;
  border-radius: 3px;
  margin: 0 2px 5px 2px; }

a {
  color: inherit;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s; }
  a:hover {
    color: #d7dfef; }

footer {
  margin: 50px 0;
  font-size: 26px; }
  footer li {
    display: inline-block;
    margin: 0 5px; }
  footer b {
    display: none; }
  footer a {
    text-decoration: none; }
  footer p {
    font-size: 12px;
    opacity: .5; }

@media only screen and (max-width: 1270px) {
  body {
    width: 70%; } }

@media only screen and (max-width: 880px) {
  body {
    width: 80%; } }

@media only screen and (max-width: 540px) {
  body {
    width: auto;
    padding: 0 20px; }
  img.profile {
    margin-top: 40px;
    width: 110px;
    height: 110px; }
  h1 {
    margin-top: 30px;
    font-size: 40px; }
  h2 {
    font-size: 18px; } }
