@charset "utf-8";
/* CSS Document */
.rsvp-Button {
	}
.rsvp-Button a{
width: calc(100% - 40px);
    float: left;
    background: #fff; 
    margin: 20px 20px 0px;
    border-radius: 50px;
    padding: 5px 0;
    overflow: hidden;
    padding: 12px 30px;
    border: 4px solid #ececec;
    color: #000;
	text-align: center;
	}
	.rsvp-Button a:hover{
background: #000000;
color: #fff;
	}
	.rsvp-Button a i{
color: #e55656;
    margin-right: 15px;
	}
	
	.rsvp-Button a:hover i{
color: #fff;
    margin-right: 15px;
	}
	.card2 {
    padding: 48px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
    width: 100%;
	margin: 50px auto;
	    position: relative;
		overflow: hidden;
}
	
	.items {
       width: 100%;
    float: left;
    background-color: #eee;
    padding: 50px;
    margin: 20px 0;
    border-radius: 15px;
		position: relative;
}
	
.items h3{
   font-size: 2rem;
    line-height: 3rem;
	width: calc(100% - 180px);
}
.items .date{
   position: absolute;
    background-color: #6980c7;
    WIDTH: 150px;
    top: 0px;
    padding: 15px;
    right: 30px;
    color: #fff;
}
.items .date span{
    box-sizing: initial;
    display: block;
    font-size: .8rem;
    font-weight: normal;
    line-height: 1.5;
    color: #ffeb3b;
}

.card2 h1 {
  font-size: 2rem;
    line-height: 4rem;
    font-weight: 500;
    color: #161616;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
	text-align: center;
}

	
	
@media (max-width: 768px) {
	.items h3{
   font-size: 1.6rem;
    line-height: 2rem;
	    width: 100%;
}
 .card2 {
    padding: 50px 20px 20px;
	margin: 20px 0;
}
	.card2 h1 {
    font-size: 1.6rem;
    line-height: 1.5;
}
.items {

    padding: 30px;

}
	
.items .date {
    position: relative;
    WIDTH: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
	top: auto;
right: auto;
}	
	
	}

	


footer {
    padding: 20px 0 20px;
    overflow: hidden;
    color: #fff;
    background-color: #3c4474;
    text-align: center;
}

footer .line {
     padding: 80px 30px 50px;
    border-bottom: 1px solid #686868;
}
footer .footerss {
  padding: 10px 30px;
}

footer .footerss p{
    font-size: 13px;
    margin-bottom: 0;
    display: inline-block;
}






.topimg{
background-image: url(../images/202111300921495.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 0;
    height: 329px;
	
}


.logo-menu{
    border-radius: 0px;
    margin: auto;

}

.logo-menu .logo{
    padding: 0px 0;
	width: 230px;
	    float: left;
}



.logo-menu .logo img {
    height: 100px;
    max-height: 100%;
    text-align: center;
    margin: auto;
}

.logo-menu .Menu{
	   position:relative;
	   width: 50%;
	   float: right;
}

.logo-menu .Menu a{
   position:absolute;
   top: 0px;
   right: 0px;
   padding: 20px 40px;
   background-color: #fff;
   border-radius: 50px;
}



@media (max-width: 768px) {
	.topimg {
    padding: 10px 0 0;
				    height: 100px;
    background-position: right bottom;
}
.logo-menu .Menu {
    width: 30%;
}
.logo-menu .logo {
       width: auto;
}
.logo-menu .logo img {
    height: 70px;
  
}
.logo-menu .Menu a span{
    display: none;
}
.logo-menu .Menu a{
width: 50PX;
    height: 50px;
    text-align: center;
    padding: 10px;
}
.logo-menu .Menu a span{
    display: none;
}	
}
	



