/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lora Regular'), local('Lora-Regular'),
       url('../fonts/lora-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v14-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lora Bold'), local('Lora-Bold'),
       url('../fonts/lora-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v14-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}

body,html {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

h1 {
	font-family: Lora;
	font-weight: 700;
	text-align: center;
	font-size:20px;
	letter-spacing:2px;
}

p {
	font-family: Lora;
	font-weight: 400;
	text-align: center;
	font-size:14px;
	line-height: 22px;
}

img {
	width:80%;
}

section {
	width:100%;
	max-width:500px;
	text-align: center;
	margin:0 auto;
	padding:20px;
	box-sizing: border-box;
}

.cleardiv {
	clear:both;
	height:0px;
}