@import '../assets/font-awesome/css/font-awesome.css';

*{
  box-sizing: border-box;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
figure{
  margin: 0;
}
ul,ol,li{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Bacss */

h1{
  font-size: 1.4em;
  margin-bottom: 1.4em;
}
h3{
  font-size: 0.9em;
  margin-bottom: 1.2em;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
}
input, button{
  outline: none;
}