@charset "UTF-8";

*{margin: 0; padding: 0; scroll-behavior: smooth; transition: all .3s;}

/*-----===HEADER===-----*/
header{
    min-height: 90px;
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(245, 245, 245);
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    transition: all .25s;
    z-index: 999;
}
/*--=LOGO=--*/
.logo-container{
    height: 100%;
    min-width: 70px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-link{
    width: 100%;
    text-decoration: none;
    color: rgb(25, 25, 25);
    transition: all .3s;
}
.logo-link h1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'REM', sans-serif;
    font-size: 32px;
}
/*--=NAV=--*/
nav{
    height: 100%;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-content{
    height: 100%;
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.nav-content li a{text-decoration: none;}
.nav-content li a h2{
    color: rgb(25, 25, 25);
    font-family: 'REM', sans-serif;
    transition: all .25s;
    font-size: large;
}

/*-----===MAIN===-----*/
/*--=INTRODUCTION=--*/
.intro-container{
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: slateblue;
}
.intro-text{
    height: 90%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgb(245, 245, 245);
    border-radius: .75em;
    box-shadow: 0 0px 20px rgb(0, 0, 0, 0.6);;
}
/*-INTRO TITLE-*/
.intro-title{
    height: 65%;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.intro-img-container{
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10em;
    overflow: hidden;
}
.intro-img{height: 100%;}
.intro-title h1{
    height: 20%;
    font-family: 'REM', sans-serif;
    font-size: 32px;
}
/*-INTRO CONTENT-*/
.intro-mini-bio{
    height: 30%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.intro-mini-bio h2{
    height: 25%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'REM', sans-serif;
    font-size: 20px;
}

.intro-links-container{
    height: 50%;
    min-width: 150px;
    width: 40%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.intro-link{
    height: 90%;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-link a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.link-github, .link-linkedin, .link-email{
    font-size: 2em;
    color: rgb(25, 25, 25);
    transition: all .3s;
}

/*--=ABOUT ME=--*/
.abtme-container{
    height: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(231, 231, 231);
    box-shadow: 0 -10px 20px rgb(0, 0, 0, 0.3);
}
/*-ABTME IMG-*/
.abtme-img-container{
    height: 100%;
    width: 60%;
    background-color: springgreen;
}
/*-ABTME TEXT-*/
.abtme-text{
    height: 80%;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: .5em;
}
.abtme-content{
    height: 80%;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.abtme-title{
    height: 25%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: 'REM', sans-serif;
    font-size: 42px;
}
.abtme{
    height: 75%;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    font-family: 'REM', sans-serif;
    font-size: 24px;
}

.abtme-btn{
    height: 20%;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.abtme-knowmore-btn, .abtme-contactme-btn{
    font-family: 'REM', sans-serif;
    font-size: 18px;
    color: darkslateblue;
    padding: 15px 30px;
    border: solid 2px slateblue;
    border-radius: 2em;
    background-color: rgb(231, 231, 231);
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
}
.abtme-contactme-btn{
    color: rgb(24, 199, 112);
    border: solid 2px springgreen;
}

.hidden-km-btn, .hidden-cm-btn{
    display: none;
    color: white;
    position: absolute;
    transform: translateY(100%);
    transform: translateX(-300px);
    transition: all .3s;
}
.normal-km-btn, .normal-cm-btn{
    position: relative;
    transform: translateY(0px);
    transition: all .7s;
}

/*-----===EFFECTS===-----*/
/*--=HEADER=--*/
.logo-link:hover, .nav-content li a h2:hover{color: slateblue;}

/*--=INTRO=--*/
.link-github:hover, .link-linkedin:hover, .link-email:hover{
    scale: 1.1;
    color: slateblue;
}

/*--=ABOUT ME=--*/
.abtme-knowmore-btn:hover{
    scale: 1.1;
    background-color: slateblue;
}
.abtme-contactme-btn:hover{
    scale: 1.1;
    background-color: springgreen;
}
/*-ABTME BTN-*/
.abtme-knowmore-btn:hover .normal-km-btn,
.abtme-contactme-btn:hover .normal-cm-btn{
    transform: translateY(100px);
}
.abtme-knowmore-btn:hover .hidden-km-btn,
.abtme-contactme-btn:hover .hidden-cm-btn{
    display: block;
    transform: translateX(0px);
}
