@charset "utf-8";

/* ! FONTS ------------------- */

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
         url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'),
         url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* ! CSS-RESET ------------------- */
* {
	outline: none;
}

html, body, a, div, h1, h2, h3, h4, h5, h6, span, p, img, strong, ul, li, table, th, td, tr, button, input, textarea, figure {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-style: inherit;
	font-family: inherit;
	font-variant: inherit;
	text-decoration: none;
	table-layout: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* ! COLORS ------------------- *//*






*/
/* ! BODY / HTML ------------------- */

html {
	font-size: 100%;
	font-family: 'Metropolis', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    font-weight: normal;
	background-color: white;
}

body {
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	background-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #6e707a;
	background-color: white;
}


/* ! LAYOUT ------------------- */

main {
	width: 95%;
	max-width: 250px;
	margin: auto;
	text-align: center;
/* 	margin-top: 20vh; */
	font-size: .9rem;
		display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
}

div div {
	margin-top: 1rem;
}

main img {
	width: 100%;
 	max-width: 200px;
 	border-radius: 50%;
 	transform: scale(1.5);
 	overflow: hidden;
}

#profile {
    background-image: url(../img/Christin-Hofscheuer_cmh6557.jpg);
	background-image: url(../img/Christin_Hofscheuer-_CMH3003.jpg);
    background-size: 130%;
    background-position: center -10px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 1.5rem;
}

h1 {
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.5rem;
}

p {
	margin-top: .5rem;
	line-height: 1.4rem;
}

a:link,
a:visited {
	color: inherit;
}

a:focus,
a:hover,
a:active {
	border-bottom: 1px solid #6e707a;
}

.no__link {
	color: inherit;
}

a.no__link:link,
a.no__link:visited {
	color: inherit;
}

a.no__link:focus,
a.no__link:hover,
a.no__link:active {
	border-bottom: none;
}

.hp0 {
    display: none;
}

