*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: rgb(236, 216, 192);
    transition: 0.5s;
}

#parent{
    position: relative;
    background-color: rgb(236, 216, 192); 
    max-width: 100vw;
    height: 100vh;
}

img{
    position: absolute;
    top: 120px; 
    left: 60vw;
    width: 40vw;
    height: 500px;
}


.hero-section{
    max-width: 100vw;
    height: 100vh; 
} 

ul{ 
    padding-top: 13px;
    font-family: 'Dancing Script', cursive; 
}

li{
    display: inline;
    padding: 3vw;
    font-size: 1vw;
    pointer-events: none;
}

.a{
    text-decoration: none;
    color: rgb(197, 139, 110); 
}

.a:hover{
    color:rgb(143, 103, 82);
}

#logo{ 
    font-family: 'Dancing Script', cursive;
    color: rgb(126, 96, 79);
    padding-right: 50vw;
    font-size: 2vw;
}

h1{
    font-family: 'Lobster', cursive;
    margin-top: 120px;
    padding-left: 3vw; 
    color: rgb(53, 46, 48); 
    font-size: 5.5vw; 
}

h4{
    font-family: 'Kumbh Sans', sans-serif;
    margin-top: 100px;
    padding-left: 3vw;
    font-size: 2vw;
    color: rgb(53, 46, 48);
    margin-bottom: 100px;
} 

.button1{
    font-family: 'Kumbh Sans', sans-serif;
    margin-left: 3vw;
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding: 9px 7px 7px 7px;
    border: solid rgb(0, 0, 0) 1px;
    border-radius: 5px;
    font-size: 20px;
    background-color: rgb(236, 216, 192); 
}

.button2{
    font-family: 'Kumbh Sans', sans-serif; 
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding: 9px 7px 7px 7px;
    border: solid rgb(0, 0, 0) 1px;
    border-radius: 5px;
    font-size: 20px;
    background-color: rgb(236, 216, 192); 
}

.button1:hover, .button2:hover{
    font-family: 'Kumbh Sans', sans-serif; 
    text-decoration: none;
    color: rgb(236, 216, 192);
    padding: 9px 7px 7px 7px;
    border: solid rgb(0, 0, 0) 1px;
    border-radius: 5px;
    font-size: 20px;
    background-color: rgb(0, 0, 0); 

}

@media only screen and (max-width: 811px){
    *{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    
    body{
        transition: 0.5s;
        background-color: rgb(236, 216, 192);
    } 
    
    #parent{
        position: relative;
        background-color: rgb(236, 216, 192); 
        max-width: 100vw;
        height: 100vh;
    }
    
    img{
        position: absolute;
        top: 25vw; 
        left: 12vw;
        width: 70vw;
        height: 400px;
    }
    
    .hero-section{
        max-width: 100vw;
        height: 100vh;  
    }
    
    ul{ 
        padding-top: 7px;
        font-family: 'Dancing Script', cursive;
    }
    
    li{
        display: inline;
        padding: 3vw;
        font-size: 3vw;
    }
    
    a{
        text-decoration: none;
        color: rgb(197, 139, 110);
    }
    
    a:hover{
        color:rgb(143, 103, 82);
    }
    
    #logo{ 
        font-family: 'Dancing Script', cursive;
        color: rgb(126, 96, 79);
        padding-right: 15vw;
        font-size: 6vw;
        padding-left: 5vw;
    }
    
    h1{
        font-family: 'Lobster', cursive;
        margin-top: 7vh;
        font-size: 7.7vw;
        color: rgb(53, 46, 48);
        text-align: center; 
        margin-left: -3vw;
        margin-bottom: 400px;
    }
    
    h4{
        font-family: 'Kumbh Sans', sans-serif;
        font-size: 3vw;
        color: rgb(53, 46, 48);   
        padding-right: 7vw;
        margin-bottom: 20px; 
        text-align: center;
    }
    
    .button1{
        font-family: 'Kumbh Sans', sans-serif;
        margin-left: 17vw;
        text-decoration: none;
        color: rgb(0, 0, 0);
        padding: 2vw 1vw 0.5vw 1vw;
        border: solid rgb(0, 0, 0) 0.1vw;
        border-radius: 0.7vw;
        font-size: 5vw;
        background-color: rgb(236, 216, 192);
        transition: 0.5s;
    }
    
    .button2{
        font-family: 'Kumbh Sans', sans-serif;
        text-decoration: none;
        color: rgb(0, 0, 0);
        padding: 2vw 1vw 0.5vw 1vw;
        border: solid rgb(0, 0, 0) 0.1vw;
        border-radius: 0.7vw;
        font-size: 5vw;
        background-color: rgb(236, 216, 192);
        transition: 0.5s;
    }
    
    .button1:hover, .button2:hover{
        font-family: 'Kumbh Sans', sans-serif;
        text-decoration: none;
        color: rgb(236, 216, 192);
        padding: 2vw 1vw 0.5vw 1vw;
        border: solid rgb(0, 0, 0) 0.1vw;
        border-radius: 0.7vw;
        font-size: 5vw;
        background-color: rgb(0, 0, 0);
        transition: 0.5s;
    }
}


@media only screen and (max-width: 375px){
    *{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    
    body{
        transition: 0.5s;
        background-color: rgb(236, 216, 192);
    }
    
    .preloader{
        max-width: 100%;
        height: 100vh;
        background-color: rgb(236, 216, 192);
        color: black;
        overflow: hidden; 
        font-family: 'Lobster', cursive;
        font-size: 5vw;  
    }
    
    .text{
        margin-top: 30vh;
        margin-bottom: 10vh;
        max-width: 10%;
        margin: auto;
    }
    
    .dots{  
        display: inline;
        max-width: 10%;
        margin: auto;
    }
    
    #dot1{
        padding-right: 2vw;
        animation-name: dot1;
        animation-duration: 1s;
        position: relative;
        animation-iteration-count: infinite;
    }
    
    @keyframes dot1 {
        0% { bottom: 0;} 
        50% { bottom: 5vh; }
        100% { bottom: 0px; }
      }
    
    #dot2{
        padding-right: 2vw;
        animation-name: dot2;
        animation-duration: 1s;
        position: relative; 
        animation-iteration-count: infinite;
        animation-delay: 0.5s;
    }
    
    @keyframes dot2 {
        0% { bottom: 0;}
        50% { bottom: 5vh; }
        100% { bottom: 0px; }
      }
    
    #dot3{
        animation-name: dot3;
        animation-duration: 1s;
        position: relative; 
        animation-iteration-count: infinite; 
    }
    
    @keyframes dot3 {
        0% { bottom: 0;} 
        50% { bottom: 5vh; }
        100% { bottom: 0px; }
    } 
    
    #parent{
        position: relative;
        background-color: rgb(236, 216, 192); 
        max-width: 100vw;
        height: 100vh;
    }
    
    img{
        position: absolute;
        top: 170px; 
        left: -5vw;
        width: 100vw;
        height: 340px;
    }
    
    .hero-section{
        max-width: 100vw;
        height: 100vh;  
    }
    
    ul{ 
        padding-top: 7px;
        font-family: 'Dancing Script', cursive;
    }
    
    li{
        display: inline;
        padding: 3vw;
        font-size: 3vw;
    }
    
    a{
        text-decoration: none;
        color: rgb(197, 139, 110);
    }
    
    a:hover{
        color:rgb(143, 103, 82);
    }
    
    #logo{ 
        font-family: 'Dancing Script', cursive;
        color: rgb(126, 96, 79);
        padding-right: 15vw;
        font-size: 6vw;
        padding-left: 5vw;
    }
    
    h1{
        font-family: 'Lobster', cursive;
        margin-top: 7vh;
        font-size: 10vw;
        color: rgb(53, 46, 48);
        text-align: center; 
    }
    
    h4{
        font-family: 'Kumbh Sans', sans-serif;
        margin-top: 52vh; 
        font-size: 3vw;
        color: rgb(53, 46, 48); 
        text-align: center;
        margin-left: -3vw;
        padding-left: 10vw;
        padding-right: 10vw;
        margin-bottom: 7vh;
    }
    
    .button1{
        font-family: 'Kumbh Sans', sans-serif;
        margin-left: 15vw;
        text-decoration: none;
        color: rgb(0, 0, 0);
        padding: 2vw 1vw 0.5vw 1vw;
        border: solid rgb(0, 0, 0) 0.1vw;
        border-radius: 0.7vw;
        font-size: 5vw;
        background-color: rgb(236, 216, 192);
        transition: 0.5s;
    }
    
    .button2{
        font-family: 'Kumbh Sans', sans-serif;
        text-decoration: none;
        color: rgb(0, 0, 0);
        padding: 2vw 1vw 0.5vw 1vw;
        border: solid rgb(0, 0, 0) 0.1vw;
        border-radius: 0.7vw;
        font-size: 5vw;
        background-color: rgb(236, 216, 192);
        transition: 0.5s;
    }
    
    .button1:hover, .button2:hover{
        font-family: 'Kumbh Sans', sans-serif;
        text-decoration: none;
        color: rgb(236, 216, 192);
        padding: 2vw 1vw 0.5vw 1vw;
        border: solid rgb(0, 0, 0) 0.1vw;
        border-radius: 0.7vw;
        font-size: 5vw;
        background-color: rgb(0, 0, 0);
        transition: 0.5s;
    }
}