@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);

@import url('https://rsms.me/inter/inter.css');

.inter {
    font-family: ibmplexsans-bold, 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
    .inter {
        font-family: 'Inter var', sans-serif;
    }
}

@supports (font-variation-settings: bold) {
    .inter-bold {
        font-family: 'Inter var', sans-serif;
    }
}

@font-face {
    font-family: 'ibmplexsans-bold';
    src: url('ibmplexsans-bold.woff') format('woff');
}

body, html {
    padding: 0 0;
    margin: 0 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #111;
    font-size: 14px;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    scrollbar-face-color: #444;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #888;
    scrollbar-base-color: #fff;
    scrollbar-3dlight-color: #444;
    scrollbar-highlight-color: #444;
    scrollbar-shadow-color: #444;
    background-color: #EAEAEA;
}

div#logo {
    text-align: center;
    line-height: 71px;
}

body.portfolio div#logo {
    line-height: 68px;
    text-align: left;
    margin-left: 23px;
}

div#container {
    max-width: 1950px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    height: 15px;
}

::-webkit-scrollbar-button {
    background-color: #444;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: #E2E1E1;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #444;
    border-radius: 0px;
}

::-webkit-scrollbar-corner {
    background-color: #999;
}

.grid-item:before {
    transition: background ease-in-out .3s;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent; /*cursor: pointer;*/
    position: absolute;
}

.grid-item:hover:before, .grid-item.hover:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.col2 p {
    padding: 60px;
    padding-top: 36px;
    max-width: 600px;
}

#top-bar {
    height: 75px;
    width: 100%;
    border-bottom: 1px solid #f1f2f2;
    padding: 0 0;
    background-color: #fff;
}

#logo a span {
    margin: 0 34px;
    line-height: 75px;
    font-family: Montserrat, Ubuntu, 'Open sans', sans-serif;
    font-size: 30px;
    text-transform: lowercase;
    color: black;
    font-weight: bold;
    text-decoration: none; /* margin-top: 0; */
}

body.portfolio #logo a span {
    display: inline-block;
    line-height: 69px;
    vertical-align: top;
    margin: 0 15px;
}

#logo a:visited, #logo a:active, #logo a {
    color: black;
    text-decoration: none;
}

#logo img {
    max-width: 85px;
}

body.portfolio #logo img {
    max-width: 35px;
    padding-top: 15px;
    text-decoration: none;
}

#front-cont {
    height: 395px;
    background-color: #EAEAEA;
}


#front-img {
    background-image: url(../Images/app.png);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #EAEAEA;
    background-position: center;
    display: none;
}

.grid-item.norepeat {
    background-color: #878787;
    background-repeat: no-repeat;
}

.grid-item {
    width: 50%;
    height: 600px;
    display: inline-block;
    background-size: cover;
    background-position-x: center;
    transition: background ease-in-out .6s;
}

    .grid-item:hover, .grid-item.hover {
        background-position-y: 10px;
    }

body.touch .grid-item:hover {
    background-position-y: 0;
}

#img1 {
    background-image: url(../Images/cliens.png);
}

#img2 {
    background-image: url(../Images/pad.png);
}

#img3 {
    background-image: url(../Images/dashboarddark.png);
}

#img4 {
    background-image: url(../Images/iphone.png);
}

#img5 {
    background-image: url(../Images/tiles.png);
}

#img6 {
    background-image: url(../Images/dark.png);
}


#img7 {
    background-image: url(../Images/App1.png);
    background-color: #FFFFFE;
}

#img8 {
    background-image: url(../Images/App2.png);
    background-color: #DEDAD7;
}

#img9 {
    background-image: url(../Images/App3.png);
    background-color: #293039;
}

#img10 {
    background-image: url(../Images/App4.png);
    background-color: #211D1A;
}


#img-pad {
    background-image: url(../Images/pad.png);
}

#front-text-cont {
    width: 100%;
    height: 400px;
    background-color: #fff;
}

.grid-item h3 {
    display: none;
    color: #fff;
    z-index: 5;
    position: absolute;
    text-align: left;
    font-family: 'Open sans';
    font-weight: 300; /* top: 0; */ /* bottom: 0; */ /* vertical-align: middle; */
    padding-left: 20px;
}

.grid-item:hover h3, .grid-item.hover h3, body.touch .grid-item h3 {
    display: block; /* position: absolute; */
}

#img7 h3 {
    right: 20px;
    left: auto;
}

body.touch .grid-item h3 {
    color: #444;
}

body.touch .grid-item.dark h3 {
    color: #fff;
}


.col2 {
    width: 49.5%;
    display: inline-block;
    vertical-align: top; /* max-width: 400px; */ /* min-height: 430px; */
    height: 100%;
    padding-top: 40px;
}

    .col2.grey {
        background-color: #E6E6E6;
        width: 49.9%;
        vertical-align: middle; /* line-height: 30px; */ /* height: 60px; */
        padding-top: 160px;
        min-height: 300px;
    }

div.quote p {
    padding: 32px;
    margin: auto 20px;
    margin-bottom: 1em;
    padding-top: 1em;
    font-size: 24px;
    padding-right: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    color: #777;
    display: block;
    -webkit-margin-before: 0; /* text-align: justify; */
    text-align: center;
}

.col2 .quote {
    max-width: 400px;
    float: right;
    vertical-align: middle; /* line-height: 100px; */
    margin: 0 50px;
}

.col2.grey.intro {
    transition: background linear .3s;
}

    .col2.grey.intro:hover {
        background-color: #DADADA; /* Gul #f5db42 */
    }

        .col2.grey.intro:hover p {
            color: #000;
        }

p {
    margin: 0 0 2em 0;
    display: block;
    color: #777;
    font-size: 14px; /* letter-spacing: 1px; */
}

footer#page-foot {
    background-color: #f1f2f2;
    display: block;
    text-align: center;
    height: 500px;
    line-height: 500px;
    max-width: 1950px;
    margin: 0 auto;
}

footer p {
    margin-bottom: 0; /* max-width: 1950px; */ /* display: inline-block; */
}

div#img9 {
    background-position-y: 40px;
    background-size: 80%;
}

@media all and (max-width:1400px) {

    .grid-item {
        height: 600px;
    }

    #front-cont {
        height: 350px;
    }

    .col2 {
        padding-top: 20px;
    }
}

@media all and (max-width:1300px) {
    .grid-item {
        height: 400px;
    }

    #front-cont {
        height: 300px;
    }

    .col2 {
        padding-top: 10px;
    }
}

@media all and (max-width:1000px) {

    div#container {
        max-width: 500px;
        margin: 0 auto;
    }

    body.portfolio div#container {
        max-width: 100%;
    }

    .col2, .col2.grey {
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    div.quote p {
        padding: 23px 60px;
        margin: 0;
    }

    #front-text-cont {
        height: auto !important;
    }

    .col2 .quote {
        max-width: 100%;
        float: none;
        height: auto;
        margin-top: 59px;
    }

    .col2 p {
        max-width: 100%;
    }



    .grid-item {
        height: 300px;
    }

    #front-cont {
        height: 250px;
    }
}

@media all and (max-width:800px) {
    .grid-item {
        height: 250px;
    }

    #front-cont {
        height: 200px;
    }

    div.quote p {
        font-size: 18px; /* padding: 34px 0; */
    }

    .col2 p, div.quote p {
        padding: 34px;
    }

    div.quote p {
        padding: 24px 0;
    }
}

@media all and (max-width:600px) {

    .grid-item {
        width: 100%;
        height: 300px;
    }

    .col2, .col2.grey {
        width: 100%;
        height: auto;
    }

    .grid-item h3 {
        padding-left: 20px;
        margin-top: 10px;
        font-size: 14px;
    }
}
