body {
	font-family: 'Nunito', sans-serif;
	background: #e4e8dd;
}

img {
	max-width: 100%;
}

h1, p {
	margin: 0;
	padding: 0;
}

#page {
	display: flex;
	flex-direction: row;
	margin: 50px auto;
	max-width: 1300px;
}

#left {
	width: 25%;
	min-width: 260px;
	position: relative;
}

#sticky-container {
	position: sticky;
	top: 48px;
}

#left h1 {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

#left nav {
	background: #acb598;
	padding: 30px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 32px 0 rgba(22,24,26,0.11);
}

#left nav a {
	position: relative;
	z-index: 2;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 3px;
	text-shadow: 1px 1px 2px rgba(22,24,26,0.11);
}

#left nav a:hover {
	transform: scale(1.05);
	margin-left: 5px;
}

#left #paw {
	position: absolute;
	z-index: 1;
	width: 250px;
	height: 250px;
	fill: #fff;
	opacity: .08;
	transform: rotate(-30deg);
	right: -30px;
	bottom: -75px;
}

#right {
	margin-left: 80px;
	width: 100%;
}

#right section {
	background: white;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 45px;
	box-shadow: 0 8px 32px 0 rgba(22,24,26,0.11);
	display: flex;
	flex-flow: row nowrap;
}

section h2 {
	margin: 0;
}

section h2.title {
	margin-bottom: 15px;
}

#me {
	overflow: hidden;
	margin-right: 30px;
	flex-shrink: 0;
}

#me img {
	border-radius: 15px;
	border: 5px solid #757c70;
	width: 162px;
}

#right p {
	margin-bottom: 15px;
}

small.subtitle {
	text-transform: uppercase;
	color: #757c70;
}

#welcome p {
	margin-top: 15px;
}

#tidbits {
	display: flex;
	gap: 15px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
}

#tidbits li {
	display: inline-flex;
	align-items: center;
	border: 1px dashed rgba(59, 112, 23, 0.5);
	border-radius: 2em;
	margin: 0 7px 10px 0;
	padding: 0.5em 1em;
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
	cursor: default;
}

#tidbits li svg {
	width: 25px;
	height: auto;
	margin-right: 8px;
	fill: #624232;
}

#tidbits li:hover,
#tidbits li:hover svg {
	color: #093c09;
	fill: #093c09;
	border-color: #093c09;
}

#quick-contact {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom: 20px;
	gap: 30px;
}

#quick-contact > div {
	display: flex;
	align-items: center;
}

#quick-contact svg {
	width: 25px;
	margin-right: 5px;
	align-self: center;
}

#quick-contact a {
	font-size: 1.2em;
	font-family: "Roboto Mono", monospace;
	letter-spacing: .01em;
	padding-bottom: 2px;
}

section h4 {
	text-transform: uppercase;
	font-family: "Roboto Mono", monospace;
	color: #5c7f50;
	letter-spacing: .05em;
	font-size: 1.05em;
	margin-bottom: 10px;
}

section ul.list {
	margin-top: 0;
	margin-bottom: 35px;
}

.foot-notes {
	background: #f1f1f1;
	margin: 30px -30px -30px;
	padding: 30px;
}

#copyright {
	text-align: center;
}

@media (max-width: 1400px) {
	#page {
		margin: 50px;
	}

	#right section {
		display: block;
	}

	#me {
		float: left;
	}
}

@media (max-width: 1000px) {
	#page {
		display: block;
	}

	#left, #right {
		margin: 50px 0;
		width: 100%;
	}

	#sticky-container {
		display: flex;
		gap: 45px;
		position: relative;
		top: 0;
	}

	#sticky-container h1 {
		width: 30%;
		align-self: center;
		justify-content: center;
		margin-top: 15px;
	}

	#sticky-container nav {
		width: 100%;
	}

	#quick-contact {
		justify-content: center;
		flex-direction: row;
		margin-bottom: 45px;
	}
}

@media (max-width: 700px) {
	#page, #left {
		margin-top: 0;
		padding-top: 15px;
	}

	#sticky-container {
		display: block;
		margin-top: 0;
		top: 0;
	}

	#sticky-container h1 {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		margin-top: 0;
	}

	#sticky-container h1 img {
		max-height: 200px;
	}

	#quick-contact {
		display: block;
	}

	#quick-contact > div {
		margin-bottom: 15px;
	};

	#right section {
		padding: 20px;
	}

	#me {
		width: 100%;
		margin-bottom: 15px;
	}

	#me img { width: 100%; }

	#page {
		margin: 25px;
	}

	#tidbits {
		display: block;
	}

	.foot-notes {
		background: #f1f1f1;
		margin: 20px -30px -30px;
		padding: 30px;
	}
}

#puppies {
	display: flex;
	flex-flow: column wrap;
	width: 100%;
	gap: 20px;
	margin-top: 15px;
	max-width: 100%;
	overflow: hidden;
	max-height: 1350px;
}

#puppies figure {
	width: calc(25% - 15px);
	margin: 0;
	padding: 0;
}

#puppies figure img {
	border-radius: 10px;
	border: 2px solid #5c7f50;
}



@media (max-width: 1199px) {
	#puppies figure {
		width: calc(33% - 15px);
	}
}

@media (max-width: 600px) {
	#puppies {
		display: block;
		max-height: unset;
	}

	#puppies figure {
		width: 100%;
	}
}
