/* =================================================================== 

 * ------------------------------------------------------------------- */

@import url("fonts.css");

/* ===================================================================
 * # base style 
 *
 * ------------------------------------------------------------------- */

html {
    font-size: 10px;
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 10px;
    }
}

html,
body {
    height: 100%;
}

body {
    background: #fffefa;
    font-family: "montserrat-light", sans-serif;
    font-size: 1.6rem;
    line-height: 1.875;
    color: #0d0a0b;
    margin: 0;
    padding: 0;
}


/* ------------------------------------------------------------------- 
 * ## links - (_document-setup.scss) 
 * ------------------------------------------------------------------- */

a {
    color: #0d0a0b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #799CF0;
}

a:focus {
    outline: none;
}

/* ===================================================================
 * # typography & general theme styles - (_document-setup.scss) 
 * 
 * ------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06 {
    font-family: 'Syne-Bold', sans-serif;
    color: #0d0a0b;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1,
.h01,
h2,
.h02,
h3,
.h03,
h4,
.h04 {
    margin-top: 2rem;
    margin-bottom: 1.8rem;
}

@media only screen and (max-width: 600px) {
    h1,
    .h01,
    h2,
    .h02,
    h3,
    .h03,
    h4,
    .h04 {
        margin-top: 4rem;
    }
}

h5,
.h05,
h6,
.h06 {
    margin-top: 4.2rem;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {
    h5,
    .h05,
    h6,
    .h06 {
        margin-top: 3.6rem;
        margin-bottom: 0.9rem;
    }
}

h1,
.h01 {
    font-family: 'Syne', sans-serif;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -0.1rem;
}

@media only screen and (max-width: 600px) {
    h1,
    .h01 {
        font-size: 3.3rem;
        letter-spacing: -0.07rem;
    }
}


h2,
.h02 {
    font-size: 3rem;
    line-height: 1.3;
}


h3,
.h03 {
    font-size: 2.4rem;
    line-height: 1.25;
}

h4,
.h04 {
    font-size: 2.1rem;
    line-height: 1.286;
}

h5,
.h05 {
    font-size: 1.6rem;
    line-height: 1.3125;
}

h6,
.h06 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
}

p img {
    margin: 0;
}

p.lead {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 2.6rem;
    color: #0d0a0b;
}

@media only screen and (max-width: 800px) {
    p.lead {
        font-size: 1.8rem;
    }
}

em,
i,
strong,
b {
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
}

em,
i {
    font-family: "Syne-Bold", serif;
    font-weight: 100;
}

strong,
b {
    font-family: "Syne-bold", serif;
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}


var,
kbd,
samp,
code,
pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}


/* ------------------------------------------------------------------- 
 * ## Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol,
ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: 0.4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0.6rem 0 0.6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 0.8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #799CF0;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #799CF0;
}

dd {
    margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * ## floated image - (_document-setup)  
 * ------------------------------------------------------------------- */

img.pull-right {
    margin: 1.5rem 0 0 3rem;
}

img.pull-left {
    margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * ## tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */



/* ------------------------------------------------------------------- 
 * ## Spacing - (_document-setup.scss)  
 * ------------------------------------------------------------------- */

button,
.btn {
    margin-bottom: 1.2rem;
}


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #799CF0;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.oldie .pace {
    display: none;
}

/* ===================================================================
 * preloader - (_preloader-2.scss)
 *
 * ------------------------------------------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d2dddc;
    z-index: 800;
    height: 100%;
    width: 100%;
}

.no-js #preloader,
.oldie #preloader {
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0;
    background-color: #799CF0;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* ===================================================================
 * # buttons - (_buttons.scss)
 *
 * ------------------------------------------------------------------- */

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    height: 5.2rem;
    line-height: calc(5.4rem - 0.6rem);
    padding: 0 3rem;
    margin: 0 0.3rem 1.2rem 0;
    color: #151515;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000000;
    outline: 0;
}

/* button primary
 * ------------------------------------------------- */

.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
    background: #ede9e6;
    border: 1px solid  #0D0D0C;
    color: #0d0a0b;
    border-radius: 10px;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="button"].btn--primary:focus {
    background: #799CF0;
    border-color: #d2dddc;
    color: #ede9e6;
    border-radius: 10px;

}

@media only screen and (max-width: 800px) {
    .btn.btn--primary {
        background: #ede9e6;
        border: 1px solid  #0D0D0C;
        color: #0d0a0b;
        border-radius: 10px;
    }
}

/* ===================================================================
 * # common and reusable theme styles  - (_common-styles.scss)
 *
 * ------------------------------------------------------------------- */

.wide {
    max-width: 1400px;
}

.narrow {
    max-width: 800px;
}

/* ------------------------------------------------------------------- 
 * ## section intro - (_common-styles.scss)
 * ------------------------------------------------------------------- */

.section-intro {
    text-align: center;
    position: relative;
}

.section-intro h1 {
    font-family: "Syne", serif;
    font-size: 4rem;
    line-height: 1.375;
    margin-top: 0;
}

.section-intro.has-bottom-sep {
    position: relative;
}

.shape1 {
    height: 30px;
    width: 30px;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 800px) {
    .section-intro h1 {
        font-size: 4.2rem;
    }
    .section-intro h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .section-intro h1 {
        font-size: 3.6rem;
    }
    .section-intro h3 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 400px) {
    .section-intro h1 {
        font-size: 3.3rem;
    }
    .section-intro h3 {
        font-size: 1.6rem;
    }
}

/* ===================================================================
 * # header styles - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

.s-header {
    width: 100%;
    height: 72px;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 500;
}

.s-header.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.s-header.scrolling {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.s-header.sticky {
    position: fixed;
    top: 0;
    background-color: #fffefa;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    visibility: hidden;
    z-index: 600;
}

.s-header.sticky .header-logo a {
    margin: 0;
}

.s-header.sticky .header-nav-wrap {
    top: 0;
}

.s-header.sticky.scrolling {
    opacity: 1;
    visibility: visible;
}

.divider {
    border-bottom: 1px dashed #799CF0;

}

/* -------------------------------------------------------------------
 * ## header logo - (_site-layout.css) 
 * ------------------------------------------------------------------- */

.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}

.header-logo a {
    display: block;
    margin: 9px 0 0 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 200px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * ## mobile menu toggle - (_site-layout.css) 
 * ------------------------------------------------------------------- */

.header-menu-toggle {
    display: none;
    position: absolute;
    right: 29px;
    top: 18px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
    color: #ede9e6;
}

.header-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 9px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #799CF0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
    top: -9px;
}

.header-menu-toggle span::after {
    bottom: -9px;
}

.s-header.sticky .header-menu-toggle {
    top: 12px;
}

.header-menu-toggle.is-clicked span {
    background-color: #ede9e6;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
    background-color: #ede9e6;
}

.header-menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* ------------------------------------------------------------------- 
 * ## navigation - (_site-layout.scss) 
 * ------------------------------------------------------------------- */

.header-nav-wrap {
    font-family: "montserrat-medium", sans-serif;
    font-size: 17px;
    position: absolute;
    top: 9px;
    right: 50px;
}

.header-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    height: 72px;
    padding-right: 22px;

}

.header-nav li {
    display: inline-block;
    padding-left: 0;
    margin-right: 6rem;
}

.header-nav li a {
    display: block;
    line-height: 72px;
    color: #0D0D0C;
}

.header-nav li.current a {
    font-family: "montserrat-bold", sans-serif;
    color: #799CF0;
    text-decoration: underline;
}

.circle-lang {
    position: relative;
    top: 11px;
    left: 26px;
    z-index: -1;
    width: 37px;
}
.circle-lang:hover {
    box-shadow: #799CF0;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 800px) {
    .header-logo {
        left: 40px;
    }
    .header-nav-wrap {
        display: none;
        height: auto;
        width: 100%;
        right: auto;
        top: 0;
        left: 0;
        background-color: #ede9e6;
        padding: 120px 40px 21px;
    }

    .header-nav li {
        margin-right: 4rem;
    }
    
    .header-nav-wrap .header-nav {
        display: block;
        height: auto;
        margin: 0 0 4.2rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .header-nav-wrap .header-nav li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
    }
    .header-nav-wrap .header-nav li a {
        padding: 18px 0;
        line-height: 18px;
    }
    .header-menu-toggle {
        display: block;
    }
}

@media only screen and (max-width: 1000px) { 
    .header-nav li {
        margin-right: 4rem;
    }
}

/* -------------------------------------------------------------------
 * make sure the menu is visible on larger screens
 * ------------------------------------------------------------------- */

@media only screen and (min-width: 801px) {
    .header-nav-wrap {
        display: block !important;
    }
}

/* ===================================================================
 * # home - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */
/* 
.s-home {
    width: 100%;
    position: relative;
    display: grid;
    padding-bottom: 50px;
} */


.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0.5;
    background-color: #111111; */
}


/* ------------------------------------------------------------------- 
 * ## home content - (_site-layout.scss) 
 * ------------------------------------------------------------------- */

 .pill {
   background-color: #f6f7fe;
   color:#2e43e7;
   padding: 6px 14px;
   border-radius: 15px;
  }

.home-content {
    padding-top: 8vw;
    padding-bottom: 6vw;
}

.home-content h1 {
    font-family: "Syne-Regular";
    color: #0d0a0b;
    font-size: 5.5rem;
    line-height: 1;
    margin-top: 0;
}


/* ------------------------------------------------------------------- 
 * ## home social - (_site-layout.scss) 
 * ------------------------------------------------------------------- */

.home-social {
    font-family: "montserrat-bold", sans-serif;
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 130px;
    right: 55px;
}

.home-social::after {
    display: block;
    content: "❋";
    height: 17.4rem;
    width: 1px;
    background-color: rgba(247, 0, 0, 0.08);
    position: absolute;
    bottom: 0;
    right: 0.75rem;
}

.home-social a {
    color: #0e0b0b60;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social li {
    position: relative;
    height: 4.6rem;
}

.home-social i,
.home-social span {
    position: absolute;
    top: 0;
    line-height: 3.6rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social i {
    font-size: 2.8rem;
    right: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.home-social span {
    color: #799CF0;
    right: 3.6rem;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.home-social li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-social li:hover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 600px) {
    .s-home {
        padding: 0rem;
    }
}
/* @media only screen and (max-width: 1000px) {
    .s-home {
        padding: 2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .s-home {
        padding: 2rem;
    }
} */
/* @media only screen and (max-width: 1500px) {
    .s-home {
        padding: 5rem;
    }
} */

 @media only screen and (max-width: 1500px) {
    .home-content h1 {
        font-size: 4.8rem;
    }
    .home-content__main {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    .home-content h1 {
        font-size: 4.7rem;
    }
    .home-content br {
        display: none;
    }
    .home-content__main {
        max-width: 900px;
    }
   
}

@media only screen and (max-width: 1000px) {
    .home-content h1 {
        font-size: 4.7rem;
    }
    .home-content h2 {
        font-size: 2.4rem;
        margin: 30px 0px;
    }
    .home-content__main {
        padding-right: 40px;
        max-width: 680px;
    }
  
}

@media only screen and (max-width: 800px) {
    .home-content h1 {
        font-size: 4.4rem;
    }
    .home-content h2 {
        font-size: 2.1rem;
        margin: 30px 0px;
    }
    .home-content__main {
        padding-top: 6rem;
        max-width: 600px;
    }
}

@media only screen and (max-width: 600px) {
    .home-content {
        padding-bottom: 0rem;
        /* padding-top: 12rem; */
    }
    .home-content h1 {
        font-size: 4.2rem;
    }
    .home-content h2 {
        font-size: 2rem;
        margin: 30px 0px;
    }
  
    .home-content__scroll {
        position: absolute;
        bottom: -120px;
        left: 125px;
    }
    .home-social {
        bottom: 25px;
    }
    .home-social::after {
        height: 9rem;
    }
}

@media only screen and (max-width: 500px) {
    .home-content {
        min-height: 654px;
    }
   
    .home-content h1 {
        font-size: 3.8rem;
    }
    .home-content h2 {
        font-size: 2rem;
        margin: 30px 0px;
    }
    
    .home-social {
        bottom: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .home-content {
        vertical-align: middle;
        /* padding-top: 5;
        padding-top: 12rem; */

    }
    .home-content h1 {
        font-size: 3.5rem;
        margin: 10px 0px;
    }
    .home-content h2 {
        font-size: 2rem;
        margin: 30px 0px;
    }
    /* .home-content h3 {
        margin: 10px;

    } */

    .home-content__main {
        width: auto;
        /* margin-left: 25px;
        margin-right: 25px; */
    }
    /* .home-content__buttons .btn {
        width: 100%;
    } */
    .home-social {
        bottom: 25px;
    }
}

/* ===================================================================
 * # about 
 *
 * ------------------------------------------------------------------- */
 #about-section {
    display: grid;
    grid-template-columns: 180px 800px;
    margin: 0px 65px;
}

.shape-about {
    padding-left: 90px;
    padding-top: 70px;

}

.shape-about-img {
    margin-top: 70px;
    height: 160px;
    width: 160px;
}

.text-left {
    text-align: left;
    margin-bottom: 25px;

}

.about-content {
    padding-top: 10vw;
    display: grid;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
 @media only screen and (max-width: 600px) {
    #about-section {
        display: block;
        margin: 0;
    }
    .education-section {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}

@media only screen and (max-width: 800px) {
    #about-section {
        display: block;
    }
    .education-section {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}

@media only screen and (max-width: 1000px) {
    #about-section {
        display: block;

    }
    /* .about-col{ 
        margin: 50px;

    } */
    .shape-about-img {
        height: 120px;
        width: 120px;
    }
    .education-section {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}

@media only screen and (max-width: 600px) {
    .about-content .left {
        padding-right: 10px;
    }
    .about-content .right {
        padding-left: 10px;
    }
    .timeline__block {
        padding-left: 6rem;
    }
}

@media only screen and (max-width: 400px) {
    .about-content .left {
        padding-right: 0;
    }
    .about-content .right {
        padding-left: 0;
    }
    .timeline__block {
        padding-left: 5.5rem;
    }
}
/* ------------------------------------------------------------------- 
 * ## timeline - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.s-experience {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding-bottom: 80px;

}
.headline-timeline {
    padding-bottom: 50px;
}



.timeline-img {
    width: 95%;
}
.timeline-main {
    padding-left: 50px;
    padding-top: 25px;
}

.timeline-block-jobs {
    margin: 0px 50px;
}
.timeline__header .timeline__timeframe {
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0.9rem;
    font-family: "montserrat", sans-serif;
    font-weight: bold;
}

.timeline__header h3 {
    line-height: 1.25;
    margin: 0 0 0.3rem 0;
}

.timeline__header h5 {
    margin-top: 0;
}

.timeline__desc p {
    margin: 0;
    padding-bottom: 3rem;
}

.job-title {
    color:#799CF0;

}
.job {
    padding: 15px 5px;
}


/* ===================================================================
 * # Education Logos - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

.education-section {
    padding: 70px 0 70px 0;
}

.kedge,
.pn,
.ec,
.up {
    filter: grayscale(100%) brightness(60%) contrast(10000000%);
    opacity: 0.2;
}

.kedge {
    width: 120px;
    padding-top: 10px;
    margin-right: 20px;
}

.pn {
    max-width: 200px;
    padding-top: 17px;
    margin-right: 20px;

}

.ec {
    max-width: 150px;
    margin-right: 10px;

}

.up {
    max-width: 200px;
}

@media only screen and (max-width: 800px) {
    .kedge,
    .pn,
    .ec,
    .up {
    width: auto;    
    }
}

@media only screen and (max-width: 600px) {
    .kedge,
    .pn,
    .ec,
    .up {
    width: auto;    
    }
}

@media only screen and (max-width: 400px) {
    .kedge,
    .pn,
    .ec,
    .up {
    width: auto;    
    }
}


/* ===================================================================
 * # works - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

.s-works {
    background-color: #FFFEFA;
    position: relative;
    padding-bottom: 10vw;
    padding-top: 2rem;
}

/* ------------------------------------------------------------------- 
 * ## portfolio/masonry - (_site-layout.scss)
 * ------------------------------------------------------------------- */

.masonry-wrap {
    margin-top: 4.8rem;
    max-width: none;
    width: 1600px;
}

.masonry:after {
    content: "";
    display: table;
    clear: both;
}

#portfolio {
    display: grid;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 80px;
    z-index: 1;
    width: 84vw;
}
@media screen and (max-width: 640px) {
    #portfolio {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px 0;
        margin-bottom: 100px;
    }
}

.title_project {
    margin-top: 2rem;
}
.title_text {
    margin-bottom: 2rem;
}


.portfolio_image {
    transition-duration: 0.3s;
}

.portfolio_image:hover {
    cursor: pointer;
    opacity: 0.5;
    filter: grayscale(1);
}

.columns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.column-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.column-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.underlined:hover {
    text-decoration: underline;
    text-underline-position: under;
}


.columns-three{
    display: flex;
    flex-direction: row;
    padding: 40px;
    width: 90%;    
}
.column-one {
    width: 33%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.column-two {
    width: 33%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.column-three {
    width: 33%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * works
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1700px) {
    .masonry-wrap {
        width: 1400px;
    }
    .masonry .grid-sizer,
    .masonry__brick {
        width: 350px;
    }
}

@media only screen and (max-width: 1500px) {
    .masonry-wrap {
        width: 1200px;
    }
    .masonry .grid-sizer,
    .masonry__brick {
        width: 400px;
    }
}

@media only screen and (max-width: 1300px) {
    .masonry-wrap {
        width: 999px;
    }
    .masonry .grid-sizer,
    .masonry__brick {
        width: 333px;
    }
}

@media only screen and (max-width: 1099px) {
    .masonry-wrap {
        width: 100%;
        max-width: 800px;
    }
    .masonry .grid-sizer,
    .masonry__brick {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .masonry .grid-sizer,
    .masonry__brick {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .masonry-wrap {
        width: auto;
    }
}


@media only screen and (max-width: 1099px) {
    .columns {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;

    }
    .column-1 {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0px 50px 30px 50px;
        width: 100%;
    }
    .column-2 {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0px 50px 30px 50px;
        width: 100%;
    }
    
}
  

@media only screen and (max-width: 600px) {
    .columns {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;

    }
    .column-1 {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0px 55px 0px 32px;
        width: 100%;
    }
    .column-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0px 50px 30px 50px;
        width: 100%;
    }
}


/* ===================================================================
 * # cta - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

.s-cta {
    margin-top: -9rem;
    padding-top: 0;
    padding-bottom: 9rem;
    background-color: #ede9e6;
    position: relative;
    z-index: 1;
}

.cta__content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.cta__content h2 a {
    color: #0d0a0b;
}

.cta__content span {
    color: #191a3f;
}

/* --------------------------------------------------------------- 
 * loader animation - (_site-layout.scss)
 * --------------------------------------------------------------- */

.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(0.45rem);
    -ms-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
}

.s-loader > div {
    width: 9px;
    height: 9px;
    background-color: #ede9e6;
    border-radius: 100%;
    display: inline-block;
    margin-right: 0.9rem;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.s-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* ===================================================================
 * # footer - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

footer {
    font-family: "montserrat-regular", sans-serif;
    background-color: #f4f7ff;
    font-size: 14px;
    padding: 5rem 0 0;
    text-align: center;
    color: #0d0a0b;

}

footer a,
footer a:visited {
  color: #ede9e6;
    ;
}

footer a:hover,
footer a:focus {
    color: #ede9e6;
}

.footer-logo {
    display: inline-block;
}

.footer-site-logo {
    display: inline-block;
    width: 200px;
}

.footer-social {
    list-style: none;
    margin-top: 3rem;
    margin-left: 0;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
}

.footer-social:after {
    content: "";
    display: table;
    clear: both;
}

.footer-social li {
    display: inline-block;
    padding-left: 0;
    margin-right: 0.9rem;
    line-height: 3.9rem;
    vertical-align: middle;
}

.footer-social li::after {
    content: "|";
    color: #a7a7a6;
    /* color: rgba(255, 255, 255, 0.15); */
    padding-left: 0.9rem;
}

.footer-social li i {
    font-size: 1.7rem;
    line-height: 3rem;
    vertical-align: middle;
}

.footer-social li span {
    margin-left: 0.6rem;
}

.footer-social li a {
    color: #0d0a0b;
}

.footer-social li a:hover {
    color: #799CF0;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li:last-child::after {
    display: none;
}

.footer-bottom {
    margin-top: 7.2rem;
    text-align: center;
}

.footer-bottom .copyright span {
    display: inline-block;
    margin-bottom: 30px;
}

.footer-bottom .copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: #adadab;
    /* color: rgba(255, 255, 255, 0.1); */
}

.footer-bottom .copyright span:last-child::after {
    display: none;
}

/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */

.go-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 600;
    display: none;
}

.go-top a,
.go-top a:visited {
    text-decoration: none;
    border: 0 none;
    border-top-left-radius: 2rem;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #799CF0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-top a i,
.go-top a:visited i {
    font-size: 12px;
    line-height: inherit;
}

.go-top a:hover,
.go-top a:focus {
    color: #ede9e6;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer 
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {
    .footer-social li {
        margin-right: 1.8rem;
    }
    .footer-social li span,
    .footer-social li::after {
        display: none;
    }
    .footer-social li i {
        font-size: 2.4rem;
    }
    .footer-bottom {
        padding-bottom: 0.6rem;
    }
    .footer-bottom .copyright span {
        display: block;
    }
    .footer-bottom .copyright span::after {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .footer-site-logo {
        width: 100px;
    }
    .footer-social li {
        margin-right: 1.2rem;
    }
    .footer-social li i {
        font-size: 2.2rem;
    }
}