body {
    background-color: #000;
    color: #fff;
    font-family: fieldwork, sans-serif;
}

.home .profile {
    display: none;
}

.nav {
    display: block;
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #008080;
    overflow-x: hidden;
    padding-top: 60px;
}

.nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
    margin-top: 20px;
}

.nav a:hover {
    background-color: #156767;
}

.nav .active {
    color: #fff;
}

.navbar {
    padding-top: 60px;
}
  
.wrap {
    padding-left: 260px;
}

.profile {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background: #ffffff;
    /* padding: 10px; */
    /* border: 1px solid #fff; */
    width: 150px;
    margin: auto;
  }
  
.profile img{
    max-width: initial;
    width: 150px;
    height: auto;
    transform: scale(1.3);
}

.page {
    height: 100vh;
    width: 100vw - 250px;
}

.home {
    position: relative;
}

.home .name{
    margin: 0;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    font-size: 4.5vw;
    text-align: center;
}

.home .desc {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translate(0, 6vw);
    font-size: 1.5vw;
    text-align: center;
}

.home .social {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translate(0, 15vw);
    font-size: 4vw;
    text-align: center;
}

.home .social a {
    padding-left: 10%;
    padding-right: 10%;
    color: white;
}

.home .social a:hover {
    color: #008080;
}

.arrow {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 3vw;
    display: inline-block;
    color: white;
}

.arrowDiv a:hover {
    color: #008080;
}

.about h2,.experience h2, .contact h2 {
    font-size: 4vw;
    text-decoration: underline;
    -webkit-text-decoration-color: #008080;
    text-decoration-color: #008080;
    margin-bottom: 0;
}

.about a {
    color: #008080;
    text-decoration: none;
}

.about a:hover {
    text-decoration: underline;
}

.about .arrowDiv {
    position: relative;
    margin-top: 5vw;
}

.about .arrowDiv a {
    color: white;
}

.about .arrowDiv a:hover {
    color: #008080;
}

.about p {
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 1.5vw;
}

.experiences, .skills {
    margin-bottom: 5px;
    display: table;
}

.experiences .column {
    margin-top: 0;
    width: 45%;
    margin-left: 3vw;
}

.experiences .left {
    float: left;
    /* margin-left: 3vw;
    margin-right: 3vw; */
}

.experiences .right {
    float: right;
}

.experiences h3, .skills h3 {
    /* display: block; */
    font-size: 2vw;
    margin-top: 0;
    margin-bottom: 0;
}

.experiences img {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: auto;
}

.experiences .school {
    display: inline-block;
    text-align: center;
    width: 60%;
}

.experiences .date {
    color: #008080;
}

.experiences .school h4 {
    margin: 0;
}

.experiences .school p {
    margin: 0;
}

.experiences ul, .skills ul {
    list-style-type: none;
}

.desc {
    display: inline;
    color: #008080;
}

.skills h3 {
    margin-left: 3vw;
}

.skill .column {
    margin-top: 0;
    float: left;
    width: 40%;
    margin-left: 3vw;
}

.skill .right{
    float: right;
    margin-right: 3vw;
}

.skill .column h4 {
    margin: 0;
}

.skill ul {
    margin: 0;
    padding: 1vw;
}

.org img {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: brightness(0) invert(1);
    margin-top: 10px;
}

.org img:hover {
    /* background-color: #fff; */
    filter: brightness(1);
}

.tenafe img:hover {
    background-color: #fff;
    filter: brightness(1);
}

.org .text {
    display: inline-block;
    text-align: center;
    width: 60%;
    height: 10vw;
}

.org .text > * {
    margin: 0;
}

.experience h4 a {
    text-decoration: none;
    color: #008080;
}

.resume {
    display: initial;
    margin: 2vw;
    text-align: center;
}

.resume a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 700px) {
    .nav {
        display: none;
        width: 0;
    }
    .nav a {
        display: none;
        width: 0;
    }
    .wrap {
        padding-left: 10px;
    }
    .home .desc {
        color: #008080;
    }
    .desc h2 {
        font-size: 3vw;
    }
    .about p {
        font-size: 3vw;
    }
    .home .profile {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .desc h2 {
        font-size: 4vw;
    }
    .home .social {
        transform: translate(0, 20vw);
    }
    .about p {
        font-size: 4vw;
    }

    .experiences .column {
        margin-top: 0;
        width: 100%;
    }
    
    .experiences .left {
        float: left;
    }
    
    .experiences .right {
        float: left;
    }

    .experiences h3, .skills h3 {
        font-size: 4vw;
        margin-top: 0;
        margin-bottom: 0;
        text-decoration: underline;
        -webkit-text-decoration-color: #008080;
        text-decoration-color: #008080;
    }
}

@media only screen and (max-height: 550px) {
    .nav {
        display: none;
        width: 0;
    }
    .nav a {
        display: none;
        width: 0;
    }
    .wrap {
        padding-left: 10px;
    }
    .home .desc {
        color: #008080;
    }
}

@media only screen and (max-height: 400px) {
    .arrowDiv {
        display: none;
    }
    .page {
        height: auto;
    }
    .home {
        height: 100vh;
    }
}
