/* =========================================
   INDEX PAGE
========================================= */

.index-page{
    padding:80px 0;
}

.page-title{
    text-align:center;
    margin-bottom:50px;
}

.page-title h1{
    font-size:48px;
}

.project-date{
    display:block;
    color:#888;
    margin-bottom:12px;
    font-size:14px;
}

@media(max-width:768px){

.page-title h1{
font-size:34px;
}

}
/*====================================
BLOG INDEX LUXURY POLISH
====================================*/
.index-page{
    padding:120px 0;
    background:linear-gradient(180deg,#f8f5ef,#fff);
}
.page-title h1{
    color:#07172d;
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(40px,6vw,68px);
    line-height:1;
    letter-spacing:-.04em;
}
.project-date{
    color:#9b7434;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}
@media(max-width:768px){
    .index-page{
        padding:92px 0;
    }
}
