@charset "UTF-8";

/* Zero */


*,
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
}

img,
object,
embed {
	max-width: 100%;
}

[hidden] {
	display: none;
}

/* Layout */

/*html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	background-color: #f0f0f0;
}*/

body {
	width: 100%;
	height: 100%;
}

#grid {
	height: 100vh;
	width: 100vw;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(3, minmax(0, 1fr));
	grid-gap: 1rem;
}

#logo {
	--logolh: 0.85em;
	margin: 0 auto;
	width: 20rem;
	grid-row: 2;
	grid-column: 2;
	text-align: center;
	align-self: start;
	margin-bottom: 6rem;
	transform: rotate(-45deg);
}

#portfolio {
	display: grid;
	--pflh: 0.85em;
	margin: 0;
	width: 100%;
	/*height:100%;*/
	grid-row: 2;
	grid-column: 2;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	text-align: center;
	align-self: self-end;
	/*margin-bottom: 6rem;*/
	overflow: hidden;
}

#portfolio img {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

.pf1,
.pf2,
.pf3,
.pf4 {
	font-style: normal;
	line-height: var(--pflh);
	width: 99%;
	color: rgba(196, 70, 15, 0.90);
	font-family: din-2014-narrow, sans-serif;
	font-weight: 300;
	font-size: 1.3em;
}


.pf1 {
	grid-area: 1 / 1 / span 1;
}

.pf3 {
	grid-area: 2 / 1 / span 1;
}

.pf2 {
	grid-area: 1 / 2 / span 1;
}

.pf4 {
	grid-area: 2 / 2 / span 1;
}

#about {}

#aboutxt {
	grid-area: 2/ 2/ span 1;
	text-align: justify;
	align-self: end;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
}

a {
	text-decoration: none;
}

.log1 {
	font-family: din-2014-narrow, sans-serif;
	font-weight: 300;
	font-size: 3.3em;
}

.log2,
.log4 {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 4.6em;
}

.log3 {
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.6em;
}

.log1,
.log2,
.log3,
.log4 {
	line-height: var(--logolh);
	color: rgba(196, 70, 15, 0.90);
}

div#aboutxt p {
	padding-top: .8em;
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: .9em;
	line-height: 1.2em;
	color: rgba(20, 20, 20, 1);
}

.pfolio-temp {
	text-align: center;
}

div#aboutxt p a:active {
	color: rgba(70, 70, 70, 0.9);
}

div#aboutxt p a:hover {
	color: rgba(255, 142, 92, 0.9);
}

div#aboutxt p a:link {
	color: rgba(196, 70, 15, 0.9);
}

div#aboutxt p a:visited {
	color: rgba(98, 37, 10, 0.9);
}

div#aboutxt p:last-child {
	padding: .8em 0 1.8em 0;
}

.comp {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.1em;
	color: rgba(196, 70, 15, 0.90);
}