/* Reset */
html {
    font-size: 12px;
}

img {
    max-width: 100%;
}

.container {
    max-width: 968px;
}

/* Body */
body {
    background: #fff url("/app/themes/mysec/assets/img/body-bg.png") no-repeat center top;
}

/* Text Gradient */
.txt-gr {
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent;
}

/* Background => Gradients */
.bg-gr-blue {
    background: linear-gradient(180deg, #21c0fc, #115aa7);
}

.bg-gr-green {
    background: linear-gradient(180deg, #78dc64, #24630f);
}

/*  Header */
ul#menu-main-menu {
    display    : flex;
    align-items: center;
    list-style : none;
}

ul#menu-main-menu a {
    color          : #5b5b5b;
    text-decoration: none;
    font-size      : 1.1rem;
    padding        : 0 .75rem;
    position       : relative;
}

ul#menu-main-menu li:not(:last-child) a::before {
    content        : '';
    display        : block;
    height         : 24px;
    width          : 1px;
    background     : url("/app/themes/mysec/assets/img/separator.png");
    background-size: cover;
    position       : absolute;
    right          : 1px;
    top            : 50%;
    transform      : translateY(-50%)translateX(1px);
}


/* Footer */
footer .menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
}

footer .menu a {
    text-decoration: none;
    color: #444;
    line-height: 1.75;
}

footer#colophon {
    box-shadow: inset 0 0 15px #00000014;
}