@charset "utf-8";

*{
	box-sizing:border-box;
	font-size: 100%;
	line-height: 120%;
	margin: 0;
}

@font-face{
	src: url(https://sandrajaniec.com/font_prillwitz.woff);
	font-family: prill;
}

@font-face{
	src: url(https://sandrajaniec.com/font_campton.woff);
	font-family: camp;
}

html{
	width: 100%;
	height: 100%;/**/
}

body{
	/*background-color: rgba(0,255,71,0.76);*/
	font-family: camp, sans-serif;
    color: rgba(0,0,0,1.00);
	width: 100%;
	height: 100%;/**/
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

::selection{
	background-color: rgba(235,80,105,1.00);
	color: white;
}

.addressbox{
	padding-top: 2rem;
}

.logo{
	width: 18.5rem;
	height: auto;
}

h1{
	font: 1.05rem prill, serif;
	color: rgba(235,80,105,1.00);
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
	line-height: 2.4rem;
	margin-bottom: -0.3rem;
}

.doppelt{
	font-size: 2rem;
}

p{
	margin-bottom: 0.4rem;
}

a{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-style: normal;
}

.information{
	font-size: 0.75rem;
	/* color: rgba(235,80,105,1.00); */
}

.portfolio{
	margin-top: 4rem;
}

.portfolio a:hover{
	text-decoration: underline;
}

@media (max-width: 1500px){

	.addressbox{
		transform-origin: top center;
		transform: scale(0.85);
	}

}
