    /* Main transformations */

    .cn-modern .cn-wrapper li a {
        -webkit-transform: skew(0deg) rotate(-45deg) scale(1);
        -ms-transform: skew(0deg) rotate(-45deg) scale(1);
        -moz-transform: skew(0deg) rotate(-45deg) scale(1);
        transform: skew(0deg) rotate(-45deg) scale(1);
    }
            .cn-modern .cn-wrapper li:first-child {
        -webkit-transform: rotate(0deg) skew(0deg);
        -ms-transform: rotate(0deg) skew(0deg);
        -moz-transform: rotate(0deg) skew(0deg);
        transform: rotate(0deg) skew(0deg);
    }
                .cn-modern .cn-wrapper li:nth-child(2) {
        -webkit-transform: rotate(90deg) skew(0deg);
        -ms-transform: rotate(90deg) skew(0deg);
        -moz-transform: rotate(90deg) skew(0deg);
        transform: rotate(90deg) skew(0deg);
    }
                /* Position tweaks */

    .cn-modern .cn-wrapper {
        bottom: -13em;
        left: 50%;
        margin-left: -13em;
    }
    .cn-modern .cn-button {
        left: 50%;
        bottom: -1.75em;
        padding-bottom: 1.45em;
        margin-left: -1.75em;
        padding-top: 0 !important;
    }
    .cn-modern.cn-asb .cn-wrapper.top-position {
        top: auto !important;
    }
    .cn-modern.cn-asb .cn-button.top-position{
        top: auto !important;
    }
    .cn-modern .cn-wrapper li:first-child a span p{
         padding-left: 15px;
     }
     .cn-modern .cn-wrapper li:first-child a span i{
         padding-left: 10px;
     }
     .cn-modern .cn-wrapper li:last-child a span p{
         padding-right: 15px;
     }
     .cn-modern .cn-wrapper li:last-child a span i{
         padding-right: 10px;
     }
    /* Colors */

.cn-modern .cn-wrapper li:nth-child(odd) a {
    background-color: #40411E;
}
.cn-modern .cn-wrapper li:nth-child(even) a {
    background-color: #787746;
}
.cn-modern .cn-button {
    background-color: #ED6A31;
}
@media screen and (min-width:1280px) { /* Only activate hover, focus, etc, styles on desktop-laptop screens and above */
    .cn-modern .cn-wrapper li.active a {
      background-color: #B4AF91;
    }
    .cn-modern .cn-wrapper li:not(.active) a:hover,
    .cn-modern .cn-wrapper li:not(.active) a:active,
    .cn-modern .cn-wrapper li:not(.active) a:focus {
      background-color: #B4AF91;
    }
    .cn-modern .cn-button:hover,
    .cn-modern .cn-button:active,
    .cn-modern .cn-button:focus {
        background-color: #edac74;
    }
}

.cn-modern .cn-button-text {
    color: #ffffff;
    font-size: 18px;
}
@media screen and (min-width:768px) {
    .cn-modern .cn-button-text {
        font-size: 24px;
    }
}
@media screen and (min-width:1680px) {
    .cn-modern .cn-button-text {
        font-size: 30px;
    }
}
/* Navigation icon and text sizes and colors */

.cn-modern .cn-wrapper li a span {
    color: #ffffff;
    font-size: 24px;
}
.cn-modern .cn-wrapper li a span p {
    color: #ffffff;
    font-size: 14px;
    margin-top: -20px;
}
@media screen and (min-width:768px) {
    .cn-modern .cn-wrapper li a span {
        font-size: 30px;
    }
    .cn-modern .cn-wrapper li a span p {
        font-size: 18px;
        margin-top: -25px;
    }
}
@media screen and (min-width:1680px) {
    .cn-modern .cn-wrapper li a span {
        font-size: 36px;
    }
    .cn-modern .cn-wrapper li a span p {
        font-size: 22px;
        margin-top: -30px;
    }
}