/*-------- Global --------*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
html {
    font-family: arial, sans-serif;
    font-weight: 100;
}
body {
    width: 60%;
    margin: auto;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
h1 {
    font-size: 40px;
    font-weight: 400;
    color: black;
    
}
h2 {
    font-size: 35px;
    font-weight: 400;
    color: black;
    
}
hi2 {
    font-size: 30px;
    font-weight: 400;
    color: black; 
}

h5 {
    font-size: 20px;
    margin-top: 10px;
    color: #4D92CC;   
}
p {
    color: #8D8A8A;
    font-weight: 100;
    margin-top: 10px;
    font-size: 20px;
}


/*-------- Nav --------*/
.nav {
    display: flex;
    align-items: center;
    height: 100px;
}
.contactMe, navIcons {
    flex: 1;
}
.navIcons {
    text-align: right;
}
.nacIcons a, .contactMe a, .contactMe img {
    display: inline-block;
    vertical-align: middle;
}
.navIcons a {
    margin-left: 130px;
}
.contactMe a {
    color: #848383;
    text-decoration: none;
}
.contactMe img {
    margin-right: 10px;
}

.portfolio, navIcons {
    flex: 1;
}
.navIcons {
    text-align: right;
}
.nacIcons a, .portfolio a, .portfolio img {
    display: inline-block;
    vertical-align: middle;
}
.navIcons a {
    margin-left: 130px;
}
.portfolio a {
    color: #848383;
    text-decoration: none;
}
.portfolio img {
    margin-right: 10px;
}


/*-------- Landing --------*/
.landing {
    height: 100vh;
    position: relative;
}
.landingWrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
ul {
    list-style: none;
    margin-top: 30px;
    line-height: 30px;
}
.landing {
    margin-top: 4em;
}
.scroll {
    position: absolute;
    bottom: 180px;
    left: 0;
    right: 0;
    margin: auto;
}

/*-------- Skills --------*/
.skills {
    text-align: center;
    margin-bottom: 20em;
}
.skills p {
    margin-bottom: 30px;
}
.skills img {
    width: 40px;
    margin: 0 15px;  
}

/*-------- Work 01 --------*/
.work {
    width: 100%;
    position: relative;
    margin-bottom: 5em;
}
.work > .workText {
    position: absolute;
    top: 85px;
    text-align: center;
}
.work > .workText > .underline {
    display: block;
    background-color: #027BFF;
    height: 3px;
    width: 61px;
    margin-top: 5px;
}
.work > .workImg {
    width: 50%;
    float: right;
    -webkit-box-shadow: 0px 3px 70px 0px rgba(23,30,36,0,06);
    -moz-box-shadow: 0px 3px 70px 0px rgba(23,30,36,0,06);
    box-shadow: 0px 3px 70px 0px rgba(23,30,36,0,06);
}
.work ul {
    position: absolute;
    bottom: 0;
    left: 100%;
}
.work ul li {
    margin-top: 20px;
}

/*-------- Work 02 --------*/
.work2 {
    width: 100%;
    position: relative;
    margin-bottom: 20em;
}
.work2 > .workText {
    position: absolute;
    top: 85px;
    right: 0;
    text-align: right;
}
.work2 > .workText > .underline {
    display: block;
    background-color: #027BFF;
    height: 3px;
    width: 61px;
    margin-top: 5px;
    float: right;
}
.work2 > .workImg {
    width: 85%;
    float: right;
    -webkit-box-shadow: 0px 3px 70px 0px rgba(23,30,36,0,06);
    -moz-box-shadow: 0px 3px 70px 0px rgba(23,30,36,0,06);
    box-shadow: 0px 3px 70px 0px rgba(23,30,36,0,06);
}
.work2 ul {
    position: absolute;
    bottom: 0;
    left: 100%;
}
.work2 ul li {
    margin-top: 20px;
}

/*-------- Work 01 and 02 --------*/







