body {
	font-family: "Fira Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	background: #051b40 url(image/bg-page.png) repeat center center;
}
h1 {
	font-family: "PT Serif", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 38px;
	color: #cba068;	
	line-height: 1;
}
h2 {
	font-family: "Fira Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 21px;
	color: #cba068;	
	line-height: 1.5;
}
p {
	font-size: 21px;
	color: #cba068;
	line-height: 1.4;
}

.content {
	
}
footer {
	background: url(image/bg-footer.png) repeat center center;	
}
footer p {
	line-height: 1.3;
}
footer p a {
	color: #cba068;
	text-decoration: none;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	.logo {
		height: 270px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 18px;
	}
	p {
		font-size: 18px;
	}
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.logo {
		height: 240px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.logo {
		height: 190px;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
}