@charset "UTF-8";

::selection { background: #80d4f9;}
::-webkit-selection { background: #80d4f9;}
::-moz-selection { background: #80d4f9;}

* { transition: all 300ms;}

.light { font-weight: 300;}

html, body { margin: 0;padding: 0;/*animation: fadeIn 2s;*/overflow-x: hidden;background-color: #fff;}

h1,h2,h3,h4,h5,h6,p,li,a,span { hyphens: manual;text-decoration: none;padding: 0;margin: 0;font-family: 'Lato', sans-serif;font-weight: 300;color: #fff;}

ul,li { list-style: none;margin: 0;padding: 0;}
