body{
    margin: 0;
    padding: 0;
    font-family: 'Croissant One', cursive;
    background-color: antiquewhite;
}

.home{
    width: 100%;
    min-height: 100vh;
    position: relative;

}

.home::before{
    background-image: url("wedding1.jpg");
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.7;

}

.Navbar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    flex: 1;
    background-color: antiquewhite;
    z-index: 9999;
}

.Navbar ul li{
    display: inline;
    padding: 8px 10px;
    
}

.Navbar ul li a{
    text-decoration: none;
    padding: 15px;
    color: goldenrod

}

.Navbar ul li a:hover{
    background-color: burlywood;
    transition: 0.5s;
}

.Navbar ul li a:active{
    background-color: maroon;
}

.home-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: goldenrod;
    font-size: 40px;
    isolation: isolate;
    line-height: 5px;
    background-color: antiquewhite;
    padding: 25px;
    font-family: 'Dancing Script', cursive;
    border-radius: 8px;
}

.aboutus{
    padding-top: 50px;
    margin: auto;
    width: 80%;
    text-align: center;
}

.photo{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align: left;
   
}

.photo img{
    width: 400px;
    height: 500px;
    border-radius: 5px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.bio{
    text-align: center;
    float: left;
    font-size: 25px;
    color: goldenrod;
}

.location{
    padding-top: 50px;
    text-align: center;
    color: goldenrod;
}

.location img{
    width: 800px;
    height: 500px;
    border-radius: 8px;
}

.cerloc{
    font-size: 40px;
    color: goldenrod;
}

.dir-btn{
    display: inline-block;
    text-decoration: none;
    border: 1px solid goldenrod;
    padding: 12px 34px;
    color: goldenrod;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.dir-btn:hover{
    border: 1px solid goldenrod;
    transition: 1s;
    background-color: maroon;
}

.rsvp{
    padding-top: 50px;
    min-height: 100vh;
    color: goldenrod;
}

.form{
    width: 80%;
    margin: auto;
    border: 2px solid goldenrod;
    border-radius: 20px;
    height: 500px;
    background-color: beige;
    padding-top: 45px;
}

.form input, select, textarea {
    width: 80%;
    padding: 9px 15px;
    margin: auto;
    margin-top: 1pc;
    margin-bottom: 1pc;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #e5caa3;
    border: goldenrod solid 1px;
}

.form label{
    margin-left: 125px;
    color: goldenrod;
    font-weight: 700;
}

.form input[type=submit]{
    width: 20%;
    margin-right: 3.5pc;
    transition: background-color 0.5s;
    cursor: pointer;
    margin-top: 50px;
}

.form input[type=submit]:hover{
    background-color: #dfa56a;
}

#resvap{
    font-size: 40px;
    text-align: center;
}

#sub{
    font-family: 'Croissant One', cursive;
    color: antiquewhite
}

footer{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: burlywood;
    color: white;
    
}

.audio{
    float: right;
    margin-top: 42%;
    margin-right: 10px;

}