@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:wght@200;300;600");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0; }

html {
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  position: relative;
  max-width: 100%;
  height: 100%;
  font: 300 15px/1.5 'Source Sans Pro', sans-serif; }

img {
  width: 100%;
  height: auto; }

ul li {
  list-style: none; }

.btn,
button {
  outline: 0;
  border: 0; }

.btn:focus,
button:focus {
  outline: 0;
  box-shadow: none; }

.clear {
  *zoom: 1; }

.clear::after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden; }
