body {
  font-weight: 400;
  font-style: normal;
  background: rgb(255, 199, 174);
}

body:before {
    content: "";
    background-image: url(/images/lian.png);
	opacity: 0.4;
    position: fixed;
    top: 0;
    min-height: 100vh;
    width: 150px;
    right: 0px;
    height: 100%;
    background-size: contain;
	z-index: -1;
}

.header {
	font-family: "Caveat", cursive;
	color: rgb(255 101 33);
	padding-top: 15px;
}

.header h1 {
	font-size: 2.5rem;
}

.header h2 {
	font-size: 1.5rem;
}

.card-wrapper {
	padding: 0px 20px;
	margin: 30px 0px 60px 0px;
}

.card-wrapper .card {
	border-radius: 0px;
	background-color: rgb(255 255 255 / 80%);
	border: none;
	max-width: 800px;
	margin: 0px auto;
}

.card-wrapper .card:after {
	content: "";
    background: linear-gradient(#ecb2ba00, 50%, #c5c5c5ba, 51%, #ecb2ba00), linear-gradient(to right, #ecb2ba00, 50%, #c5c5c5ba, 51%, #ecb2ba00);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-wrapper .card .tape-section:before,
.card-wrapper .card .tape-section:after {
	content: "";
    width: 60px;
    height: 20px;
    position: absolute;
    background-color: rgb(255 101 33 / 40%);
    border-right: 1px dotted rgba(219, 216, 190, .7);
    border-left: 1px dotted rgba(219, 216, 190, .7);
}

.card-wrapper .card .tape-section:first-of-type:before {
    transform: rotate(-45deg);
    left: -20px;
}

.card-wrapper .card .tape-section:first-of-type:after {
    transform: rotate(45deg);
    right: -20px;
    top: 0;
}

.card-wrapper .card .tape-section:last-of-type:before {
    transform: rotate(45deg);
    left: -20px;
    bottom: 0;
}

.card-wrapper .card .tape-section:last-of-type:after {
    transform: rotate(-45deg);
    right: -20px;
    bottom: 0;
}

.accordion-button::after {  
    content: "\ea7b";
	display: inline-block;
    font: normal normal normal 1em / 1 'Lineicons';
    color: inherit;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
	background: none;
	font-size: 1.2rem;
}

.accordion-button:not(.collapsed)::after { 
	background: none;
}

#accordion-wedding {
	z-index: 10;
}

#accordion-wedding .accordion-item{
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: rgb(255 255 255 / 60%);
	border: none;
}

#accordion-wedding .accordion-button {
	color: rgb(255 101 33);
	border-radius: 15px;
	background-color: rgb(255 255 255 / 80%);
}

#accordion-wedding .accordion-button:not(.collapsed){
	background-color: rgb(255 101 33);
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #ffffff;
}

#accordion-wedding .accordion-button:focus{
	box-shadow: none;
}

#accordion-wedding .program-table {
	border-color: rgb(255 101 33);
}

#accordion-wedding .program-table tr td:first-child{
	width: 40px;
	text-align: center;
}

#accordion-wedding .program-table tr td:nth-child(2) {
	width: 90px;
}

.footer {
	font-family: "Caveat", cursive;
}

.footer .email a,
.footer .tel a{
	font-family: "Caveat", cursive;
	color: rgb(255 101 33);
}

.footer .email a {
	text-decoration: underline;
}

.footer .tel a {
	text-decoration: none;
}

.footer table tbody tr td {
	padding: 3px 12px;
	text-align: center;
	color: rgb(255 101 33);
}

.footer table tbody tr.name td {
	font-size: 1.5rem;
}

.footer table tbody tr.email td,
.footer table tbody tr.tel td {
	font-size: 1rem;
}

.last-update{
    font-family: var(--bs-font-sans-serif);
    color: rgb(255 101 33);
}

@media (min-width: 768px) { 
	.header h1 {
		font-size: 4rem;
	}

	.header h2 {
		font-size: 2.5rem;
	}

	.card-wrapper {
		margin: 90px 0px 100px 0px;
	}

	.footer table tbody tr.name td {
		font-size: 2.5rem;
	}

	.footer table tbody tr.email td,
	.footer table tbody tr.tel td {
		font-size: 2rem;
	}
}
