

/* --- general --- */

/* oxygen */
@font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 300;
	src: url('./fonts/Oxygen-Light.ttf') format('truetype'); /* Safari, Android, iOS */
}

body, html {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body
{
	background-color: #eee;
	font-family: Oxygen, sans-serif;
	color: #333;
	padding: 0px;
	line-height:25px;
	margin: 0px;
	background-image: url(2020-head-lines.svg?v=192684f9a04);
	background-size: 1300px 290px;
	background-position: center 0px;
	background-repeat: no-repeat;
	font-weight: 300;
	font-size: 16px;
	font-display: swap;
}

.mr-5 {
	margin-right: 5px;
}

a:link
{
	color: #08b0d8;
	-webkit-transition: color 0.11s linear;
	-moz-transition: color 0.11s linear;
}

a:visited
{
	color:#6a54c5;
}
a:hover
{
	color:#000980;
	text-decoration: underline;
}

.main
{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}


.line {
	border-top: 1px solid rgba(0,0,0,0.3);
}

h2 {
	font-size:20px;
}

#cxj888 {
	display: inline-block;
	position: relative;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}


.hoverIm, a.hoverIm {
	transition: all 0.1s ease-in-out;
	opacity: 0.9;
	margin-bottom: 20px;
	display: block;
}
.hoverIm:hover {
	opacity: 1;
}

.hoverIm img {
	max-width: 100%;
	display: block;
}

.special-headline {
	font-size: 20px;
	padding: 20px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	text-align: center;
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 20px;
}

iframe {
	margin-top: 10px;
	width: 100%;
	height: 400px;
	border: none;
}

.no-break {
	white-space: nowrap;
}

.col-2 {
	display: flex;
	margin: 8px 0;
}

.col-2 > *:first-child {
	padding-right: 10px;
}

.col-2 > a {
	flex: 0 0 110px;
	text-align: right;
}

.flex-spread {
	display: flex;
	justify-content: space-between;
}

.text-right {
	text-align: right;
}

.book-list {
	margin-top: 10px;
}

.book-list > div {
	margin-bottom: 10px;
}

.book-list > div:last-child {
	margin-bottom: 0;
}

a.art-button {
	width: 100%;
	height: 179px;
	background-image: url(artbutton-bg.jpg?v=192684f9a04);
	background-size: cover;
	background-position: center;
	display: block;
	margin-bottom: 20px;

	transition: opacity 0.2s ease-out;
	opacity: 0.93;
}

.art-button:hover {
	opacity: 1;
}

.art-button > div {
	width: 100%;
	height: 100%;
	background-image: url(artbutton-text.svg?v=192684f9a04);/*397 66*/
	background-size: 200px 35px;
	background-position: 20px 20px;
	background-repeat: no-repeat;
}

.update {
	background: #7147fb;
	color: #fff;
	padding: 15px;
	box-shadow: 0 1px #d9d9d9;
	border-radius: 5px;
	margin-bottom: 20px;
}

.update a {
	color: #96f5ff;
}

/* --- head --- */
#head
{
	margin-top: 50px;
	padding-bottom: 50px;
	height: 200px;
	position: relative;
}
#about span {
	width: 8.5px;
	display: inline-block;
	mix-blend-mode: multiply;
	transition: all 0.25s ease-in-out;
}

#about:hover {
	color: transparent;
	cursor: default;
	text-shadow: 20px 0 #ff0, -20px 0 #0ff, 8px 0 #f0f !important;
}
.entropy-letter {
	font-family: Oxygen, monospace;
	font-display: swap;
}
.entropy-glitch {
	color: transparent;
	cursor: default;
}
.header-contact {
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}

a.head-link {
	font-size: 20px;
	margin-left: 10px;
}

a.head-link:last-child {
	margin-left: 15px;
}


/* --- glyph --- */
.glyph {
	width: 1em;
	height: 1em;
	display: inline-table;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.glyph-no-height {
	width: 1em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.glyph-envelope {
	background-image: url(glyph-envelope.svg?v=192684f9a04);
}

.glyph-pen {
	background-image: url(glyph-pen.svg?v=192684f9a04);
}

.glyph-bitbof {
	background-image: url(glyph-bitbof.svg?v=192684f9a04);
}


/* --- entry --- */
.entry
{
	margin-bottom: 10px;
	padding-bottom: 20px;
	min-height: 30px;
}

.entry h2 {
	color: #666;
	font-weight: 700;
}

#app-webchemy {
	background-image: url(button-webchemy.png?v=192684f9a04);
}
#app-kleki {
	background-image: url(kleki.png?v=192684f9a04);
}
#app-doodler {
	background-image: url(button-doodler.png?v=192684f9a04);
}
#app-experiments {
	background-image: url(button-experiments.png?v=192684f9a04);
}


.entry-app {
	display: flex;
	margin-bottom: 40px;
}


.entry-app-im {
	flex: 0 0 128px;
	height: 128px;
	opacity: 0.9;
	margin-right: 20px;
	background-size: contain;
	transition: opacity 0.1s ease-in-out !important;
}
.entry-app-im:hover {
	opacity: 1;
}
.entry-app h2 a {
	font-size: 20px;
	font-weight: normal;
}
.sketchbook-pen {
	font-size: 0.7em;
	opacity: 0.8;
}


/* --- living together --- */
#living-together {
	width: 100%;
	height: 180px;
	background-image: url(living-together-bg-crop.jpg?v=192684f9a04);
	background-size: cover;
	background-position: center center;

	display: flex;
	align-items: center;

	color: #d7d7d7;

	margin-bottom: 40px;
}

#living-together > a {
	flex: 0 0 60%;
	background-image: url(living-together-logo-v2.svg?v=192684f9a04);
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

#living-together > *:last-child {
	padding: 10px;
	text-align: center;
}

#living-together a {
	color:#7feeff;
}

#living-together a:hover {
	color:#fff;
}


/* --- about --- */

.about-flex {
	display: flex;
	align-items: flex-start;
}

.about-flex > img {
	align-self: flex-start;
	margin-left: 10px;
	width: 150px;
}

/* --- footer --- */
#footer
{
	margin-bottom: 20px;
	padding-top: 30px;
	min-height: 30px;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.3);
	opacity: 0.9;
}

.flex-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-glyph-bitbof {
	width: 1.2em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(glyph-bitbof.svg?v=192684f9a04);
}


/* --- mobile --- */
@media (max-width: 716px) {

	.special-headline {
		margin-left: -20px;
		margin-right: -20px;
	}
}


@media(max-width: 499.9px) {
	#living-together {
		height: 200px;
	}
	#living-together > a {
		flex: 0 0 40%;
	}

	.not-mobile {
		display: none;
	}

	a.art-button {
		height: 120px;
	}
}