body {
    background-color: #FCF7F2;
}

h1 {
    font-family: 'Playfair Display', serif;
    color: #3f3f3f;
    font-size: 30px;
    font-weight: 600;
    font-style: oblique;
    letter-spacing: -1px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 600;
}

.h3 {
    font-family: 'Playfair Display', serif;
    letter-spacing: -1px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #3f3f3f;
}

.bar {
    background-color: #3DADCE;
    text-align: center;
    align-items: center;
    justify-content: center;
    animation: fadeInDown 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bar p {
    color: white;
    padding: 8px;
    font-size: 13px;
}

.bar a {
    color: white;
}

body img {
    max-width: 100%;
    margin: 0 auto;
}

header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 10px 30px 10px 30px;
    max-width: 800px;
}

.navbarwrapper {
    flex-wrap: nowrap;
}

.navbarwrapper li {
    list-style: none;
    margin: 0 auto;
}

.navbarwrapper a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #3f3f3f;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
}

.logo {
    text-align: center;

}

.logo img {
    max-width: 115px;
}

.buttons {
    display: flex;
    gap: 20px;
    align-items: right;
    justify-content: end;
}

.mobilenavbar,
.mobilenavbarcontent,
.mobilenavbarwrapper {
    display: none;
}

@media only screen and (max-width: 600px) {

    .navbarwrapper,
    .buttons,
    .logo {
        display: none;
    }

    .headerimg h3 {
        display: none;
    }

    .mobilenavbarwrapper {
        display: block;
        margin-top: -30px;
    }

    .mobilenavbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 30px 0px 30px;
    }

    .mobilelogo {
        width: 90px;
    }

    .mobilenavbarcontent {
        display: hidden;
        height: 100%;
        animation: fadeIn 1s;
    }

    .closebutton {
        display: none;
    }

    .mobilelinks {
        margin: 0;
        padding: 0;
    }

    .mobilenavbarcontent ul {
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
        line-height: 70px;
        margin-top: 30px;
    }

    .mobilenavbarcontent li {
        animation: fadeInDown .5s;
    }

    .mobilenavbarcontent a {
        font-family: 'Poppins', sans-serif;
        color: #3f3f3f;
        font-size: 15px;
        font-weight: 600;
        animation: fadeInDown 1s;
        text-decoration: none;
    }

    .mobileconnect {
        display: block;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: 1px solid #3f3f3f2a;
        border-radius: 20px;
        padding: 10px;
        animation: fadeInDown 1s;
        margin: 20px
    }

    .mobileconnect, .mobilecall h3 {
        font-family: 'Playfair Display', serif;
        font-style: oblique;
        font-size: 20px;
    }

    .connectmobilelinks {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin: 0px auto;
    }
    .mobilecall {
        display: block;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: 1px solid #3f3f3f2a;
        border-radius: 20px;
        padding: 10px 0 0 0;
        animation: fadeInDown 1s;
        margin: 20px
    }
}

.about {
    padding: 20px;
    margin: auto;
    max-width: 800px;
}


.content {
    margin: auto;
    animation: fadeIn .5s;
}

.headerimg {
    margin: auto;
    text-align: center;
}

.headerimg img {
    filter: brightness(90%);
    height: 60vh;
    width: 100%;
    object-fit: cover;
    margin: auto;
}

@media only screen and (max-width: 600px) {
    .headerimg img {
        height: 40vh;
    }
}

.headertextwrapper h3{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.headerimg h3 {
    color: white;
    font-family: 'playfair display';
    font-style: italic;
    font-size: 45px;
    white-space: nowrap;
    font-weight: 700;
    animation: fadeIn 4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (max-width: 600px) {
    .headerimg h3 {
        font-size: 25px; 
    }
    .headertextwrapper h3{
        top: 20%;
        left: 50%;
    }
}

.ourserviceswrapper {
    background: linear-gradient(to bottom right, #ffdcc4, #3dacce72);
    text-align: center;
}

.ourservices {
    max-width: 600px;
    text-align: center;
    margin: auto;
    padding: 30px;
    animation: fadeInDown 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.disco {
    text-align: center;
    align-items: top;
    margin: 0 auto;
    padding: 0;
}

.disco img {
    max-width: 100px;
    animation: fadeInDown 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.stayconnectedwrapper {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.contact {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px 20px 30px 20px;
    text-wrap: balance;
    text-align: left;
    margin-top: 0;
    animation: fadeInUp 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contact a {
    color: #3f3f3f;
}

.ckfooter h1 {
    padding: 20px 0 10px 0;
}

.contactinfo,
.form,
.otherlinks {
    border: 1px solid #3f3f3f7c;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
}

.formbutton {
    border: 0px;
    background-color: #3f3f3f;
    border-radius: 15px;
    font-size: 18px;
    padding: 10px 20px;
}

.formbutton a {
    color: white;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.otherlinks {
    display: block;
}

.socials {
    display: flex;
    gap: 20px;
}

@media only screen and (max-width: 600px) {
    .contact {
        display: block;
        text-align: center;
    }

    .form {
        margin-top: 10px;
    }

    .otherlinks {
        margin-top: 10px;
    }

    .socials {
        justify-content: center;
    }
}

.footer {
    display: block;
    text-align: center;
    margin: auto;
}

.footer p {
    color: black;
    padding: 10px
}

@media only screen and (max-width: 600px) {
    .type p {
        font-size: 13px;
        white-space: nowrap;
    }

    .eventtypeswrapper {
        padding: 20px 15px 0px 15px;
    }

    .eventtypes {
        grid-template-columns: 1fr 1fr;
    }

    header {
        padding: 10px 20px 10px 20px;
    }

    .navbarwrapper {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .navbarwrapper a {
        line-height: 25px;
    }

    .navbar {
        display: block;
        text-align: left;
    }

    .buttons {
        gap: 10px;
    }
}