@charset "UTF-8";
/* CSS Document */

html {
	margin: 20px;
	padding: 0;
}
@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
}

figure {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}