@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;
}

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

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

.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;
}

.aboutHeadSection{
    background-image: url(./images/About-header-pics-09.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

.ceoImageSize{
    height: 600px;
}

.ceoSection{
    margin-top: -500px;
    display: flex;
    justify-content: center;
}

.ceoInfo{
    margin: 100px 0 100px 0;
}

.paddingCeoInfo{
    padding: 0 200px 0 200px;
}

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

.alignFlex{
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.blueprintSize{
    height: 400px;
}

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

.flexIcon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5% 0 5%;
}

.iconSize{
    height: 100px;
    margin-bottom: 35px;
}

.iconSizeThree{
    height: 80px;
    margin-bottom: 35px;
}

.iconTitle{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: #e49f0a;
    font-size: 24px;
}

.spaceEvenlyFlex{
    justify-content: space-between;
    display: contents;
}

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

.serviceSection{
    height: 700px;
    margin: 100px 0 100px 0;
    /* display: flex; */
}

.flexServices{
    display: flex;
    flex-direction: row;
}

.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;
}

.flexButton{
    display: flex;
    justify-content: center;
    align-items: center;
}

.livingSpace{
    background-image: url(./images/services-images-12.png);
    width: 25%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.accents{
    background-image: url(./images/services-images-13.png);
    width: 25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.commercial{
    background-image: url(./images/services-images-14.png);
    width: 25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ideation{
    background-image: url(./images/services-images-11.png);
    width: 25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ctaBtn{
    /* background-color: transparent;
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 24px;
    text-decoration: underline;
    border: none; */
    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;
}

.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;

}