/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ===============================  My style rules start here  =============================== */

main {
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}

body {
	background-color: #E2D0C2;
	font-family: Poppins , Arial, Helvetica, sans-serif;
}

header, h1, h2, h3 {
	font-family: "Playfair Display", 'Times New Roman', Times, serif;
}

/* ===============================  Header  =============================== */

h1 {
	background-color: #593622;
	font-size: 3rem;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	padding-top: 2.2rem;
	padding-bottom: 2.6rem;
}

header p:last-child {
	background-color: #593622;
	font-size: 1.2rem;
	font-style: italic;
	text-align: center;
	color: #fff;
	padding-bottom: 3rem;
	margin-bottom: 1.5rem;
}

/* ===============================  Main  =============================== */

h2 {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: capitalize;
	color: #593622;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}

h3 {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: capitalize;
	color: #593622;
	margin-bottom: 0.6rem;
}

p {
	font-size: 1rem;
	color: #593622;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.image1 {
	display: block;
	width: 40%;
	height: auto;
	padding: 3rem 1rem;
	margin: auto;
}

.object-list {
	display: flex;
	gap: 2.2rem;
	margin-top: 2.5rem;
}

.object-list img {
	width: 100%;
	height: auto;
}

.object-list h2 {
	margin-top: 1.5rem;
	margin-bottom: 1.2rem;
	padding-right: 2rem;
}

nav a {
	font-weight: 600;
	text-decoration: none;
	color: #593622;
}

nav a:hover,
nav a:active,
nav a:focus {
    color: #965B3A;
    transition: background-color 0.3s ease-in-out 0.2s; 
}

.introduction {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

em {
	font-style: italic;
	font-weight: 500;
}

ul {
	display: flex;
}

ul li img {
	width: 90%;
	height: auto;
}

.explore {
	display: flex;
	gap: 3rem;
}

.explore h3 {
	margin-top: 1.2rem;
	margin-bottom: 0rem;
}

hr {
	border: none;
	height: 1.5px;
	background-color: #593622;
	margin-top: 3.5rem;
}

/* ===============================  footer  =============================== */

.journal {
	text-align: center;
	margin-top: 3.5rem;
	margin-bottom: 2rem;
}

.journal a {
	text-decoration: none;
	font-weight: 600;
	font-style: italic;
	color: #593622;
}

.journal a:hover,
.journal a:active,
.journal a:focus {
    color: #965B3A;
	text-decoration: underline;
    transition: background-color 0.3s ease-in-out 0.2s; 
}

.return-btn {
	text-align: center;
}

.copyright {
	text-align: center;
	color: #fff;
	background-color: #593622;
	font-weight: 400;
	margin-top: 4rem;
	margin-bottom: 0rem;
	padding: 1rem 1rem;
}







