body {
	font-family: "Noto Serif", serif;
	background-color: #000;
	color: #fff;
	max-width: 980px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 2em;
	font-size: 90%;
	clear: both;
	opacity: 0.6;
	background: #000;
}

#content {
	transition: opacity 0.1s;
	opacity: 0;
	padding: 0.5em;
}

#content-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

a.ig,
a.menu
{
	display: inline-block;
}
a.ig img,
a.menu img
{
	width: 28px;
	height: 28px;
	color: #fff;
}

#name-card {
	position: absolute;
	top: 15%;
}
#name-card .name {
	font-size: 300%;
	margin-bottom: 0;
}
#name-card .title {
	font-size: 120%;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	margin-left: 0.4em;
}
h2 {
	font-size: 200%;
	font-weight: normal;
}
form {
	max-width: 30em;
}
input, textarea {
	width: 100%;
	line-height: 2;
	font-size: 1.2em;
	background-color: transparent;
	box-sizing: border-box;
	border: 0.1rem solid #d1d1d1;
	border-radius: 0.4rem;
	color: #fff;
	margin-bottom: 1em;
}
button {
	border-radius: 0.4rem;
	text-decoration: none;
	line-height: 2;
	padding: 0 2rem;
	text-transform: uppercase;
	cursor: pointer;	
}
div:has(> button) {
	text-align: right;
}

#mobile-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	opacity: 1;
	background-color: #000;
	overflow: auto;

	transition: all 0.2s ease-in-out;
	transform-origin: left top;
	transform: scaleY(0);
}

#mobile-nav ul {
	list-style-type: none;
}
#mobile-nav a {
	display: block;
	width: 100%;
	line-height: 2em;
}
#mobile-nav .close-menu {
	height: 1.5em;
}
#mobile-nav .close-menu img {
	position: absolute;
	right: 27px;
	top:15px;
}

#top-bar,
#mobile-nav {
	font-size: 105%;
}

#top-bar .home {
	font-size: 140%;
	padding-left: 0.8em;
}

#top-bar a,
#mobile-nav a {
	text-decoration: none;
	color: #fff;
}

#top-bar ul {
	list-style-type: none;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media (min-width: 600px) {
	.show-mobile {
		display: none;
	}
	#name-card {
		left: 567px;
	}

}

@media (max-width: 600px) {
	.hide-mobile {
		display: none;
	}
	#name-card {
		left: 20px;
		max-width: 18em;
	}
	#content-background {
		left: -43px;
	}
	#top-bar li {
		width: 33%;
	}
	a.ig img
	{
		position: relative;
		right: -38px;
	}
	a.menu img
	{
		position: relative;
		right: -68px;
	}
}

.defhide {
	display: none;
}
