/***************************
	Colors
***************************/
/***************************
	Font
***************************/
/***************************
	Widths & Margins
***************************/
a {
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #222;
  display: inline-block;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid #222;
  color: #000000;
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
