*{
    margin: 0;
    padding: 0;
}
html, body{
    height:100%;
    width: 100%;
}
h1{
    font-family: 'Playfair Display';
    font-size: 50px;
}
p{
    font-family: 'Poppins';
    font-size: 24px;
}
a:link{
    color:#dfd5c2;
    background-color: transparent;
    text-decoration: none;
}
a:visited{
    color:#dfd5c2;
    background-color: transparent;
    text-decoration: none;
}
a:active{
    color:#d5b151;
    background-color: transparent;
    text-decoration: none;
}
#currentpage{
    color:#d5b151;
}
.hero-image{
    position: relative;
    display: flex;
}
.welcome{
    width: 100%;
    display: grid;
    grid-template-columns: 14fr 9fr 1fr;
    gap: 0;
    position:absolute ;
    top: 160px;
    z-index: 0.5;
    color: #dfd5c2;
    font-family: 'Playfair Display';
    font-weight: bold;
    text-align: center;
}
/*
.welcome >div{
    background-color: white;
    border: 5px solid green;
}
*/
.teks{
    display: grid;
    padding-left: 10em;
    padding-right: 10em;
    gap: 60px;
    color: #654f3d;
    font-family: 'Playfair Display';
    font-weight: bold;
    text-align: center;
}


.sosmed{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 2fr;
}
.Header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1
}
.nav{
    display:grid;
    font-family:'Playfair Display';
    font-weight: medium;
    grid-template-columns: 5fr 8fr 2fr 1fr 2fr 1fr 2fr 1fr 2fr;
    grid-template-rows: 150px;
    gap: 2em;
    padding-left: 10em;
    padding-right: 10em;
    text-decoration: none;
}
.nav > div{
    display: flex;
    text-align: center;
    font-size: 28px;
    padding-top: 30px;
    padding-bottom: 50px;
    text-decoration: none;
    /*background-color: aliceblue;
    border: 5px solid green;*/
}
.Header > .Logo{
    display: flex;
    padding-left: 50px;
    padding-bottom: 30px;
    height: 20px;
}
.navbar{
    position: sticky;
    width: 100%;
    top: -100px;
    display: block;
    z-index: 0.2;
}
.konten{
    background-color: #dfd5c2;
    height: 100%;
    min-height: 2000px;
    width: 100%;
    z-index: 0.2;
}
.konten >div{
    padding-bottom: 5em;
}
.lokasi{
    display: grid;
    grid-template-columns: 12fr 12fr;
    gap: 1em;
    padding-top: 5em;
    padding-left: 10em;
    padding-right: 10em;
    padding-bottom: 5em;
}
.lokasi >div{
    background-color: white;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 5em;
}
.lokasi >div h1{
    color: #d5b151;
}
.lokasi >div p{
    font-size: 30px;
} 
.map{
    display: grid;
    grid-template-rows: 5fr 6fr;

}
.fotolokasi{
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 20px;

}
.footer{
    display: flex;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url('../aset/megamendung2.png');
    background-repeat: no-repeat;
    background-size: 100% 250%;
    z-index: 1;
    padding-top: 5em;
    text-align: center;
}
.footnav{
    display: grid;
    grid-template-columns: 8fr 8fr 8fr;
    padding-top: 5em;
    padding-left: 10em;
    padding-right: 10em;
    padding-bottom: 5em;
}
/*.footnav >div{
    border: 5px solid green;
}
*/
.footnav >div h1{
    color: #d5b151;
    font-size: 18px;
}
.footnav >div p{
    color: #dfd5c2;
    font-size: 18px;
}