@import url("https://use.typekit.net/inf7hwm.css");
html{
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
    padding: 0;
    background-color: #577E89;
    font-family: century-gothic, sans-serif;
    cursor: default;
}

h1{
    font-size: 65px;
    letter-spacing: 8px;
    font-weight: 800;
    color: #D5DFE2;
    margin: 0px 0px 0px 0px;
}

h3{
    font-size: 30px;
    color: #D5DFE2;
    margin: 75px 0 0 0;
    letter-spacing: 8px;
}

h4{
    font-size: 20px;
    color: #D5DFE2;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-size: 63px;
    color: #212f33;
  }
.blink::after, .blink::before{
    box-sizing: border-box;
}
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

.wrapper-intro{
    display: flex;
  }

.wrapper-about{
    padding: 70px 215px 0px 140px;
    display: flex;
    flex-direction: column;
}

.wrapper-services{
    padding: 0px 215px 0px 140px;
    display: flex;
    flex-direction: column;
}

.wrapper-projects{
    padding: 0px 215px 0px 140px;
    display: flex;
    flex-direction: column;
}

.about{
    font-size: 20px;
    color: white;
    margin: 25px 0 0 0;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0.2s;
}

.about:hover{
    transform: scale(1.05);
    transition: all 0.3s ease-in-out 0.1s;}

.button-email{
    border-radius: 57px;
    padding: 23px 63px;
    text-transform: uppercase;
    margin: 50px 0 0 0;
    display: inline-flex;
    background-color: #E2D8A7;
    font-weight: 800;
    font-size: 25px;
    color: black;
    letter-spacing: 2px;
    text-decoration: none;
    box-shadow: 6px 6px 10px -5px rgb(0 0 0 / 34%);
    transition: 0.5s;
    width: fit-content;
    
}
.button-email:hover{
    box-shadow: 12px 13px 15px -5px rgb(0 0 0 / 34%);

}

.subli {
    list-style-type: none;
    color: white;
    padding: 15px 0 0 0;
    font-weight: 400;
}

.li-projects{
    transform: scale(1);
    transition: all 0.3s ease-in-out 0.2s;}

.li-projects:hover{
    transform: scale(1.02);
    transition: all 0.3s ease-in-out 0.2s;
    cursor: default;
}

li {
    color: white;
    font-weight: 800;
    padding: 25px 0 0 0;
    font-size: 18px;
    max-width: max-content;
}

ul{
    padding: 15px 0px 0;
}

.p-blue{
    font-style: italic;
    letter-spacing: 2px;
    margin: 25px 0 0 0;
    font-size: 20px;
}

footer{
    margin: 100px 0 20px 0;
    text-align: center;
    font-size: 12px;
    color: white;
}

.nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    right: 0;
    padding-right: 4%;
    bottom: 10%
}

.nav-li {
    font-size: 13px;
    font-weight: 800;
    padding: 5px 0 0 0;
    cursor: pointer;
    text-transform: lowercase;
    letter-spacing: 2px;
    color: #212f33;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0.2s;}


.nav-li:hover{
    color: #D5DFE2;
    transition: all 0.3s ease-in-out 0.2s;}

/*Tele, twitter*/
.fab, .far {
    font-weight: 400;
    color: #212F33;
    font-size: 22px;
    transition: 0.5s;

}
/*mail*/
.fa, .fas {
    font-weight: 900;
    color: #212F33;
    font-size: 22px;
    transition: 0.5s;
}

.fa:hover, .fas:hover{
    color: #D5DFE2;
    /* font-size: 24px;
    margin: -1.2px; */

}

.fab:hover, .far:hover{
    color: #D5DFE2;
    /* font-size: 24px;
    margin: -1.2px; */
}

.icons-wrapper {
    margin: 20px 0 0 0;

}

.icon {
    margin: 0 0px 0 20px;

}

.projects-icon {
    padding: 0 12px;
    font-size: 22px;
}

/* .projects-icon:hover{
    font-size: 24px;
} */

.envelope{
    color: black;
    margin-left: 12px;
    font-size: 30px;
}

.envelope:hover{
    font-size: 30px;
    color: black;
    margin: 0 0px 0 12px;
}


 
@media only screen and ( max-width: 1000px) {
   
    h1{
    font-size: 35px;
    }
    
    .blink{
    font-size: 35px;
    }

}

@media only screen and ( max-width: 600px) {
   
    .wrapper-about, .wrapper-projects, .wrapper-services{
    padding: 40px 85px 0 45px;
    }

    .wrapper-intro{
        margin: 0 -40px 0 -20px;
    }

    h1{
    font-size: 24px;
    }

    .blink{
    font-size: 24px;
    }

    .blink::after{
    box-sizing: border-box;
    }

    h3{
        font-size: 22px;
        margin: 15px 0 0 0;
    }

    #about{
        margin-top: 60px;
    }

    .about{
        font-size: 20px;
        transition: 0.5s;
    }

    .about:hover{
        font-size: 20.8px;
        font-weight: 400;
        margin: 25px 0 -7px -12px;
        transition: 1s;
    }

    ul{
        padding: 0px
    }

    
    .p-blue{
        font-size: 22px;
    }

    .fas, .fab{
        font-size: 30px;
    }

    .fas:hover, .fab:hover{
        font-size: 30px;
        color: #212F33;
        margin: auto;
    }

    .projects-icon {
        padding: 0 12px;
        font-size: 22px;
    }

    .projects-icon:hover {
        padding: 0 12px;
        font-size: 22px;
    }

    li{
        font-size: 20px;
    }

    .li-projects:hover{
        font-size: 20px;
    }

    .button-email{
        font-size: 22px;
        padding: 20px 50px;
        margin: 50px 0 10px 0
    }

    .envelope{
        font-size: 22px;
    }

    .envelope:hover{
        font-size: 22px;
        margin: 0 0px 0 12px;
    }

    .nav-li{
        display: none;
    }

    .icons-wrapper{
        display: flex;
        flex-direction: column;
    }

    .icon{
        margin: 8px 0px 17px 0px;
    }

    .copyright{
        font-size: 15px;
        margin: 20px 70px;
    }
 
    
}

