@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
    background-color: #4f5547;
}
.navFont{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: #c9a352;
    font-size: 18px;
}

.logo{
    height: 120px;
    position: relative;
}

.navFont:hover{
    font-family: "PT Sans", serif;
    font-weight: 800;
    font-style: bolder;
}

.bg-body-tertiary{
    background-color: #252f2e !important;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: #c9a352 !important;
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.paragraphFont{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 18px;
    text-align: center;
}

.paragraphPadding{
    padding: 2% 30% 2% 30%;
}

.headerTitle{
    padding-top: 170px;
    font-family: "Cormorant";
    font-size: 60px;
    text-align: center;
    padding-bottom: 30px;
    color: white;
}

.contactHeadSection{
    background-image: url(./images/contact-headimage.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.subtitleFont{
    font-family: "Cormorant";
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
    color: #252f2e;
}

.contactForm{
    background-color: #f4f5ef;
    width: 50%;
    padding: 80px 100px 80px 100px;
    margin-top: -300px;
    display: flex;
    flex-direction: column;
}

.formFont{
    font-family: "PT Sans";
    font-size: 15px;
    color: #252f2e;
}

.form-control{
    border-bottom: 2px solid #252f2e;
    background-color: transparent; 
    border-radius: none !important;
}

.formControl{
    border-bottom: 2px solid #252f2e;
    background-color: transparent; 
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
}

.formMargin{
    margin-top: 40px;
}

.buttonFlex{
    display: flex;
    justify-content: center;
}

:root, [data-bs-theme=light] {
    border-radius: none;
}

.button{
    font-family: "PT Sans";
    font-size: 15px;
    background-color: #c9a352;
    padding: 10px 15px 10px 15px;
    color: white;
    border: none;
}

.buttonFont{
    font-family: "PT Sans";
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.phoneNumberSection{
    margin: 100px 0 100px 0;
    display: flex;
    justify-content: center;
}

.manualContact{
    font-family: "Cormorant";
    font-size: 34px;
    /* text-align: center;
    padding-bottom: 30px; */
    color: #ffffff;
}

.phoneFont{
    font-family: "PT Sans";
    font-size: 24px;
    color: #ffffff;
    margin-top: 50px;
}

.womanPhone{
    width: 70%;
}

.ctaBtn{
    font-family: "PT Sans";
    font-size: 15px;
    background-color: #c9a352;
    padding: 10px 15px 10px 15px;
    color: white;
    border: none;
}

.finalCallToAction{
    /* margin: 100px 0 100px 0; */
    height: 500px;
    display: flex;
    justify-content: center;
    background-color: #252f2e;
}

/* .justifyCta{
    display: flex;
    justify-content: center;
} */

.ctaFlex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ctaFont{
    font-family: "Cormorant";
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.footerImage{
    background-image: url(./images/footer-background.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footerLogo{
    height: 100px;
    padding-left: 60px;
}

ul{
    list-style: none;
}

li{
    text-decoration: none;
}

.paddingFooter{
    padding-top: 60px;
}

.goldLine{
    border-bottom: 2px solid #e49f0a;
    width: 50%;
    margin: 10px 0 10px 0;
}

.footerFont{
    padding-bottom: 30px;
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
}

.copyrightFont{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.socialIcons{
    height: 30px;
    padding-right: 20px;

}