*{
	padding: 0;
	margin: 0 ;
    background-color:#fff;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');

@font-face { font-family: Inter; src: url('Inter/Inter-VariableFont_slnt,wght.ttf'); } 
@font-face { font-family: Pacifico; src: url('Pacifico/Pacifico-Regular.ttf'); } 



.headline-div{
    position: relative;
    width: 100%;
    height: auto;
	margin-top:15px;
	margin-bottom:15px;
}

.show-headline-div{
    position: relative;
    width: 90%;
	max-width:1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.home-headline{
	width: auto;
    height: auto;
    left: 0px;
	font-size:50px;
    font-family: 'Pacifico';
	text-align:center;
}
.home-underline{
	width: auto;
    height: auto;
    left: 0px;
	font-size:18px;
    font-family: "inter";
	text-align:center;
}





.page-img{
    position: relative;
    width: 100%;
    height: 450px;
	background-color:#edede9;
	padding-top:50px;
	padding-bottom:20px
}
.show-page-img{
    position: relative;
    width: 90%;
	max-width:900px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color:transparent;
}

.page-img-div{
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
	border-radius: 10px;
	background-color:#fff;
}
.page-img-div-pic{
    position: relative;
    width: 100%;
    height: 100%;
    z-index:1;
	object-fit: cover;
	border-radius: 10px;

}


.img-div{
    position: relative;
    width: 80%;
	max-width:650px;
    height: auto;
	max-height:300px;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
	border-radius: 10px;
	background-color:#fff;
	margin-top:50px;
	margin-bottom:50px;
}
.img-div-pic{
    position: relative;
    width: 100%;
    height: 100%;
	max-height:300px;
	object-fit: cover;
	border-radius: 10px;
}




.headline-box{
    position: relative;
    width: 100%;
    height: auto;
	margin-top:50px;
}

.show-headline-box{
    position: relative;
    width: 90%;
	max-width:900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.page-headline{
	width: auto;
    height: auto;
    left: 0px;
	font-size:35px;
    font-family: "inter";
}




.text-box{
    position: relative;
    width: 100%;
    height: auto;
}

.show-text-box{
    position: relative;
    width: 90%;
	max-width:850px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.box-text-h{
	width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-family: "inter";
	background-color:transparent;
}
.box-text-p{
	width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-family: "inter";
	background-color:transparent;
}

@media screen and (max-width: 600px) {
	.page-img{
		height: 15em;
	}

	.page-headline{
		font-size:2em;
	}
	.box-text-h{
		font-size:1.5em;
	}
	.box-text-p{
		font-size:1.2em;
	}
}




