@charset "UTF-8";
/* CSS Document */
/* HeeJungLee Portfolio */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    margin: 0 auto;
}

body {
    font-family: 'Heebo', sans-serif;
    background-image: url("../images/bg.jpg");
}

#arrow {
    width: 40px;
    padding-top: 60px;
}

.space {
    height: 3px;
}

/*---------------  header & intro ---------------*/
/*---------------  header & intro ---------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    z-index: 1000;
}

#favicon {
    width: 20%;
}

.navone {
    width: 20%;
    padding: 10px;
}

.navtwo {
    width: 80%;
    padding: 15px;
    display: flex;
    justify-content: flex-end;
}

header nav {
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
    justify-content: flex-end;
    background-color: #e8d2c5ce;
}

.active {
    color: #525252;
    text-decoration: underline;
}

.navtwo a {
    padding-left: 5%;
    text-decoration: none;
    color: #6e6e6e;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.7rem;
}

.navtwo a:hover {
    color: #FFFFFF;
    font-weight: bold;
}


/*---------------  h1 animation  ---------------*/
/*---------------  h1 animation  ---------------*/
.introOne h1 {
    font-size: 5vw;
    color: white;
    padding-top: 30vh;
    position: relative;
    overflow: hidden;
}

.introOne h1 .hi {
    display: inline-block;
}

.introOne h1 .text {
    font-weight: normal;
    padding-left: 1.2vw;
}

.introOne h1 .box {
    position: absolute;
    bottom: 0;
    display: inline-block;
    background-color: #ecbb9fce;
    height: 1vw;
    z-index: -1;
}

#intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.introOne a {
    color: #9c877ace;
    text-decoration: none;
}

.introOne a:hover {
    color: #525252;
}


/*--------------- (section One) Who am I ---------------*/
/*--------------- (section One) Who am I ---------------*/
.introOne {
    height: 70vh;
    text-align: center;
}

#one,
#two,
#three {
    background-color: rgba(252, 252, 252);
    width: 90%;
    margin: 0 auto;
}

#one {
    height: 500px;
}

#two {
    height: 870px;
}

#three {
    height: 700px;
}

h2 {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    color: #888888;
    font-size: 24px;
}

#myFace {
    width: 130px;
    margin-top: 15%;
    margin-bottom: 5%;
}

.contentOne {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.contentOne p {
    font-size: 14px;
    font-weight: 200;
    color: #383838;
}

.contentOne p span {
    font-weight: 400;
}

/*--------------- (section Two) Portfolio ---------------*/
/*--------------- (section Two) Portfolio ---------------*/
.centering {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.portButtons {
    width: 100%;
    text-align: center;
}

.flipCard {
    background-color: transparent;
    width: 45%;
    padding: 0.3rem;
    height: 150px;
    border: none;
}

.flipCardInner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flipCard:hover .flipCardInner {
    transform: rotateY(180deg);
}

.cardFront,
.cardBack {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cardFront {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.cardBack {
    background-color: #e2e2e2;
    transform: rotateY(180deg);
}

.cardBack span {
    font-size: 12px;
    color: rgb(172, 172, 172);
}

.circle {
    height: 100px;
    width: 100px;
    background-color: #ffffffea;
    border-radius: 50%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}


#two h3 {
    font-size: 0.7rem;
}

#two p {
    padding-bottom: 5px;
    font-size: 0.7rem;
    color: grey;
}

#two p a {
    font-size: 0.8rem;
    color: #9c877ace;
}

#two p a:hover {
    color: black;
}

#two .cardBack .backSort img {
    width: 2rem;
    text-align: left;
}

#two .cardBack p a,
#two .cardBack p {
    font-size: 0.7rem;
}

#two .cardBack h3 {
    margin-bottom: 0.7rem;
}


#two .backSort {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

#two .backTitle {
    font-weight: 200;
    color: white;
    background-color: rgb(207, 207, 207);
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1rem;
}

.backUp {
    height: 75%;
}

#two .cardBack .skillIcons {
    background-color: rgb(202, 202, 202);
    height: 20%;
    padding-top: 3px;
    margin: 5px;
}

#two .cardBack .skillIcons img {
    height: 1.2rem;
    margin: 2px 2px;
}

/*!2022 new*/
#two .cardBack .NewbackSort img {
    width: 6rem;
    margin-top: 8%;
    cursor: pointer;
}

#card1 {
    background-image: url("../images/eteries3.jpg");
}

#card2 {
    background-image: url("../images/covid.png");
}

#card3 {
    background-image: url("../images/digital.jpg");
}

#card4 {
    background-image: url("../images/retailInstallation.jpg");
}

#card5 {
    background-image: url("../images/matchingGame.jpg");
}

#card6 {
    background-image: url("../images/madmovies.jpg");
}

#card7 {
    background-image: url("../images/easy.png");
}

#card8 {
    background-image: url("../images/dollars.png");
}

#card9 {
    background-image: url("../images/tamo.jpg");
}

#cardSan {
    background-image: url("../images/sandwich.jpg");
}

/*--------------- (section Three) My skills ---------------*/
/*--------------- (section Three) My skills ---------------*/
.contentThree {
    padding-top: 50px;
    align-self: center;
}

table,
td,
th {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 90%;
}

th,
td {
    width: 30%;
    padding: 15px;
    text-align: center;
}

tr :hover {
    background-color: rgba(235, 235, 235, 0.589);
}

.td1 {
    height: 5vh;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(175, 175, 175, 0.795);
}

td {
    height: 40vh;
    font-size: 0.9rem;
}

th img {
    width: 40px;
}

#coding {
    width: 50px;
}

#tool {
    width: 35px;
}

#three a {
    color: #9c877ace;
    float: left;
    padding-top: 2%;
}

#three a:hover {
    color: #525252;
}

/*--------------- (section Four) Contact ---------------*/
/*--------------- (section Four) Contact ---------------*/
#fourOne {
    height: 50vh;
    background-color: rgba(252, 252, 252);
    width: 90%;
    margin: 0 auto;
}


#fourTwo {
    height: 40vh;
    margin-top: 8vh;
}

#icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#four h2 {
    background-color: rgba(252, 252, 252);
    width: 90%;
    margin: 0 auto;
}


#fourTwo img {
    width: 70px;
    opacity: 0.5;
    padding: 20%;

}

input {
    width: 90%;
    padding: 10px;
    margin-bottom: 1px;
}

textarea {
    width: 90%;
    padding: 10px;
    height: 20vh;
}

.submit {
    margin-top: 10%;
    width: 200px;
    color: grey;
}


/*--------------- media query ---------------*/
/*///////////////////////////////////////////*/
/*tablet and desktop*/
/*///////////////////////////////////////////*/

@media only screen and (min-width: 769px) {

    #one,
    #two,
    #three {
        background-color: rgba(252, 252, 252);
        width: 60%;
        height: 99vh;
        margin: 0 auto;
    }

    /**section : intro  *****************************/
    .introOne {
        height: 79vh;
    }

    .introOne h1 {
        font-size: 3vw;
    }


    /**section 1: who am I  *****************************/
    .introTwo {
        width: 60%;
        height: 20vh;
        text-align: center;
        background-color: rgba(252, 252, 252);
    }

    #myFace {
        width: 200px;
    }

    .contentOne p {
        font-size: 16px;
    }

    /**section 2: portfolio  *****************************/
    .flipCard {
        width: 30%;
    }

    #two .cardBack p {
        font-size: 0.8rem;
    }

    #two .cardBack p a {
        font-size: 0.8rem;
    }

    #two .cardBack h3 {
        margin-bottom: 0.9rem;
    }

    .backUp {
        height: 70%;
    }

    #two .cardBack .skillIcons {
        height: 25%;
    }

    #two .cardBack .skillIcons img {
        height: 1.5rem;
        margin: 3px 2px;
    }


    h2 {
        font-size: 2rem;
    }


    /**section 4: contact  *****************************/
    #fourOne {
        width: 60%;
    }

    #four h2 {
        width: 60%;
    }

    input {
        width: 60%;
    }

    textarea {
        width: 60%;
    }
}

/*///////////////////////////////////////////*/
/*mobile*/
/*///////////////////////////////////////////*/
@media only screen and (max-width: 768px) {
    header {
        display: none;
    }

    #arrow {
        display: none;
    }

    .introOne h1 .box {
        display: none;
    }

    .introTwo {
        display: none;
    }

    #filpCardMobileNo {
        display: none;
    }
}