a.btn {
    text-decoration: none !important;
}

.btn, .btn-primary {
    cursor: pointer;
}

.btn, .menu-toggle {
    transform: skewX(-30deg);
    box-sizing: border-box;
    border: 4px solid #221f36;
    display: block;
    background-color: transparent;
    text-transform: uppercase;
    transition: all .4s;
    margin-left: 20px;
    margin-right:20px;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:16px;
}

.btn {
    line-height: 28px;
}

.menu-toggle {
    line-height: 15px;
}

.btn-wa {
    border-color: #24d366;
    color: #24d366;
}

.btn-linkedin {
    border-color:#0a66c2;
}

footer .btn {
    font-size:14px;
    padding: 8px 15px;
    line-height: 22px;
}

.btn-large {
    width: 80%;
    margin: 0 auto;
}

.btn-full {
    width: calc(100% - 40px);
}

.btn-centered {
    margin-left:auto;
    margin-right:auto;
}

.btn-w {
    color:#fff;
    border-color:#fff;
}

.btn-w .btn-inner {
    color:#fff;
}

.btn a, .btn-inner {
    transform: skewX(30deg);
    *height: 45px;
    *line-height: 45px;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    color: #221f36;
    display: block;
    text-decoration: none !important;
}

.btn:hover {
    transform: skewX(-30deg) scale(1.025);
}

.btn-header {
    transform: skewX(-30deg);
    box-sizing: border-box;
    margin-left: 20px;
    transition: all .4s;
    width: 240px;
    padding: 4px;
    background-image: linear-gradient(var(--primary), var(--primary-accent));
}

.btn-header a {
    transform: skewX(30deg);
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    color: #000;
    display: block;
    text-decoration: none !important;
}

.btn-header:hover {
    transform: skewX(-30deg) scale(1.05);
    transition: all .4s;
}

.btn-header-inner {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-nav img {
    cursor: pointer;
    transition: all .4s;
}

.btn-nav img:hover {
    transform: scale(1.1);

}