body {
    background-color: #313131;
}

.menuBar {
    color: white;
    display: grid;
    align-items: center;
    font-family: "Helvetica", "Times New Roman";
}

.nameLogo {
    color: white;
    border: 2px solid white;
    width: 110px;
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
    margin-right: 90px;

}

.topBar {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
}

.mainBody {
    text-align: center;
    color: white;
    font-family: "Helvetica", "Times New Roman";
}

.menuBar a {
    text-decoration: none;
    color: white;
}

.profilePic img {
    width: 260px;
}

.motto {
    color: white;
    font-family: "Helvetica", "Times New Roman";
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #021f54;
    color: white;
    text-align: center;
}

.java img {
    width: 80px;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
}

.sql img {
    width: 80px;
    border-style: solid;
    border-color: white;
    border-radius: 50%;
}

.kotlin img {
    width: 80px;
    border-style: solid;
    border-color: white;
    border-radius: 50%;
}

.html img {
    width: 85px;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
}

.css img {
    width: 85px;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
}

.javascript img {
    width: 85px;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
}

.profilePic {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    align-items: center;
}

.profilePic>span {
    text-align: center;

}

.me {
    width: 100px;
}

.menuBar {
    display: grid;
    grid-template-columns: auto auto auto;
}

.menuBar img {
    width: 50px;
    border-radius: 50%;
}

.aboutSection {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}

.aboutSection h3 {
    color: white;
    width: 750px;
    font-weight: normal;
}

.aboutSection img {
    width: 400px;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: red;
}

.resume {
    height: 45px;
    width: 200px;
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-radius: 50%;
}

.noImg {
    display: grid;
    justify-content: center;
}

.noImg img {
    width: 400px;
}

.projectMessage {
    text-align: center;
}

.projectMessage .error {
    color: red;
}

.projectMessage h3 {
    color: white;
}

.menuSelect {
    text-decoration: underline;
}

.resume a:hover {
    color: white;
}

.resume a button {
    width: 200px;
    height: 45px;
}

.projects {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}

.projects h3 {
    color: white;
    width: 630px;
    font-weight: normal;
    padding-left: 50pt;
    padding-right: 50pt;
}

.projects h3 div {
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
    font-weight: bold;
}

.projects a {
    color: blue;
    text-decoration: underline;
}

.projects h3 a {
    margin-right: 15px;
    color: orange;
}

.projects img{
    width: 320px;
    margin-top: 50px;
}

@media only screen and (max-width: 1260px) {
    .me img {
        width: 200px;
    }

    .aboutSection img {
        width: 300px;
    }
}

@media only screen and (max-width: 1295px) {
    .projects h3 {
        width: 630px;
    }
}

@media only screen and (max-width: 1113px) {
    .me img {
        width: 170px;
    }

    .aboutSection {
        display: block;
        text-align: center;
    }

    .aboutSection h3 {
        width: 100%;
    }

    .noImg img {
        width: 300px;
    }
}

@media only screen and (max-width: 1092px) {
    .projects h3 {
        width: 500px;
        size: 13px;
    }
}

@media only screen and (max-width: 964px) {
    .projects h3 {
        width: 400px;
    }

    .projects h3 a {
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }

    .projects img{
        margin-left: auto;
        margin-right: auto;

    }
}


@media only screen and (max-width: 920px) {
    .me img {
        width: 160px;
    }

    .projects {
        grid-template-columns: auto;
    }

    .projects h3 {
        text-align: center;
    }

    video {
        display: block;
        margin: auto;
        width: 220 px;
        height: 120;
    }
}

@media only screen and (max-width: 840px) {
    .me img {
        width: 150px;
    }
}

@media only screen and (max-width: 892px) {
    .topBar .menuBar li {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 832px) {
    .me {
        text-align: center;
    }

    .me img {
        width: 140px;
    }

    .java img {
        width: 70px;
    }

    .kotlin img {
        width: 70px;
    }

    .sql img {
        width: 70px;
    }

    .html img {
        width: 70px;
    }

    .css img {
        width: 70px;
    }

    .javascript img {
        width: 70px;
    }
}

@media only screen and (max-width: 772px) {
    .topBar .menuBar li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 712px) {
    .topBar .menuBar ul {
        font-size: 13px;
    }

    .topBar .menuBar li {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 683px) {
    .topBar .menuBar ul {
        font-size: 13px;
    }

    .topBar .menuBar li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 685px) {
    .me img {
        width: 130px;
    }
}

@media only screen and (max-width: 668px) {
    .topBar .menuBar ul {
        font-size: 13px;
    }

    .topBar .menuBar li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 630px) {
    .profilePic {
        display: block;
        white-space: pre;
        text-align: center;
    }

    .nameLogo {
        display: grid;
        align-items: center;
    }

    .menuBar ul {
        display: grid;
        justify-content: center;
    }
}

@media only screen and (max-width: 533px) {
    .projects h3 {
        width: auto;
    }
}

@media only screen and (max-width: 630px) {
    .profilePic img {
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .me img {
        width: 140px;
    }

    .java img {
        width: 70px;
    }

    .kotlin img {
        width: 70px;
    }

    .sql img {
        width: 70px;
    }

    .html img {
        width: 70px;
    }

    .css img {
        width: 70px;
    }

    .javascript img {
        width: 70px;
    }

    .topBar .menuBar ul {
        margin-right: auto;
    }

    .motto {
        display: grid;
        position: relative;
    }
}

@media screen and (max-height: 413px),
screen and (max-width:915px) {
    .motto {
        display: grid;
        position: relative;
    }
}