body {
    color: #3A2F2A;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ls-276{letter-spacing:0.276rem!important;}
.color-gold{color:#C2A66F!important;}
.font-44{font-size:4.4rem;}
.font-32 {font-size:3.2rem!important;}
.font-20 {font-size:2rem!important;}
.font-16 {font-size:1.6rem;}
.font-12{font-size:1.2rem!important;}
.font-crimson{font-family:"Crimson Pro"!important;}
h1 {
    font-size: 6.4rem;
}

a.btn-primary {
    background: #8E2F23;
    color: #F2EAD8;
    
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    padding: 1.5rem 2.5rem;
    letter-spacing: .299rem;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    text-decoration:none;
    transition: background-color 0.3s ease;
    font-size:1.3rem;
}
a.btn-primary:hover{
    background: #3A2F2A;
}
a.btn-secondary {
    border: 1px solid #3A2F2A;
    color: #3A2F2A;
    
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    padding: 1.5rem 2.5rem;
    letter-spacing: .299rem;
    text-transform: uppercase;
    margin: 0;
    display: block;
    white-space: nowrap;
    text-align: center;
    text-decoration:none;
    transition: background-color 0.3s ease;
    font-size:1.3rem;
}
a.btn-secondary:hover{
    background: #8E2F23;
    border-color:#8E2F23;
    color:#F2EAD8;
}

header {
    border-bottom: 1px solid #E6DDCB;
    background: rgba(242, 234, 216, 0.90);
    backdrop-filter: blur(2px);
    padding:.8rem 5rem;
    position:fixed;
}
header nav ul {
    margin: 0;
    padding:0;
}
header a.btn-primary{display:block;}
header nav ul li a{
    color: #1E1B18;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.3;
    letter-spacing: 2.76px;
    text-transform: uppercase;
    padding:0rem 0;
    display:block;
    border:0!important;
    white-space: nowrap;
}
header nav ul li{
    padding:0 1.7rem;
}
header nav ul li a:hover,header nav ul li a.active{
    color:#8E2F23;
    border-bottom: 0px solid #8E2F23;
    border-top:0;
}
header nav ul li a:after,header nav ul li a.active:after {
  display:block;
  content: '';
  border-bottom: solid 1px #8E2F23;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

header nav ul li a:hover::after,header nav ul li a.active::after {
    transform: scaleX(1);
}
header .col1, header .col3 {
    width: 13rem;
}
li.nav-parent a:before {
    content: '';
    position: absolute;
    right: 0;
    background: url(https://madisonavenuerevival.com/assets/img/arrow_right.svg) center no-repeat;
    width: 1.6rem;
    height: 100%;
    display:none;
}
li.nav-parent a{position:relative;}

li.nav-parentx a {
    padding-right: 2.3rem;
}
li.nav-parent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .8rem;
}
header a.btn-primary{
    font-size: 1rem;
    padding: 1.2rem 1rem;
    letter-spacing: 0.23rem;
}


.footer{
    background: #1E1B18;
    padding: 2.5rem 0 0;
}
.footer-bottom p:first-child {color: #F2EAD8;}
.footer hr{outline:none;border-bottom: 1px solid #3A2F2A;margin:0;border-top:0;}
.footer .container {
    padding: 2.5rem 2rem 1.5rem;
}
.footer-bottom {
    padding: 0;
}
.footer-column h3{
    color: #F2EAD8;
    font-family: "Crimson Pro";

    font-size: 2.4rem;
    
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.252px;
    text-transform:none;
    margin-bottom:2rem;
}
.footer-column p,.footer-column a {
    color: #F2EAD8;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4; /* 19.6px */
    letter-spacing: 0.147px;
        margin: 0;
    padding: 0;
}
.footer-column li{margin:0!important;}
.footer-column a{    
    line-height: 1.7;
    display: block;
    
}
.footer-bottom p {
    color: #F2EAD8;
    font-family: "Work Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.126px;
    opacity: .5;
}

.footer-bottom a {
    color: #F2EAD8;

/* Desktop/Small */
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.147px;
}
.footer-bottom li{list-style:none;}
.footer-bottom ul{display:flex;align-items: flex-end;justify-content: end;gap: 5rem;}

.footer-bottom .row p,.footer-bottom .row a {
    font-size: 1.4rem;
    opacity: 1;
}
/**/
@media only screen and (max-width: 1440px) {
    html {
        font-size: 62.5%;
    }
}

@media only screen and (max-width: 1600px) {
    html {
        font-size: 62.5%;
    }
}

@media (min-width: 768px) {
    .mb-md-5 {
        margin-bottom: 2rem !important;
    }
    #sec05 .col1 {
        padding-right: 11rem !important;
    }
    .footer-column .col-md-8{width:40rem;}
    .footer-column{width:25%;}
}
@media screen and (max-width:767px){
    header {
        padding: 1rem 1.5rem;
    }
    
    header .col1 {
        order: 1;
    }
    header .col2 {
        order: 3;
        display: flex;
        align-items: end;
        width: 33.33% !important;
        text-align: right;
    }
    header .col3 {
        order: 2;
        width: 33.33% !important;
    }
    header .col1 {width:33.33%}
    
    header nav {
        display: none;
    }
    
      header a.btn-primary {
        color: var(--Vintage-Ivory, #F2EAD8);
        font-family: "Work Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 1.798px;
        text-transform: uppercase;
        padding: 1rem 0rem;
        max-width: 12rem;
    }
    
    header .logo img {
        max-width: 3.5rem;
    }
    
    button.mobnav.show-mb {
        width: 1.8rem;
    }
    header .header-right.show nav {
        position: absolute;
        display: block;
        right: 0;
        top: 100%;
        width: 42%;
        background: #e0d7c8;
        padding: 1rem 0;
    }
    header .header-right.show{
                position: initial;
        display: initial;
        background: initial;
        padding: initial;
        width: 30%;
    }.font-12 {
        font-size: 1.1rem !important;
    }
    .ls-276 {
        letter-spacing: 2.53px !important;
    }
    .container {
        padding: 0 1.5rem;
    }
    .font-20{ font-size:1.7rem!important;}
    .font-44 {
        font-size: 3rem;
        line-height: 105%;
        letter-spacing: 0.315px;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .font-32,#sec03 .box h3,#sec03 .row .col p.font-32 {
        font-size: 2.4rem !important;
        line-height: 1;
    }
    .footer-top .row {
        gap: 2.5rem;
    }
    .footer-top {
        gap: 3.5rem;
    }
    .footer-bottom{border-top:0;}
    header nav ul li a {
        padding: 0.5rem 0;
        text-align: right;
    }
    li.nav-parent {
        justify-content: end;
        gap: 0;
    }
    .footer-bottom ul {
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    .footer hr {
        border-bottom: 1px solid #F2EAD8;
    }
}