html {
	box-sizing:border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Mochiy Pop One;
    src: url(font/MochiyPopOne-Regular.ttf);
}

@font-face {
    font-family: Lexend Deca;
    src: url(font/LexendDeca-VariableFont_wght.ttf);
}

body {
    background-color: #fff0de;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%
}

*,
*:before,
*:after {
	box-sizing:inherit;
}

.one,
.one-third,
.two-thirds,
.one-fourth,
.half {
	width: 100%;
}

.row {
	width: 100%;
	align-content:center;
	text-align: center;
	margin: 0 auto;
}

.header {
    min-height: 100px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 75%;
    text-align: center;
    padding-top: 50px;
}

.navigationbar {
    position: fixed;
    width: 75%;
}

.navigation_bg {
    height: 70px;
    background-color: #ffebd1;
    border-radius: 200px;
    align-content: center;
}

.navigation_text {
    font-size: 20px;
    font-family: Lexend Deca;
}

.navigation_text a {
     text-decoration: none;
     padding-left: 60px;
     padding-right: 60px;
     color: #806044;
}

.navigation_text .btn1 {
    background-color: white;
    border-radius: 100px;
}

.navigation_text a:hover {
	color: #806044;
    background-color: white;
    border-radius: 100px;
}

.allphoto{
    width: 75%;
    margin: 0 auto;
}

.headline {
    padding-top: 20px;
    font-family: Mochiy Pop One;
    font-size: 64px;
    text-align: center;
    width: 100%;
    color: #806044;
}

.subheadline {
    margin-top: -65px;
    font-family: Mochiy Pop One;
    font-size: 22px;
    text-align: center;
    width: 100%;
    color: #806044;
}

.foto1 { 
    width: 50%;
    margin: 0 auto;
}

.btmpgnav {
    padding-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.backnext {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.backbutton, .nextbutton {
    position: relative;
    padding: 15px 25px;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #f4d3aa;
    border: 3px solid #806044;
    border-radius: 40px;
}

.backbutton:hover, .nextbutton:hover {
    transform: translateY(-2px); 
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.backbutton {
    border-radius: 40px 20px 40px 40px; 
    min-width: 100px; 
}

.backbutton::before {
    content: '';
    position: absolute;
    top: -8px; 
    left: 18px; 
    width: 15px; 
    height: 15px; 
    background-color: #f4d3aa;
    border: 3px solid #806044; 
    border-radius: 50%;
    z-index: 1;
}

.nextbutton {
    border-radius: 20px 40px 40px 40px; 
    min-width: 100px; 
}

.nextbutton::before {
    content: '';
    position: absolute;
    top: -8px; 
    right: 18px; 
    width: 15px; 
    height: 15px; 
    background-color: #f4d3aa;
    border: 3px solid #806044; 
    border-radius: 50%;
    z-index: 1;
}

.back, .next {
    position: relative;
    z-index: 2;
}

.back a, .next a {
    font-family: Lexend Deca;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: #806044;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-decoration: none;
}

.footer {
	box-sizing: border-box;
	margin: 0 auto;
    padding-top: 100px;
    width: 100%;
}

.footerr {
    background-color: #6a6f4c;
    height: 100px;
}

.copyright {
    font-size: 14px;
    font-family: Lexend Deca;
    color: white;
    padding-top: 30px;
    text-align: center;
}


@media only screen and (min-width: 800px) {
	.one {
		width: 100%;
	}
	.half {
		width: calc(100% / 2);
	}
	.one-third {
		width: calc(100% / 3);
	}
	.one-fourth {
		width: calc(100% / 4);
	}
	.two-thirds {
		width: calc(100% / 3 * 2);
	}
	.three-fourth {
		width: calc(100% / 4 * 3);
	}
	.column {
		float: left;
	}
	
	
}


@media only screen and (max-width: 799px) {


.navigationbar {
    position: fixed;
    width: 80%;
    margin: 0 auto;
}

.navigation_bg {
    max-height: 50px;
    background-color: #ffebd1;
    border-radius: 100px;
    align-content: center;
    margin: 0 auto;
}

.navigation_text {
    font-size: 14px;
    font-family: Lexend Deca;
}

.navigation_text a {
     text-decoration: none;
     padding-left: 10px;
     padding-right: 10px;
     color: #806044;
}

.headline {
    padding-top: 20px;
    font-family: Mochiy Pop One;
    font-size: 28px;
    text-align: center;
    width: 100%;
    color: #806044;
}

.subheadline {
    margin-top: -25px;
    font-family: Lexend Deca;
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #806044;
    font-weight: bold;
}

.foto1 { 
    width: 100%;
    margin: 0 auto;
}

}

@media only screen and (max-width: 1200px) {

.navigationbar {
    position: fixed;
    max-width: 100%;
    margin: 0 auto;
}

.navigation_bg {
    max-height: 50px;
    background-color: #ffebd1;
    border-radius: 100px;
    align-content: center;
    margin: 0 auto;
}

.navigation_text {
    font-size: 14px;
    font-family: Lexend Deca;
}

.navigation_text a {
     text-decoration: none;
     padding-left: 10px;
     padding-right: 10px;
     color: #806044;
}

}