.popup-content div[id]{
    background: #eb5e6b!important;
}
body .popup-tabs a:hover{
    border-bottom: 4px solid #eb5e6b;
}
body.footer-menu-open footer button i{
    background: #eb5e6b!important;
}
.footer-menu-open footer button{
    border-color: #eb5e6b!important;
}
body footer div{
    color: #eb5e6b;
}
article{
    padding: 0 0 50px
}
h1 {
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
    font-family: andes-light;
}

.wrapper .table .t-cell{
    padding: 20px;
    vertical-align: top;
    font-size: 25px
}
.menu-switch:before {
    background: #eb5e6b;
    color: inherit;
    border-color: #eb5e6b
}
.table:before {
    content: "";
    display: block;
    position: absolute;
    width: 650px;
    height: 200px;
    background: #eb5e6b;
    transform: skew(15deg) rotate(-90deg);
    border-radius: 10px;
    z-index: -1;
    right: 60%;
    top: 5%;
}
.table{
    position: relative;
}