body {
    line-height: 1.5;
    color: #555;
    font-family: 'Poppins', 'IBM Plex Sans Thai', sans-serif;
}

::selection {
    background: #ffb693;
    color: #FFF;
    text-shadow: none;
}

#content p {
    line-height: 1.8;
    font-size: 0.85rem;
    font-weight: 300;
}

.menu-link {
    display: block;
    line-height: 22px;
    padding: 14px 15px;
    color: #444;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', 'IBM Plex Sans Thai', sans-serif;
}

.wedding-head {
    position: relative;
    line-height: 1;
    font-size: 8rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    font-family: "altesse-std-64pt", sans-serif;
}

.wedding-head .and {
    margin: 0;
    font-size: 150px;
    font-family: 'Times New Roman', serif;
}

.wedding-head .first-name, .wedding-head .last-name, .wedding-head .and {
    display: inline-block;
    margin-right: 15px;
    font-weight: normal;
    text-align: right;
    text-transform: none;
    letter-spacing: 0px;
}

.team-title span {
    display: block;
    color: #ffb693;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: 1rem;
    margin-top: 5px;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 1.25rem;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.team-content {
    margin-top: 1rem;
    color: #777;
    font-size: 0.85rem;
    font-weight: 300;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #ffb693;
}

a {
    text-decoration: none !important;
    color: #ffb693;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    color: #333;
    font-family: "altesse-std-64pt", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Poppins', sans-serif
}

.heading-block h2 {
    font-size: 3rem;
}

.heading-block h2 + span {
    font-size: 1.15rem;
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 0px;
    font-weight: 300;
    color: #777;
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #ffb693;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #ffb693;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#footer {
    position: relative;
    background-color: #f1d6c7;
    border-top: 0px solid rgba(0,0,0,0.2);
    color: #aa6646;
}

#copyrights {
    padding: 40px 0;
    background-color: #f1d6c7;
    font-size: 0.85rem;
    line-height: 1.8;
}

#copyrights a:first-child {
    margin-left: 0;
    color: #6e6158;
}

