/* @import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic&subset=latin,latin-ext); */
@import url('https://fonts.googleapis.com/css2?family=Chivo&display=swap');

/* --- */

body {
	/* font-family: "Playfair Display", Arial, Tahoma, Helvetica, sans-serif; */
	font-family: "Chivo", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 40px;
    /* font-weight: normal; */
	/* color: #000000; */
	color: #fff;
	background-color: #0a140f;
	line-height: 1.1;
}

a,
a:hover {
    color: #000000;
    text-decoration: none;
}

h1, .h1 {
	font-size: 80px;
	font-weight: bold;
	color: #000000;
	line-height: 0.9;
	margin-top: 0px;
	margin-bottom: 30px;
}

h2, .h2 {
	font-size: 40px;
	font-weight: normal;
	color: #000000;
	line-height: 0.9;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3, .h3 {
	font-size: 40px;
	font-weight: normal;
	/* color: #6f6f6f; */
	color: #fff;
	line-height: 0.9;
	margin-top: 0px;
	margin-bottom: 70px;
}

/* --- */



/* --- */

#header {
	text-align: center;
	/* margin-top: 50px; */
	margin-top: 0px;
	/* margin-bottom: 70px; */
	margin-bottom: 20px;
}

#footer1 {
	text-align: left;
	margin-bottom: 50px;
}

#footer2 {
	text-align: right;
	margin-top: 60px;
	margin-bottom: 50px;
	line-height: 1.42857143;
}

#footer1 p,
#footer2 p {
	margin-bottom: 0px;
}

#footer1 span,
#footer2 span {
	color: #997f43;
}

/* --- */

@media (max-width: 767px) {
	body,
	h3, .h3,
	h2, .h2 {
		font-size: 30px;
	}
	h1, .h1 {
		font-size: 60px;
	}
	#footer1 {
		margin-bottom: 0px;
	}
	#footer2 {
		text-align: left;
		margin-top: 0px;
		line-height: 1.1;
	}
}

@media (max-width: 479px) {
	body,
	h3, .h3,
	h2, .h2 {
		font-size: 20px;
	}
	h1, .h1 {
		font-size: 40px;
	}
	#footer1 {
		margin-bottom: 0px;
	}
	#footer2 {
		text-align: left;
		margin-top: 0px;
		line-height: 1.1;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body,
	h3, .h3,
	h2, .h2 {
		font-size: 25px;
	}
	h1, .h1 {
		font-size: 50px;
	}
	#footer2 {
		margin-top: 35px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body,
	h3, .h3,
	h2, .h2 {
		font-size: 35px;
	}
	h1, .h1 {
		font-size: 70px;
	}
	#footer2 {
		margin-top: 55px;
	}
}