img.social {
	width: 30px;
	height: 30px;
	margin: 2px;
}

p.def {
	width: fit-content;
}

p a {
	white-space: nowrap;
}

figure iframe {
	width: 20em;
	height: 20em;
	border-radius: 20px;
	background: lightgray;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 1px;
	margin: 15px auto;
}

figure figcaption {
	background: #fffa;
	border-radius: 10px;
}

h2 {
	color: #eb756b;
	text-shadow: 1px 1px 2px black;
	border-radius: 20px;
	background: #0002;
}

h3 {
	color: #C0C7FE;
	text-shadow: 1px 1px 2px black;
}

h4 {
	color: red;
	font-size: 120%;
	text-decoration: none !important;
}

nav {
	position: relative;
}

nav > img {
	position: absolute;
	right: 0;
	top: 1em;
	z-index: -1;
}

nav > img.left {
	left: 0;
	right: unset;
	top: -8em;
}

section > header nav a {
	border-radius: 10px;
	height: 4em;
	width: 8em;
	background: #fff6;
	text-shadow: 2px 2px 3px white;
}

div.navs {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	background: url("imgs/systsol_back.png") repeat-x;
	background-size: cover;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 100px;
}

section > div.navs > a.svg {
	top: 50%;
}


section article.nav {
	/*border: unset;
	box-shadow: unset;*/
	border: solid gray 1px;
}

article.nav > span {
	text-indent: 0;
	margin: 5px;
	padding: 8px 16px;
	font-weight: 500;
	background: linear-gradient(120deg, #fefefec2, #f0f0f0a0);
	border-radius: 15px;
	border: 4px solid #b3e580a0;
	color: #624496;
	text-shadow: 1.5px 1.5px 4px #3f8298;
	display: inline-block;
	max-width: 15em;
	text-align: center;
	vertical-align: middle;
}

section > div.navs > a.svg {
	display: block;
}
