:root {
    
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    min-height: 100%;
}



body {
    font-family: "Fahkwang", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    background:url(../media/Moerman-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #A99D99;
    margin: 0;
    
    min-height: 100%;
    width: 100%;
}
.outerline{
    
    position: relative;
    top:0;
    left:0;
  
    height: 100%;
    display: block;
    margin: 24px;
    border: 2px solid;
   
     padding:48px;

}

.innter-text{
    max-width: 610px;
    position: relative;
    left:50%;
    top:unset;
    transform:translateX(-50%);

}

.logo{
    width: 350px;
    height: 60px;
    display: block;
    background:url(../media/Moerman-Droomvillas-logo.svg) center center no-repeat;
    background-size:contain ;
    margin-bottom: 80px;
    justify-self: center;
}

h1{
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    margin-bottom: 28px;
}

.text p{
    text-align: center;
}

.slogan{
    position: relative;
    right:12px;
    bottom:0;
    margin-top:48px;
}

.buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:24px;
    text-align: center;
    justify-self: center;
    margin-top:48px;
    justify-content: center;
}

.button{
  width: fit-content;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #A99D99;
    position: relative;
    display: block;
    text-decoration: none;
}

.button span{
    font-size: 14px;
font-weight: 300;
line-height: auto; 
letter-spacing: 0.56px;
text-transform: uppercase;
text-decoration: none;
color:#F6F5F1;

}




@media only screen and (min-width: 1024px) {

    body{
        font-size: 24px;
    line-height: 32px;
    }
h1{
    font-size: 48px;
    line-height: 48px;
}
    .outerline{
    
     position: fixed;
    width: calc(var(--vw) - 48px);
    height: calc(var(--vh) - 48px);
    }
    .logo{
    width: 550px;
    height: 120px;}
    .slogan{
        position: absolute;
        right:48px;
        bottom:24px;
        
    }
    .innter-text{
    max-width: 610px;
    position: relative;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);

}

}




