* {
		padding: 0;
		margin: 0;
}

body {
		background-color: #298bf7;
		font-family: "Inter", sans-serif;
}

header {
		background-color: #f4f4f4;
		width: 100%;
		height: 75px;
		padding-top: 5px;
}

header.home img {
		display: block;
		height: 70px;
		margin: 0 auto;
}

header.subpage > img {
		position: absolute;
		top: 10px;
		left: 15px;
		display: block;
		height: 60px;
}

header nav {
		float: right;
}
header nav img {
		height: 60px;
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
}

main {
		color: #f4f4f4;
}

main.home {
		max-width: 800px;
		margin: 0 auto;
		padding-top: 4rem;
}
main.home h2 {
		font-family: "Cormorant", serif;
		font-weight: normal;
		font-style: italic;
		font-size: 2rem;
		margin-bottom: 1rem;
}
main.home h1 {
		font-size: 2.4rem;
		line-height: 2.6rem;
		margin-bottom: 1rem;
		text-transform: uppercase;
}

main.home article {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 2rem;
}

.home article section:first-child {
		flex: 3;
}
.home article section {
		flex: 2;
}
.home article section p {
		font-size: 1.2rem;
		text-align: justify;
		text-justify: inter-word;
}
.home article section nav {
		margin-top: 2rem;
}
.home article section nav a {
		color: #f4f4f4;
		display: block;
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
		font-weight: bold;
}

@media (max-width: 799px) {
		main.home h2 {
				font-size: 1.5rem;
				text-align: center;
				padding: 0 1rem;
		}
		main.home h1 {
				padding: 0 1rem;
				font-size: 1.5rem;
				text-align: center;
				line-height: 1.5rem;
				text-transform: none;
		}
		main.home article {
				flex-direction: column;
				padding: 0 1rem;
		}
}


/* FOOTER */

footer {
		margin: 5rem auto 2rem;
}

footer .subber {
		margin-top: 1.5rem;
		font-size: 0.9rem;
		text-align: center;
}

footer .subber a {
		color: #f4f4f4;
}

footer .subber a:link, footer .subber a:link, footer .subber a:link, footer .subber a:link {
		text-decoration: none;
		font-weight: bold;
}
