* {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -moz-highlight-color: transparent !important;
    -ms-highlight-color: transparent !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-rendering: optimizeLegibility !important;
	-webkit-text-size-adjust: none !important;
	-moz-text-size-adjust: none !important;
	-ms-text-size-adjust: none !important;
	-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
::selection {
    background: #8daa5e !important;
    color: #ffffff !important;
}
::-moz-selection {
    background: #8daa5e !important;
    color: #ffffff !important;
}
::-webkit-selection {
    background: #8daa5e !important;
    color: #ffffff !important;
}
@media screen and (min-width: 981px) {
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Red Hat Mono', monospace;
    cursor: default;
}
.bodyBg {
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.mobMenu {
 display: none !important;
}
.skilllogos {
    width: 90%;
}
.skills {
    padding: 0.5% ;
}
.nav {
    width: 100%;
    height: auto;
    text-align: center;
    background: url(../img/bg.jpg);
    background-size: 8%;
    background-position: center center;
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.nav ul {
    width: 100%;
    height: auto;
    padding: 2% 0;
    margin: 0 0 0 -3%;
    font-size: 0;
    white-space: nowrap !important;
    box-sizing: border-box;
}
.nav ul li {
    margin-left: 3%;
    padding: 1% 0;
    display: inline-block;
    padding: 0;
}
.nav ul li a {
    padding: 1% 10px;
    text-decoration: none;
    color: #8daa5e;
    font-size: 1.4vw;
    font-weight: 400;
    border-left: 1px solid #3e3f3d;
    position: relative;
    z-index: 10;
}
.nav ul li a:after {
    content: '';
    width: 0;
    height: 35%;
    background-color: #3e3f3d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.nav ul li a:hover:after {
    width: 100%;
}
.homeHead {
    width: 85%;
    height: auto;
    margin: 0 7.5%;
    padding: 11% 0 8% 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    box-sizing: border-box;
    background: url(../img/brush-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-animation: animbg 15s ease infinite;
    animation: animbg 15s ease infinite;
}
@keyframes animbg {
    0%{background-position:0% 50%;}
    50%{background-position:100% 50%;}
    100%{background-position:0% 50%;}
}
.homeHeadOth {
    width: 85%;
    height: auto;
    margin: 0 7.5%;
    padding: 6% 0 3%;
    display: block;
    box-sizing: border-box;
    background: url(../img/brush-bg.png);
    background-repeat: no-repeat;
    background-size: 95% 25%;
}
.leftCont, .rightcont {
    width: 50%;
    height: auto;
}
.rightcont {
    text-align: left !important;
}
.links a {
    text-decoration: none;
    color: #8daa5e;
    font-size: 1.3vw;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.links a:hover {
    color: #a0a0a0;
}
.leftCont img {
    width: 85%;
    height: auto;
}
.leftContProject {
    width: 70%;
    height: auto;
    position: relative;
    background-color: #000000;
    font-size: 0;
}
.rightContProject {
    width: 100%;
    height: auto;
    margin-top: 3%;
    border-top: 1px solid #3e3f3d;
}
.leftContProject:hover .leftContProjectIco {
    opacity: 1;
}
.leftContProject:hover .leftContProjectShot {
    opacity: 0.3;
}
.leftContProjectIco {
    width: auto;
    height: auto;
    color: #8daa5e;
    border: 1px solid #8daa5e;
    font-size: 1.5vw;
    font-weight: 700;
    text-align: center;
    padding: 2.5%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    pointer-events: none !important;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.leftContProjectShot {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.leftContProject img {
    width: 100%;
    height: auto;
}
.rightCont h1 {
    color: #8daa5e;
    font-size: 3.3vw;
    font-weight: 700;
}
.rightCont span,
.OthCont span {
    color: #cfcfcf;
    font-size: 1.3vw;
    font-weight: 600;
}
.rightCont p,
.OthCont p {
    color: #a0a0a0;
    font-size: 1.1vw;
    font-weight: 400;
    white-space: pre;
}
.rightContBorderP {
    border-bottom: 1px solid #3e3f3d;
    padding-bottom: 15px;
}
.rightContBorderPTop {
    border-top: 1px solid #3e3f3d;
    padding-top: 15px;
}
.OthCont {
    width: auto;
    height: auto;
    position: relative;
}
.OthContMgr {
margin-top: 5%;
}
.homeHeadOth h1 {
    width: 85%;
    height: auto;
    margin: 10% 7.5%;
    text-align: center;
    color: #8daa5e;
    font-size: 4vw;
    font-weight: 700;
}
.othNomber {
    font-size: 15vw;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    color: #a0a0a0;
    z-index: 5;
    opacity: 0.1;
    }
}

/* mob */

@media screen and (max-width: 980px) {
    body {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        font-family: 'Red Hat Mono', monospace;
        cursor: default;
        }
    .bodyBg {
        background-image: url(../img/bg.jpg);
        background-repeat: repeat;
        background-position: center center;
    }
    .mobMenu{
        width: 100%;
        height: auto;
        display: block;
        cursor: pointer;
        white-space: nowrap !important;
        z-index: 2100;
        position: fixed;
        text-align: center;
        top: 0;
        box-sizing: border-box;
        background-color: #8daa5e;
        padding: 5% 0;
    }
    .mobMenuBtnLine {
        width: 9.1vmin;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }
    .mobMenuBtnLine div {
        height: 0.31vmax;
        margin: 8px 0;
        background-color: #3e3f3d;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .size0 {
        width: 50%;
    }
    .size2 {
        width: 100%;
    }
    .change .size0 {
          -webkit-transform: rotate(-45deg) translate(-9px, 0px);
          transform: rotate(-45deg) translate(-9px, 0px);
          width: 100%;
    }
    .change .size2 {
          -webkit-transform: rotate(45deg) translate(-7px, 2px);
          transform: rotate(45deg) translate(-7px, 2px);
    }
    .navAnimations {
            top: 0 !important;
            visibility: visible !important;
        }
    .nav {
        width: 100%;
        height: 100vh;
        margin: 0;
        background: url(../img/bg.jpg);
        background-position: center center;
        background-repeat: repeat repeat;
        position: fixed;
        top: -100%;
        left: 0;
        right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 1100;
        visibility: hidden;
    }
    .nav ul {
        width: 90%;
        height: auto;
        padding: 2% 5%;
        margin: 0;
        /* border-bottom: 1px solid #3e3f3d; */
        text-align: center;
        font-size: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .nav ul li {
        width: 100%;
        padding: 1.2% 0;
        list-style: none;
        display: block;
    }
    .nav ul li a {
        width: auto;
        padding: 1.2% 0;
        text-decoration: none;
        color: #8daa5e;
        font-size: 2.8vmax;
        font-weight: 400;
        position: relative;
        z-index: 10;
    }
    .nav ul li a:after {
        content: '';
        width: 0;
        height: 35%;
        background-color: #3e3f3d;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: -1;
    }
    .nav ul li a:hover:after {
        width: 100%;
    }
    .homeHead {
        width: 90%;
        height: auto;
        margin: 30% 0 0 0;
        padding: 10% 5% 8% 5%;
        background: url(../img/brush-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .homeHeadOth {
        width: 90%;
        height: auto;
        margin: 20% 0 0 0;
        padding: 10% 5% 8% 5%;
        display: block;
        background: url(../img/brush-bg.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 150% 31%;
    }
    .leftCont, .rightcont {
        width: 100%;
        height: auto;
    }
    .rightcont {
        text-align: left !important;
    }
    .links a {
        text-decoration: none;
        color: #8daa5e;
        font-size: 1.8vmax;
        font-weight: 600;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .links a:hover {
        color: #a0a0a0;
    }
    .leftCont img {
        width: 100%;
        height: auto;
    }
    .leftContProject {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #000000;
        font-size: 0;
    }
    .rightContProject {
        width: 100%;
        height: auto;
        margin-top: 3%;
        border-top: 1px solid #3e3f3d;
    }
    .leftContProject:hover .leftContProjectIco {
        opacity: 1;
    }
    .leftContProject:hover .leftContProjectShot {
        opacity: 0.3;
    }
    .leftContProjectIco {
        width: auto;
        height: auto;
        color: #8daa5e;
        border: 1px solid #8daa5e;
        font-size: 1.5vw;
        font-weight: 700;
        text-align: center;
        padding: 2.5%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        pointer-events: none !important;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .leftContProjectShot {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .leftContProject img {
        width: 100%;
        height: auto;
    }
    .rightCont h1 {
        color: #8daa5e;
        font-size: 3.5vmax;
        font-weight: 700;
    }
    .rightCont span,
    .OthCont span {
        color: #cfcfcf;
        font-size: 1.8vmax;
        font-weight: 600;
    }
    .rightCont p,
    .OthCont p {
        color: #afafaf;
        font-size: 1.5vmax;
        font-weight: 400;
        white-space: normal !important;
    }
    .rightContBorderP {
        border-bottom: 1px solid #3e3f3d;
        padding-bottom: 15px;
    }
    .rightContBorderPTop {
        border-top: 1px solid #3e3f3d;
        padding-top: 15px;
    }
    .OthCont {
        width: auto;
        height: auto;
        position: relative;
    }
    .OthContMgr {
    margin-top: 5%;
    }
    .homeHeadOth h1 {
        width: 90%;
        height: auto;
        margin: 10% 5%;
        text-align: center;
        color: #8daa5e;
        font-size: 3.8vmax;
        font-weight: 700;
    }
    .othNomber {
        font-size: 15vw;
        font-weight: 700;
        position: absolute;
        top: 0;
        right: 0;
        color: #747474;
        z-index: 5;
        opacity: 0.3;
        /* line-height: 0; */
    }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (orientation: landscape) {
    .mobMenu{
        width: 100%;
        height: auto;
        display: block;
        cursor: pointer;
        white-space: nowrap !important;
        z-index: 2100;
        position: fixed;
        text-align: center;
        top: 0;
        box-sizing: border-box;
        background-color: #8daa5e;
        padding: 1.5% 0;
    }
    .homeHead {
        width: 90%;
        height: auto;
        margin: 0;
        padding: 10% 5% 8% 5%;
        background: url(../img/brush-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .homeHeadOth {
        width: 90%;
        height: auto;
        margin: 0;
        padding: 10% 5% 8% 5%;
        display: block;
        background: url(../img/brush-bg.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 150% 31%;
    }
}