/*
 Theme Name:   Stefanie Mielert
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Juliane de Vries - Webentwicklung ju:like
 Author URI:   https://ju-like.de
 Template:     generatepress
 Version:      0.1
*/

* {
	font-family: 'Literata';
}
.handschrift p {
	font-family: 'Halo Handletter';
	font-size: 2em;
}
.handschrift h3 {
	font-family: 'Halo Handletter';
	font-size: 4em;
}
/* Handy*/
.coming-soon {
		background-color: #fff;
		padding: 42px;
		border-radius: 50px;
		width: 100%;
		height: auto;
		position: relative;
	}
	.coming-soon::before {
  		content: "";
		background: transparent;
		height: calc(100% + 20px);
		width: calc(100% + 20px);
		border-radius: 60px;
		border: 5px solid white;
  		position: absolute;
		top: -10px;
		left: -10px;
	}
	.page-id-24 h1, .page-id-24 h2 {
		font-size: 24px;
	}
	.page-id-24 h3 {
		font-size: 16px;
	}
	.page-id-24 p {
		font-size: 16px;
	}
@media screen and (min-width: 768px) {
	.coming-soon {
		background-color: #fff;
		padding: 42px;
		border-radius: 0px 50px 50px 0px;
		width: 600px;
		height: auto;
		position: relative;
	}
	.coming-soon::before {
  		content: "";
		background: transparent;
		height: calc(100% + 20px);
		width: calc(100% + 10px);
		border-radius: 0px 60px 60px 0px;
		border: 5px solid white;
  		position: absolute;
		top: -10px;
		left: 0px;
	}
	.page-id-24 h1, .page-id-24 h2 {
		font-size: 32px;
	}
	.page-id-24 h3 {
		font-size: 20px;
	}
	.page-id-24 p {
		font-size: 20px;
	}
}
.handschrift p {
	font-family: 'Halo Handletter';
	font-size: 2em;
}
.handschrift h3 {
	font-family: 'Halo Handletter';
	font-size: 4em;
}
.site-footer p {
  text-align: center;
  font-size: 16px;
	margin-bottom:0px;
}
