html {
    scroll-behavior: smooth;
}

body {
    height: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #F9F6F3;;
}

.main-content {
    text-align: center;
    padding: 80px 0 95px;
}

.main-content h1 {
font-family: 'Playfair Display';
font-weight: 700;
font-size: 70px;
margin: 0px 0px 22px;

}
.main-content p {
width: 518px;
margin: 0 auto;
font-size: 18px;
margin-bottom: 40px;
}

.team-image {
    display: flex;
    justify-content:center;
}

.team-image img:nth-child(2) {
    padding: 0 65px;
}


/* Hedieh's Style Start */
/* Nav Bar */
.navBar {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 30px 0 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    justify-content: space-around;
}

.navBar a {
    text-decoration: none;
    color: #212220;
    padding: 3px 5px;
    transition: color .3s;
    border-bottom: 5px solid transparent;
}

.navBar a:hover {
    color: #a6ac3b;
}

.aboutusLink {
    border-bottom: 5px solid #C8CD49 !important;
}
/* Hedieh's Styles End */

/* Alex's Styles Start */
.imageHolder {
    display: flex;
    justify-content: center;
}

.imageHolder img {
    width: 33.33%;
}

/* footer */
.footerContent {
    background-color: #79450B;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 0 85px;
    color: #F9F6F3;
}

.footerContent img:first-child {
    cursor: pointer;
}

.linkContainer {
    display: flex;
    flex-direction: column;
}

.linkContainer a {
    text-decoration: none;
    color: #F9F6F3;
    cursor: pointer;
    transition: color .3s;
    padding-bottom: 20px;
}

.linkContainer a:hover {
    color: #a6ac3b;
}

.linkContainer a:last-child {
    padding: 0;
}

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

.socialIcons img {
    cursor: pointer;
}

.socialIcons img:nth-child(2) {
    padding: 0 25px;
}
/* Alex's Styles End */
