body {
    background-color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: silver;
}

#header {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.fab, .fa-bars {
    font-size: 56px;
}

.fa-bars {
    align-self: end;
    position: absolute;
    left: 50px;
    display: flex;
}


#img1 {
    height: 600px;
    border-radius: 5000px;
}

.icons {
    width: 40%;
    display: flex;
    justify-content: space-evenly;
    align-items: first baseline;
    height: 67px;
}

#center {
    display: flex;
    align-items: center;
    padding-top: 150px;
    margin-bottom: 150px
}

#hi {
    display: flex;
    flex-direction: column;
    height: 600px;
    justify-content: space-around;
    padding-left: 70px;
    border-left: 3px solid silver;
}


.intro:hover {
    /* // cursor: pointer; */
    font-size: 110px;
    color: orangered;
}

.intro {
    font-size: 90px;
    padding: 0 2px;
}

.sizing {
    height: 143px;
}

.fa-angellist:hover {
    cursor: pointer;
    color: orangered;
}

.fa-linkedin-in:hover {
    cursor: pointer;
    color: green;
}

.fa-github:hover {
    cursor: pointer;
    color: hotpink;
}

#resume:hover {
    cursor: pointer;
    color: brown;
}

#resume {
    font-size: 56px;
    font-weight: bolder;
}

#projects {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
}

#skills {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
}

.item {
    font-size: 56px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 50px;
}

#projects::before {
    content: "";
    position: absolute;
    /* left: 285px; */
    top: 0;
    height: 3px;
    width: 70%;
    border-top: 3px solid silver;
}

#projects::after {
    content: "";
    position: absolute;
    /* left: 285px; */
    bottom: 0;
    height: 3px;
    width: 70%;
    border-top: 3px solid silver;
}

#skills::before {
    content: "";
    position: absolute;
    /* left: 285px; */
    bottom: 0;
    height: 3px;
    width: 70%;
    border-top: 3px solid silver;
}

#little-bio {
    word-wrap: break-word;
    width: 60%;
}

#clipd, #enjoy, #whos-running {
    display: flex;
    width: 70%;
    margin-bottom: 20px;
}

.left {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-right: 3px solid silver;
}

.title {
    font-size: 30px;
    text-decoration: underline;
}

.right {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

#preview {
    width: 100%;
}

#preview2 {
    width: 100%;
}

#preview3 {
    width: 100%;
}

.description {
    width: 70%;
}

#svgs {
    display: flex;
    flex-direction: row-reverse;
    width: 70%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.logos {
    padding: 5px 5px;
}

#Layer_1 {
    fill: white;
}

.links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-decoration: underline;
}

.nt:hover, .fa-bars:hover {
    cursor: pointer;
}

@media only screen and (max-width: 1345px) {
    .intro {
        font-size: 60px;
        padding: 0 2px;
    }

    .intro:hover {
        color: orangered;
        font-size: 70px;
    }
}

@media only screen and (max-width: 1135px) {
    .intro:hover {
        color: orangered;
        font-size: 50px;
    }

    .intro {
        font-size: 40px;
        padding: 0 2px;
    }

    .sizing {
        height: 60px;
    }

    #center {
        display: flex;
        align-items: center;
        padding-top: 150px;
        margin-bottom: 20px
    }

    #clipd, #enjoy, #whos-running {
        display: flex;
        width: 70%;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .left::after {
        display: none;
    }

    .right {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .left {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
}

@media only screen and (max-width: 952px) {
    .intro:hover {
        color: orangered;
        font-size: 50px;
    }

    #img1 {
        height: 400px;
        border-radius: 5000px;
    }

    .fab, .fa-bars {
        font-size: 40px;
    }

    #resume {
        font-size: 40px;
        font-weight: bolder;
    }

    #hi {
        display: flex;
        flex-direction: column;
        height: 400px;
        justify-content: space-around;
        padding-left: 20px;
        border-left: 3px solid silver;
    }

    .intro {
        font-size: 40px;
        padding: 0 2px;
    }

    .sizing {
        height: 60px;
    }

    #center {
        display: flex;
        align-items: center;
        padding-top: 150px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #center {
        display: flex;
        align-items: center;
        padding-top: 150px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    #hi {
        display: flex;
        flex-direction: column;
        height: 400px;
        justify-content: space-around;
        padding-left: 20px;
        border-left: none;
        align-items: center;
    }

    .fab, .fa-bars {
        font-size: 30px;
    }

    #resume {
        font-size: 30px;
        font-weight: bolder;
    }

    #header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
}

@media only screen and (max-width: 530px) {
    .item {
        font-size: 30px;
        font-weight: bolder;
        text-align: center;
        margin-bottom: 26px;
    }

    .title {
        font-size: 20px;
        text-decoration: underline;
    }

    #little-bio {
        word-wrap: break-word;
        width: 60%;
        font-size: 14px;
        text-align: center;
    }

    .lists, .nt {
        font-size: 14px;
    }

    .description {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .intro:hover {
        color: orangered;
        font-size: 30px;
    }

    .intro {
        font-size: 20px;
        padding: 0 2px;
    }

    .sizing {
        height: 40px;
    }

    #img1 {
        height: 200px;
        border-radius: 5000px;
    }

    #center {
        display: flex;
        align-items: center;
        padding-top: 70px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    #hi {
        display: flex;
        flex-direction: column;
        height: 400px;
        justify-content: space-around;
        padding-left: 20px;
        border-left: none;
        align-items: center;
    }

    .fab, .fa-bars {
        font-size: 20px;
    }

    #resume {
        font-size: 20px;
        font-weight: bolder;
    }

    #header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
}