html, body {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
    
}



.body{
    background-color: #FFFDEF;
    
}

.lavishly-yours-regular {
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-style: normal;
  }

 
.navbar {
	width: 100%;
    height: 50px;
    
	background-color: #BEEAD5;
	 }

/* Navigation links */
.navbar a {
    float: left;
   
    padding-top: 20px;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    width: 20%; 
    text-align: center; 
    margin: auto;
 
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-style: normal;
      
  }

  .logo{
    
    margin-top: -3px;
    margin-left: -12px;
  }
  
  
  /* Add a background color on mouse-over */
  .navbar a:hover {
    color: #ffffff;
  }
  
  /* Style the current/active link */
  .navbar a.active {
    color: #EAC082;
    text-decoration-line: underline;
    text-decoration-color: #EAC082;
  }


  .toptext{
    font-family: "Lavishly Yours", cursive;
        font-weight: 100;
        font-size: min(max( 70px), 7vw);
        font-style: normal;
        text-align: right;
        text-align: center;
        margin-top: 10vw;
        
  }

  hr {
   
        
        margin-right: 20vw;
        margin-top: -8vw;
        width:50vw;
        max-width: 500px;
        border: 1px solid #EAC082 ;
        
}


.about{
    display: block;
    background-color: #BEEAD5;
    width: 100%;
    height: 15vw;
    transform: translate(0px, 0px);
    z-index: -1 ;
    position: relative;
    margin-top: 10vw;
    margin-bottom: auto;
    overflow: hidden;
    position: relative;
}

.abouttext{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
    width: 70%;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    text-align: center;
    line-height: 1.1;
    font-size: min(max( 70px), 3vw);
}

.info{
    text-align: center;
    margin-top: 5vw;
}

.name{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: min(max( 30px), 4vw);
    margin-bottom: -10px;
    
}

.contact{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: min(max( 20px), 3vw);
    line-height: 1.2;
    
}

.button {
    border: none;
    width: 50%;
    color: rgb(255, 255, 255);
    padding: 16px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 3px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: #EAC082;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: min(max( 70px), 10px);
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    
  }
  

  
  .button:hover {
    background-color: #04AA6D;
    color: white;
  }


  .contactform{
    width:80%;
    height: 58%;
    background-color: #BEEAD5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
    filter: drop-shadow(5px 5px 5px #aca996);
    text-align: center;
    padding-top: 20px;
    font-family: "Lavishly Yours", cursive;
        font-weight: 100;
        font-size: min(max( 70px), 20px);
        font-style: normal;
        text-align: right;
        text-align: center;
        
  }

  input{
    text-align: left;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 30px 10px 10px;
    border: none;
    filter: drop-shadow(5px 5px 5px #99c2ae);
  }

  select{
    text-align: left;
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 30px 10px 10px;
    border: none;
    filter: drop-shadow(5px 5px 5px #99c2ae);
  }
  

  .message{
    padding-bottom: 100px;
  }

  
.bottom{
    margin-top: 70px;
    
}

.bottomtext {
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-size: min(max( 40px), 4vw);
    font-style: normal;
    text-align: center;
    padding-left: 20px;
    width: 100%;
    line-height: 0.8;
    margin-top: 30px;
}



.rightimage{
    transform: translate(-10%, -10%); 
}

.bottomblock{
    display: block;
    background-color: #BEEAD5;
    width: 100%;
    height: 5px;
    transform: translate(0px, 50vw);
    z-index: -1 ;
    position: relative;
    padding-top: 30px;
    text-align: center;
    
}

.leftimage{
    width:31%;
}

.rightimage{
    width:25%;
}



@media (min-width: 1000px){
    hr {
        margin-right: auto;
        transform: translate(50px);
        margin-top: -80px;
    }

    .toptext{
        margin-top: 5vw;
    }

    .about{
        height: 80px;
        margin-top: 70px;
    }

    .abouttext{
        font-size: 20px;
        margin-top: 30px;
        
    }

    .info{
        
        margin-top: 40px;
    }

    .leftimage{
        width: 300px;
        margin-left: 100px;
    }

    .rightimage{
        width: 200px; 
        margin-right: 100px;
    }
    
    .bottomtext{
        margin-left: auto;
        margin-right: auto;
        transform: translate(0px, 0px);
        text-align: center;
        position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    
    }

    .contactform{
        margin-top: 50px;
        width:800px;
    }

    .bottom{
        margin-bottom: -200px;
    }

    .bottomblock{
        transform: translate(0px, 500px);
    }
}

@media (max-width: 500px){

    .contactform{
        height: 52%;
 
    }

    input{
        width:70%
    }

    select{
        width: 80%;
    }

    .bottomblock{
       
        transform: translate(0px, 32vw);
       
        padding-top: 30px;
       
        
    }
}