/* GENERIC CSS */ 

*{
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    height: 100%;
    margin: 0;
}

body {
    padding: 0;
    height: 100%;
    max-width: 100vw;
    margin: 0;
    overscroll-behavior-y: none;
    background-color: #F5F5F5;
}


h1 {
    font-size: 12.5vh;
    padding: 0;
    display: block;
    text-decoration: none;
    font-weight: 600;
}

/* IPAD PRO IN PORTRAIT */

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    h1 {
        font-size: 7vh;
    }
}


h2 {
    font-weight: 600;
    font-size: 40px;
    margin: 0px;
}

h3 {
    font-size: 28px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    margin-top: 0;
}

@media only screen and (max-width: 815px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 14px;
    display: inline;
    color: black;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 300;
}

a {
    font-size: 14px;
    text-decoration: none;
}

li {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    list-style-type: none;
}

ul {
    padding: 0;
    margin-top: 40px;
}


/* HEADER */


.headerhello {
    position: absolute;
    color: black;
    padding: 30px 100px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 15;
    box-sizing: border-box;
}


.hellolinks { 
    padding: 0px 30px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.logo {
    width: 60px;
}

.logomobile {
    display: none;
    width: 30px;
}

.burgerwhite {
    display: none;
    width: 25px;
}

.mobilenavcont {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
    
    height: 80%;
    width: 90%;
    left: 5%;
    top: 9%;
    background-color: #F5F5F5;
    border-radius: 10px;
    z-index: 20;
    overflow-x: hidden;
    padding-top: 30%;
    padding-bottom: 10%;
    box-sizing: border-box;

    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobilenavlinkscont a {
    font-size: 18px;
    color: black;
    display: block;
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 5px 0px;
    width: 195px;
    text-align: center;
    border-radius: 15px;
}

.mobilenavconnectcont {
    text-align: center;
    width: 60%;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobilesnavconnect {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.mobilenavsocialiconscont {
    height: 40px;
    display: flex;
    justify-content: space-evenly;
}

.mobilenavsocialiconscont a {
    font-size: 0;
}

/* ANIMATED BURGER ICON */ 

.animatedburgerwhite {
    z-index: 30;
    display: none;
}

.animatedburgerwhitebar1, .animatedburgerwhitebar2, .animatedburgerwhitebar3 {
    width: 27px;
    height: 3px;
    margin-bottom: 6px;
    transition: 0.4s;
    background-color: white;
}

/* Rotate first bar */
.change .animatedburgerwhitebar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 4px) ;
    transform: rotate(-45deg) translate(-8px, 4px) ;
  }
  
/* Fade out the second bar */
.change .animatedburgerwhitebar2 {
    opacity: 0;
  }

/* Rotate last bar */
.change .animatedburgerwhitebar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -4px) ;
    transform: rotate(45deg) translate(-8px, -4px) ;
  }
 

/* HEADER FOR MOBILE */

@media only screen and (max-width: 815px) {
    .burgerwhite {
        display: none;
    }

    .animatedburgerwhite {
        display: block;
    }

    .hellolinks {
        display: none;
    }

    .letschat {
        display: none;
    }

    .logo {
        display: none;
    }

    .logomobile {
        display: initial;
    }

    .headerhello {
        padding: 15px 5%;
        width: 100vw;
        z-index: 15;
    }


} 


/* LETS CHAT BUTTON + FORM */ 

.letschat {
    background-color: white;
    color: black;
    border-radius: 50px;
    padding: 5px 30px;
    text-align: center;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.letschatform {
    position: fixed;
    width: 0;
    height: 510px;
    background-color: white;
    right: 0;
    top: 20%;
    z-index: 5;
    border-radius: 25px 0 0 25px;
    transition: 1s;
    overflow: hidden;
}

.letschatform .closebtn {
    position: absolute;
    right: 40px;
    top: 30px;
    text-decoration: none;
    color: grey;
}

.kwes-form {
    padding: 30px 30px 30px 45px;
}

.formtitle {
    color: black;
    margin: 0 0 30px 0;
}

.submitbutton {
    position: relative;
    display: block;
    background-color: black;
    color: white;
    border: none;
    padding: 5px 30px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.singlelineinput {
    background-color: #F7F7F7;
    border: none;
    color: black;
    height: 44px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding-left: 20px;
    width: 80%;
    margin-top: 10px;
}

.messageinput {
    background-color: #F7F7F7;
    color: black;
    border: none;
    border-radius: none;
    width: 80%;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 14px;
    resize: none;
}








/* LANDING SECTION */

.landing {
    color: white;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    background-color: #0c0c0c;
    z-index: 0;
    overflow: hidden;
    position: relative;
}

.headshotdesktop {
    height: 95%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    padding-left: 0px;
    z-index: 0;
}

.headshotmobile {
    display: none;
    height: 90%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    padding-left: 40px;
    z-index: 0;
}

/* MOBILE */

@media only screen and (max-width: 767px) {
    .headshotdesktop {
        display: none;
    }

    .headshotmobile {
        display: none;
    }
}

.largecctcont {
    position: absolute;
    right: 50%;
    top: 20%;
    width: 450px;
    margin-right: 75px;
}

.largecctcont h1 {
    font-size: 5vw;
    line-height: 5vw;
    font-weight: 700;
}

.largecctcont h3 {
    color: white;
    margin-bottom: 0;
    margin-top: 75px;
}

.largecctcont p {
    width: 370px;
    margin-bottom: 75px;
}

.downloadcv {
    background-color: white;
    color: black;
    padding: 10px 30px;
    border-radius: 50px;
}


.scrolldown {
    display: none;
    position: fixed;
    bottom: 5vh;
    height: 60px;
    z-index: 1;
    left: 50%;
    margin-left: 400px;
    padding-left: 20px;
    border-left: white;
    border-left-style: solid;
    border-width: 1px;
}

.scrolldown p {
    margin: 0;
}

.whitestripe {
    background-color: #F5F5F5;
    z-index: 10;
    width: 100vw;
    height: 5vh;
    bottom: 0rem;
    position: fixed;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    align-items: center;
}

.whitestripe h6 {
    color: black;
    text-decoration: none;
    padding: 0 25px;
    cursor: pointer;
}

.sociallogosabout {
    padding-top: 50px;
    display: flex;
    width: 100px;
    justify-content: space-between;
    align-items: center;
}

.sociallogosabout a {
    padding: 0;
    margin: 0;
}



/* IPAD */

@media only screen and (max-width: 1024px) {
    .largecctcont {
        margin-right: -50px;
    }
}

/* IPAD POR */ 

@media only screen and (max-width: 768px) {
    .whitestripe {
        display: none;
    }

    .largecctcont {
        right: 30%;
        top: 30%;
    }
}

/* MOBILE */

@media only screen and (max-width: 767px) {
    .landing {
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .largecctcont {
        position: relative;
        right: 0;
        width: 100%;
    }

    .largecctcont h1 {
        font-size: 15vw;
        line-height: 15vw;
    }

    .largecctcont p {
        width: 100%;
    }
}







/* 1.0 EDUCATION */ 

.educationseccont {
    width: 100vw;
    padding: 150px 0 0 0;
    display: flex;
    justify-content: center;
}

.educationtextcont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.educationtitle {
    color: white;
    background-color: black;
    padding: 5px 15px;
    margin-bottom: 100px;
}

.educationdesconts {
    display: flex;
}

.widetextcontleft {
    width: 450px;
    margin-right: 75px;
    box-sizing: border-box;
}

.widetextcontright {
    width: 450px;
    margin-left: 75px;
    box-sizing: border-box;
}

.upleft {
    display: flex;
    width: 100%;
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .widetextcontleft {
        width: 370px;
        margin-right: 50px;
    }

    .widetextcontright {
        width: 370px;
        margin-left: 50px;
    }
}

/* IPAD POR */ 

@media only screen and (max-width: 768px) {
    .educationdesconts {
        flex-direction: column;
    }

    .widetextcontleft, .widetextcontright {
        margin: 0;
    }

    .widetextcontleft {
        margin-bottom: 100px;
    }
}

/* MOBILE */

@media only screen and (max-width: 767px) {
    .educationtextcont {
        padding: 20px;
    }

    .widetextcontleft, .widetextcontright {
        width: 100%;
    }

    .educationseccont {
        padding-top: 0;
    }
}





/* 2.0 Experience */ 

.upright {
    display: flex;
    margin-bottom: -2px;
    width: 100%;
}

.experienceseccont {
    width: 100vw;
    padding: 100px 100px 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0c0c0c;
    align-items: center;
}

.experiencetextcont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 200px;
}

.experiencetitle {
    color: black;
    background-color: white;
    padding: 5px 15px;
    margin-bottom: 100px;
}

.experiencedesconts {
    display: flex;
    color: white;
}

.exp {
    color: white;
}

.downright {
    display: flex;
    width: 100%;
    margin-top: -2px;
}


/* IPAD POR */ 

@media only screen and (max-width: 768px) {
    .experiencedesconts {
        flex-direction: column;
    }

    #exbotmarg {
        margin-bottom: 50px;
    }
}

/* MOBILE */

@media only screen and (max-width: 767px) {
    .experienceseccont {
        padding: 20px;
    }

    .experiencetextcont {
        margin-bottom: 100px;
    }
}









/* 3.0 Employment */ 

.employmentsection {
    width: 100vw;
    padding: 100px 100px 200px 100px;
    display: flex;
    justify-content: center;
}

.employmenttextcont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.employdescont {
    display: flex;
}

.smalltextcont {
    width: 370px;
    margin: 0 40px;
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .smalltextcont {
        width: 270px;
        margin: 0 20px;
    }
}

/* IPAD POR */ 

@media only screen and (max-width: 768px) {
    .employdescont {
        flex-direction: column;
    }

    .smalltextcont {
        width: 370px;
        margin: 0 0 100px 0;
    }
}

/* MOBILE */

@media only screen and (max-width: 767px) {

    .employmentsection {
        padding: 0;
    }

    .employmenttextcont {
        padding: 20px;
    }
    
    .smalltextcont {
        width: 100%;
    }
}




/* 4.0 Achievement */ 

.upleft {
    margin-bottom: -2px;
}

.achievementseccont {
    width: 100vw;
    padding: 100px 100px 0px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0c0c0c;
    align-items: center;
}

.achievementtextcont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 200px;
}

.achievementtitle {
    color: black;
    background-color: white;
    padding: 5px 15px;
    margin-bottom: 100px;
}

.achievementdesconts {
    display: flex;
    color: white;
}

.white {
    color: white;
}


.downleft {
    display: flex;
    width: 100%;
    margin-top: -2px;
}


/* IPAD POR */ 

@media only screen and (max-width: 768px) {
    .achievementdesconts {
        flex-direction: column;
    }
}

/* MOBILE */

@media only screen and (max-width: 767px) {
    .achievementseccont {
        padding: 0;
    }

    .achievementtextcont {
        padding: 20px;
        margin-bottom: 0;
    }
}



/* 5.0 Skills + Interests */ 

.skillsandinterests {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0px;
}

.skillsandinterestscont {
    width: 100%;
    display: flex;
    justify-content: center;
}

.coloumn {
    width: 370px;
    margin: 0 40px;
}

.skillscard {
    width: 100%;
    background-color: #F5F5F5;
    padding: 40px;
    margin-bottom: 50px;
    border: 1px solid black;
}

.skillstitle {
    margin: 0;
}

.skillscard p {
    font-weight: 600;
    font-size: 14px;
    margin-top: 30px;
}

.skillscard ul {
    padding: 0;
}

.skillscard li {
    margin-bottom: 10px;
}

.youtubespacing {
    margin-top: 30px;
}

.adobemob {
    display: none;
}




/* IPAD PRO */ 

@media only screen and (max-width: 1367px) {
    .aboutcont {
        padding: 20vh 200px 0 200px;
    }
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .aboutcont {
        padding: 20vh 100px 0 100px;
    }

    .largeabout {
        right: 100px;
    }

    .coloumn {
        width: 270px;
        margin: 0 20px;
    }

    .skillscard {
        padding: 30px;
    }
}

/* IPAD POR */ 

@media only screen and (max-width: 768px) {
    .cardcont {
        flex-direction: column;
    }

    ul {
        padding-left: 0;
    }

    .cardtitlecont h4 {
        display: none;
    }

    .mobilecarddate {
        display: initial;
        font-weight: 700;
    }

    .skillsandinterestscont {
        flex-direction: column;
        align-items: center;
    }

    .coloumn {
        width: 370px;
    }

}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .aboutcont {
        padding: 20vh 20px 0 20px;
    }

    .cardcont {
        padding: 20px;
    }

    .nameanddobcont h1 {
        font-size: 4vh;
    }

    .skillsandinterests {
        padding: 20px;
    }

    .coloumn {
        width: 100%;
    }
}





/* This Website Section */ 

.thiswebsitecont {
    width: 100%; 
    background-color: black;
    position: relative;
    padding: 100px 300px 100px 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.designedby {
    color: white;
    max-width: 50%;
}

.cookiecutter {
    color: white;
    max-width: 305px;
    padding-left: 40px;
    box-sizing: border-box;
}

/* IPAD PRO */ 

@media only screen and (max-width: 1367px) {
    .thiswebsitecont {
        padding-left: 200px;
        padding-right: 200px;
    }
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .thiswebsitecont {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .thiswebsitecont {
        padding: 20px;
        flex-direction: column;
        margin: 0;
    }

    .designedby, .cookiecutter {
        max-width: 100%;
    }

    .cookiecutter {
        padding-left: 0;
    }
}








/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}
  
  /* Hide scrollbar for IE, Edge and Firefox */
  html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}