body {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    margin: 0px;
    width: 100%;
    overflow-x: hidden;
    font-display: auto;
}

[class*='col-'] {
    float: left;
    min-height: 1px;
    width: 16.66%;
}


/* SET COL WIDTH DESKTOP */

.col-1 {
    width: 8.333%;
}

.col-2 {
    width: 16.67%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333%;
}

.col-5 {
    width: 41.666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333%;
}

.col-8 {
    width: 66.67%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333%;
}

.col-11 {
    width: 91.666%
}

.col-12 {
    width: 100%;
}

h1,h2,h3,h4,h5,h6,a,p {
    margin: 0px;
    padding: 0px;
    color: white;
}

h1 {
    font-size: 40px;
    line-height: 43px;
}

h2 {
    font-size: 30px;
    line-height: 33px;
}

h3 {
    font-size: 20px;
    line-height: 23px;
}

button, a {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 20px;
}

input, textarea {
    font-size: 16px;
    font-family: "Karla", sans-serif;
    color: white;
    outline: none;
}

.div-ripple {
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: blue;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%) scale(0);
    transform-origin: center bottom;
    transition: all 0.75s;
}

.div-ripple-content {
    position: absolute;
    z-index: 1;
    padding: 30px;
    box-sizing: border-box;
    color: white;
    opacity: 0;
    transition-timing-function: ease-in-out;
    width: 100%;
    padding-right: 25%;
}

/* //////////////////////////////////////// */

/* Divs */

.div-nav {
    width: 100%;
    height: 120px;
    position: fixed;
    z-index: 5;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.2);
    transform: translateY(0%);
    transition: all 0.5s;
}

.div-nav-logo {
    margin: 30px;
    margin-left: 15px;
    position: absolute;
    top: 0px;
}

.div-header {
    position: relative;
    height: 1000px;
    display: block;
    max-height: 100vh;
    box-sizing: border-box;
}

.div-skills-wrapper {
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    width: 90%;
    max-width: 500px;
    margin-top: 60px;
}

.div-skills {
    text-align: left;
    color: white;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.4s;
}

.div-txt-skill {
    margin-left: 80px;
}

.div-skills-overlay {
    background: linear-gradient(67deg,#008DEB, #0099FF);
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -20px;
    right: auto;
    transition: all 0.75s;
    transform: translate(10px) skewX(-5deg);
    z-index: 1;
}

.div-content {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    padding-bottom: 60px;
}

.div-menu {
    position: fixed;
    top: 120px;
    right: 0px;
    z-index: 5; 
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    text-align: right;
    padding-right: 50px;
    display: none;
    overflow: hidden;
    box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.2);
}

.div-menu ul li {
    display: inline-block;
    list-style-type: none;
    line-height: 20px;
    margin: 10px;
    font-size: 17px;
    padding: 10px;
    box-sizing: border-box;
}

.div-menu ul li:hover {
    background: linear-gradient(23deg,#008DEB, #0099FF);
    border-radius: 5px;
}

.div-menu-overlay {
    opacity: 0.8;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
}

.div-project-card-wrapper {
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.div-project-card {
    width: 100%;
    max-height: 700px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.div-project-card img {
    display: inline-block;
    margin-bottom: -5px;
}

.div-footer {
    margin-top: 60px;
}

/* Text */

.txt-nav-logo {
    margin: 0px;
    color: white;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding-top: 8px;
    margin-left: 10px;
    box-sizing: border-box;
    float: left;
}

.txt-header {
    margin-bottom: 40px;
}

.txt-footer-header {
    opacity: 0.5;
    margin-bottom: 10px;
}

.txt-skill-title {
    font-size: 30px;
    line-height: 35px;
}

.txt-menu-active {
    background: linear-gradient(23deg,#008DEB, #0099FF);
    border-radius: 5px;
}

.txt-subheader {
    font-weight: 30px;
    line-height: 90px;
    margin-left: 10px;
    margin-top: 30px;
    text-transform: capitalize;
}

.txt-project-short {
    font-weight: 700;
    line-height: 40px;
    margin-top: 10px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.2);
}

.txt-form-label {
    margin-left: 10px;
    margin-top: 20px;
}

.txt-notify {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    max-width: 500px;
    border: 1px solid rgba(255,255,255,0.2);
}

.txt-paragraph {
    font-family: "Lora", serif;
    font-weight: 400;
    padding-left: 10px;
}

.txt-color {
    line-height: 40px;
    margin: 10px;
    margin-left: 15px;
    display: block;
    text-transform: uppercase;
}

.txt-likes {
    line-height: 30px;
    display: block;
}

.txt-likes img {
    display: inline;
    vertical-align: middle;
    padding-left: 10px;
    transform-origin: center center;
}

.txt-copy {
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 0px;
    display: inline-block;
    padding-top: 60px;
}

.txt-notification {
    position: fixed;
    bottom: 60px;
    padding: 20px;
    border-radius: 5px;
    left: 20px;
    box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.1);
    max-width: 90%;
    z-index: 2;
    transition: all 0.5s;
    transform-origin: center right;
    transform: translate(-125%);
    display: none;
}

.txt-anim-type {
    display: none;
}

/* lists */

.list-footer {
    display: block;
    list-style-type: none;
    margin-left: -30px;
}

/* Images */

.img-nav-logo {
    width: 60px;
    float: left;
}

.img-skill {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 0;
}

.img-card-large {
    width: 100%;
}

.img-scroll {
    width: 40px;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 50%;
    background: linear-gradient(29deg, #008DEB, #0099FF);
    box-shadow: 0px 1px 3px 3px rgba(0,0,0,0.1);
}

.img-watch {
    width: 40px;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    background: linear-gradient(29deg, #008DEB, #0099FF);
    box-shadow: 0px 1px 3px 3px rgba(0,0,0,0.2);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.img-project-view {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
}

.img-like {
    animation: heart;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    transform-origin: center center;
}

/* Spans */

.span-color {
    background-color: red;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

/* Buttons */

.btn-menu {
    background: none;
    border-radius: 50%;
    border: none;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    line-height: 30px;
    top: 40px;
    right: 10px;
    z-index: 1;
    display: block;
    color: white;
    font-family: "Karla", sans-serif;
    text-transform: capitalize;
    font-weight: 700;
}

.btn-menu img {
    width: 40px;
    height: 30px;
    float: right;
    margin-left: 10px;
}

.btn-send {
    background: linear-gradient(23deg,#008DEB, #0099FF);
    border-radius: 5px;
    border: none;
    height: 40px;
    box-sizing: border-box;
    line-height: 30px;
    display: block;
    color: white;
    font-family: "Karla", sans-serif;
    text-transform: capitalize;
    min-width: 100px;
    float: right;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Input */

.div-input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.input {
    width: 100%;
    margin-right: 20px;
    box-sizing: border-box;
    background: none;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 20px;
    border-radius: 5px;
    font-weight: 700;
}

.input:focus {
    background-color: rgba(255,255,255,0.2);
}

.input-text {
    min-height: 100px;
    resize: vertical;
}

/* Animations */ 

@keyframes heart {
    0% {
        transform: rotate(0deg);
    }
    45% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    60% {
        transform: rotate(380deg);
    }
    65% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes heart-clicked {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(0deg);
    }
    30% {
        transform: rotate(-20deg);
    }
    60% {
        transform: rotate(380deg);
    }
    70% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Colors */

.bg-blue-dark {
    background-color: #001A33;
}

.bg-blue-dark-footer {
    background-color: #01101f;
}

.bg-blue-secondary {
    background-color: #008DEB;
}

.bg-blue-primary {
    background-color: #0099FF;
}

.bg-grey-primary {
    background-color: #CCCCCC;
}

.bg-grey-secondary {
    background-color: #EFEFEF;
}

.bg-white-secondary {
    background-color: #FAFAFA;
}

.bg-white-primary {
    background-color: #FFFFFF;
}

.bg-color-accent {
    background-color: #FDD835;
}

.txt-color-dark {
    color: #001A33;
}

.txt-color-semi-dark {
    color: rgba(0, 26, 51, 0.8);
}

.txt-color-light {
    color: #FAFAFA;
}