* {
	box-sizing: border-box;
}


@font-face {
  font-family: myImpact;
  src: url(impact.ttf);
}

@font-face {
  font-family: myAptos;
  src: url(Aptos.ttf);
}


body {
	margin: 0;
    min-height: 100vh;
    background-color: #92CE6C;
}

#vappu p {
    font-family: myImpact, sans-serif;
    font-size: 17vh;
    color: #301185;;
    text-align: center;
    margin: 0;
    margin-bottom: -5%;
}

#container {
	width: 100%;
}

#hero {
    position: relative;
}

#hero-image {
	display: block;
	width: 100%;
	height: auto;
}

#vappu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#text-container {
	padding: 1rem 1rem 1.5rem;
	text-align: center;
}





#text-container h3 {
    color: #301185;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    /* font-weight: normal; */
}


#text-container p {
    /* font-family: 'Roboto', sans-serif; */
    font-family: myAptos, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #1f262e;
}

#text-container h2 {
	margin: 0.5rem 0 0;
	font-size: clamp(1rem, 3.5vw, 1.5rem);
	font-weight: 600;
}


button {
    background-color: #1f262e;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

#map {
    display: none;
    text-align: center;
}
@media (min-width: 768px) {
	#text-container {
		padding: 1.5rem 2rem 2rem;
	}
}

@media (min-width: 1024px) {
    body {
        background-color: #b8beaa; 
        display: flex;
        justify-content: center;
        padding: 2rem 1rem;
        
    }



    #container {
        width: min(100%, 210mm);
        min-height: 297mm;
        background-color: #92CE6C;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
        overflow: hidden;
        border-radius: 20px;
    }

    #vappu p {
        font-size: clamp(5rem, 11vw, 9rem);
    }

    #text-container {
        padding: 2rem 2.2rem 2.4rem;
    }

    #vappu p {
         font-size: 28vh;
    }
}
