@import url("https://use.typekit.net/sry2ovl.css");

html {
    background: #FFF;
    -webkit-font-smoothing: antialiased;
}


/*
xs (for phones - screens less than 576px wide)
sm (for tablets - screens equal to or greater than 768px wide)
md (for small laptops - screens equal to or greater than 992px wide)
lg (for laptops and desktops - screens equal to or greater than 1200px wide)
*/

/* LOGO */
.name {
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 200%;
    letter-spacing: 0.1em;
    margin-top: 5em;
    margin-bottom: 0em;
}

.name-2 {
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #808080;
    font-size: 150%;
    letter-spacing: 0.05em;
    margin-bottom: 0em;
    }

.name-3 {
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #808080;
    font-size: 120%;
    letter-spacing: 0em;
    margin-bottom: 0em;
}


/* md */
@media screen and (max-width: 922px) {
    .name {
        font-size: 160%;
    }
    
    .name-2 {
        letter-spacing: 0.1em;
        font-size: 120%;
    }
    
    .name-3 {
        letter-spacing: 0.1em;
        font-size: 100%;
    }
}

/* ---------------------------- */

/* BACKGROUND IMG*/
.background {
    margin-top: -16em;
    z-index: -4;
}


.background-img {
    background-image: url("../img/uxui-home-page-top.png");
    background-repeat: no-repeat;
}

.background-img-xs {
    background-image: url("../img/uxui-home-page-top-xs.png");
    background-repeat: no-repeat;
}

.row {
    margin-bottom: 20px;
}


.container {
    margin-bottom: 5em;
}


/* IMG */
.first-img {
    max-width: 100%;
    width: 900px;
    margin-right: -15em;
}

.first-img-xs {
    max-width: 100%;
    z-index: -1;
    width: 400px;
    margin-right: -7.5em;
}


.page-title {
    margin-top: 400px;
}

h1 {
    color: #0e4afb;
    font-weight: 600;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 0.8;
    font-size: 600%;
}

.page-about {
    display: inline-block;
    margin-top: 100px;
}

.home-page-intro {
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 140%;
    letter-spacing: 1%;
    line-height: 1.5;
}


h2{
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 250%;
    letter-spacing: 0.1em;
    line-height: 0.8;
}




h3 {
    color: #808080;
    letter-spacing: 0.1em;
    font-size: 120%;
    line-height: 1;
}



a.project-part {
    display: block;
    text-align: left;
    text-indent: 25%;
    
    color: #000;
    letter-spacing: 0.1em;
    font-size: 120%;
    line-height: 2;
}


.project-img-no-zoom {
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.about-br {
    margin-bottom: 80px;
}


/* ---------------------------- */
/* line*/

.v-line,.v-line-2, .v-line-3  {
    width: 15px;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    
    height: 200px;
    background-color: #0e4afb;
}

.v-line {
    height: 700px;
}
.v-line-2  {
    margin-top: 50px;
    height: 500px;
}

.v-line-3  {
    margin-top: 50px;
    height: 300px;
    background-color: #f4d3df;
}

#vl-1 {
    background-color: linear-gradient(#0e4afb,#f4d3df);
}

/* ---------------------------- */
/* lg */
@media screen and (max-width: 1200px) {
   .first-img {
    width: 800px;
    margin-right: -13em;
    }
    
    .page-title {
    margin-top: -400px;
    }
    
    h1 {
    line-height: 0.5;
    font-size: 500%;
    }
    
    
}

/* ---------------------------- */
/* md */
@media screen and (max-width: 922px) {
   .first-img {
    width: 600px;
    margin-right: -10em;
    }
    
    .page-title {
    margin-top: -300px;
    }
    
    
}



/* ---------------------------- */
/* sm */
@media screen and (max-width: 768px) {
    .first-img {
    width: 400px;
    margin-right: -10em;
    }
    
    .page-title {
    margin-top: 450px;
    }
    
    .content {
        margin-top: 70px;
    }
    #vl-1 {
    height: 200px;
        margin-bottom: -20px;
    }
    
    
    h1 {
    font-size: 450%;
    }
    
    .home-page-intro {
        font-size: 130%;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .page-about {
        margin-top: 0px;
    }

    h2{
        line-height: 0.5;
        margin-bottom: -5px; 
    }

    h3 {
        line-height: 1;
        margin-top: -10px;
    }

    .project-img {
        padding-top: 40px;
        padding-bottom: 100px;
    }


    #vl-2 {
    height: 200px;
    margin-bottom: 50px;
    }
    
    p.about {
    text-align: center;
    font-size: 300%;
    }

    .h-line {
        height: 10px;
        margin-bottom: 20px;
        background: linear-gradient(to right, #0e4afb, #f4d3df);
    }

    
    .about-h2 {
    font-size: 160%;
    line-height: 1;
    text-align: center;
    color: #0e4afb;
    }
    
}


/* ---------------------------- */
/* xs */
@media screen and (max-width: 576px) {
    .project-img-no-zoom {
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 100%;
    }
    
}


/* ---------------------------- */
/* lg */
@media screen and (max-width: 1200px) {
   
    
}

/* ---------------------------- */
/* md */
@media screen and (max-width: 922px) {

}

/* ---------------------------- */
/* sm */
@media screen and (max-width: 768px) {

    
}

/* ---------------------------- */
/* xs */
@media screen and (max-width: 576px) {
    .v-line,.v-line-2, .v-line-3  {
        width: 15px;
        margin-bottom: 40px;
    }

    .v-line {
        height: 100px;
    }
    
    .v-line-2  {
        margin-top: 50px;
        height: 150px;
    }

    .v-line-3  {
        margin-top: 50px;
        height: 300px;
        background-color: #f4d3df;
    }

    #vl-1 {
        background-color: linear-gradient(#0e4afb,#f4d3df);
    }
    
    
    
    
    
}




/* ---------------------------- */

.about {
    color: #0e4afb;
    font-weight: 600;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 1;
    
    font-size: 500%;
}

.h-line {
    height: 15px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #0e4afb, #f4d3df);
}



#bottom-div {
    margin-bottom: 10em;
}


/* LINKS HOVER */
a:hover {
    text-decoration: none;
    color: #0e4afb;
}


/* IMG HOVER */
.project-img {
    max-width: 100%;
}

.project-img:hover {
     transform: scale(1.05);
}






