/* BODY */
/* ---------------------------------------------------- */
html,
body {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #222;
	background-color: #fff;
}

/* TYPOGRAPHY */
/* ---------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: #558122;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #406b1c;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 1.4em;
	font-weight: bold;
}

h1 {
	font-size: 1.80rem;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.45rem;
	margin: 0 0 0.6em 0;
}

h3 {
	font-size: 1.2rem;
	margin: 0 0 0.6em 0;
}

h4 {
	font-size: 1rem;
	margin: 0 0 0.5em 0;
}

p {
	font-size: 1rem;
	line-height: 1.4rem;
}

ul {
	list-style-position: inside;
}

ul li {
	line-height: 1.6rem;
}

/* HEADER */
/* -------------------------------------------------------------- */
header {
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.header-app-logo,
.header-app-logo {
	display: inline-block;
	margin: 30px 0 40px 0;
	width: auto;
	text-decoration: none;
	text-align: center;
}

.header-app-logo img {
	display: block;
	margin: 0 auto 10px auto;
	width: 32px;
	height: auto;
}

.header-app-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: #333;
	margin-bottom: 5px;
	line-height: 1;
	text-transform: uppercase;
}

.header-app-tagline {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.8rem;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
}

@media only screen and (min-width: 400px) {}

/* LAYOUT */
/* -------------------------------------------------------------- */
.container {
	padding: 20px;
}

/* Gallery Grid */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}

.gallery-item {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s, box-shadow 0.2s;
	text-decoration: none;
	color: inherit;
	display: block;
}

.gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.item-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.item-content {
	padding: 20px 20px 30px 20px;
}

.item-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.item-excerpt {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5;
}

/* DETAIL PAGE */
/* -------------------------------------------------------------- */
.detail-container {
	max-width: 800px;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.detail-image {
	width: 100%;
	height: auto;
}

.detail-content {
	padding: 40px;
}

.detail-title {
	font-size: 2rem;
	margin-bottom: 20px;
}

.detail-description {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #444;
	margin-bottom: 40px;
}

/* Email Form */


/* Back Link */
.back-link {
	display: block;
	margin: 0 0 5px 0;
}

/* STATUS MESSAGES */
/* -------------------------------------------------------------- */
.notifications {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	margin: 0 0 30px 0;
	color: #555;
	font-size: 110%;
	font-weight: normal;
	line-height: 140%;
	background-color: #ffecb3;
}

.notification-error {
	display: block;
	color: #c62828;
	background-color: #ffe6e9;
}

.notification-success {
	display: block;
	color: #33691e;
	background-color: #e7f3d9;
}

.notification-warning {
	display: block;
	color: #555;
	background-color: #ffecb3;
}

/* FOOTER */
/* -------------------------------------------------------------- */
footer {
	box-sizing: border-box;
	width: 92%;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	text-align: center;
}

.footer-links {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}

.footer-links li {
	flex-basis: 100%;
	margin: 0;
	padding: 0 0.8em;
	border-right: none;
	border-bottom: 1px solid #ccc;
}

.footer-links li:last-child {
	border-bottom: none;
}

.footer-links li a:link,
.footer-links li a:visited,
.footer-links li a:hover,
.footer-links li a:active,
.footer-links li a:hover,
.footer-links li a:active {
	color: #333;
	font-size: 0.85rem;
	line-height: 1rem;
	text-decoration: none;
}

.footer-links li a:hover,
.footer-links li a:active,
.footer-links li a:focus {
	color: #111;
}

.footer-disclaimer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px 0;
	color: #555;
	font-size: 0.75rem;
	line-height: 1.2rem;
	text-align: left;
}

.footer-legal-copy {
	margin: 20px 0 0 0;
	color: #555;
	font-size: 0.75rem;
}

/* FOOTER MEDIA QUERIES */
/* -------------------------------------------------------------- */
@media only screen and (min-width: 960px) {
	footer {
		width: 800px;
	}

	.footer-links {
		flex-wrap: nowrap;
		justify-content: center;
		margin: 0 auto;
	}

	.footer-links li {
		flex-basis: auto;
		margin: 0;
		padding: 0 0.8em;
		border-right: 1px solid #ccc;
		border-bottom: none;
	}

	.footer-links li:last-child {
		border-right: none;
	}
}

/* FOOTER SOCIAL */
/* -------------------------------------------------------------- */
.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
	justify-content: center;
}

.social-icons li {
	flex-basis: 32px;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0;
	padding: 4px;
}

.social-icons li a:link,
.social-icons li a:visited,
.social-icons li a:hover,
.social-icons li a:active {
	display: block;
	box-sizing: border-box;
	width: 100%;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-delay: 0s;
}

.social-icons li a:hover,
.social-icons li a:active,
.social-icons li a:focus,
.social-icons li a.active {
	transform: scale(1.2);
}

.social-icons li img {
	width: 100%;
	height: auto;
}