@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
.fixer{
    left: 15rem;
}
::-webkit-scrollbar{
    width:10px;

}
::-webkit-scrollbar-track{
    border-radius: 5px;
    box-shadow: inset 0 0 10px #ffffff;

}
::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #971f7d;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #9b8d9e;
}

html{
    width: 100%;
    font-family: cursive;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    
}
body{
    background: url(background3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.main{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
    background: none;
}
.heading{
    text-align: center;
    font-family: 'Parisienne',cursive;
    color:black;
    
}
.writing{
    line-height: 3rem;
}
.thanks{
    text-align: center;
    font-family: 'Parisienne',cursive;
}
.click{
    font-family: 'Parisienne',cursive;
    width: 50%;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
   
}
.names{
    font-family: 'Parisienne',cursive;
    font-size: 1.2rem;
}
footer{
    font-family: cursive;
    font-weight: bold;
    margin-top: 0rem;
    height: auto;
    width: 100%;
    background: none;
    text-align: center;
    color: purple;
    

}

.f-text{
    text-align: center;
    padding: 1rem;
    font-size: 2rem;
    font-weight: lighter;
    color: #E8C7C8;
}
#mc_embed_signup{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
#mc_embed_signup_scroll{
    text-align: center;  
    background-color: #d19cc4;  
    line-height: 2rem;
    border-radius: 10px;
    font-family: 'Parisienne',cursive;
}

#mce-FNAME{
    width: 81%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;

}
#mce-EMAIL{
    width: 81%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;

}
.button{
    background-color: #c948e6;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    height: 1.2rem;
    width: 4rem;
}
.button:hover{
    background-color: #74078d;
    color: #ffffff;

}
a{
    text-decoration: none;
}

.contact-s{
    margin-top: 1rem;
    text-align: center;
    padding-top: 1rem;
    height: 18rem;
    background: none;
}


.titles{
    font-family:'Parisienne', cursive;
    font-size: 1.5rem;
    font-weight: bold;
    width: 30%;
    padding-bottom: 1rem;
    color:purple;
}
.details{
    width: 30%;
    line-height: 2rem;

}
#location{
    background-color: #000;
    color: white;
    position: absolute;
    margin-top: -8rem;
    right: 2rem;
    height: 15rem;
    width: 50%;
    border-radius: 5px;
}
.img1{
    background: url(church.jpg);
}
.img2{
    background: url(reception.jfif);
}
@media screen and ( max-width: 1025px){

.contact-s{
    height: 20rem;
    background: none;
}
.main{
    height: auto;
    width: 100%;
    background: none;
}
#location{
    margin-top: 1rem;
    left: 0rem;
    height: 10rem;
    width: 100%;
    
}
.click{
    width: 80%;
}
.footer{
    width: 100%;
}
.titles{
    
    width: 100%;
}
.details{
    width: 100%;
}
#mc_embed_signup{
    width: 90%;

}
.signup{
    margin-top: 43rem;
}
.submit-btn{
    margin-top: 1rem;
}
#bottomhr{
    margin-top: 3rem;
}

}
