/* exo-200 - latin */
@font-face {
  font-family: 'Exo light';
  font-style: normal;
  font-weight: 200;
  src: local(''),
       url('../fonts/exo-v20-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/exo-v20-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* exo-regular - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/exo-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/exo-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* exo-700 - latin */
@font-face {
  font-family: 'Exo bold';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/exo-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/exo-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body{
	font-family: 'Exo light', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color:#606667;
	background-color: #ffffff;
}

p{
	font-size: 18px;
}

h1{
	font-family: 'Exo light', Helvetica, Arial, sans-serif;
	font-size: 36px;
}

h2{
	font-family: 'Exo bold', Helvetica, Arial, sans-serif;
	font-size:18px;
}

.highlightColor{
	color:#C81839;
	font-family: 'Exo bold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}

.keywords{
	color:#C81839;
	font-family: 'Exo bold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 80px;
	text-align:center;
}

.button{
	background-color:#C81839;
	color:#ffffff;
	font-family: 'Exo bold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 20px;
	text-align:center;
}

a:hover.button{
	color:#ffffff;
}