body {
    margin: 0;
    font-family: sans-serif;
}

/* HEADER CSS */

.headerImage {
    margin: 20px;
    width: 15%;
    position: absolute;
    left: 0;
}

.brandContainer {
    background-color: black;
    text-align: center;
}

/* HOME CSS */

 li {
    display: inline-block;
}

div ul li {
   margin: 20px;
   position: relative;
   left: -50px;
   font-weight: bold;
}

.gitButton:hover {
    background: white;
    border: 1px solid white;
}

.gitButton {
    position: absolute;
    border: 1px solid red;
    border-radius: 5px;
    background-color: #000000;
    padding: 7px;
    margin-top: 15px;
    margin-left: 400px;
}

.buttonResume {
    width: 130px;
    margin-left: 0;
    margin-top: 0;
}

a {
    text-decoration: none;
    color: red;
    font-size: large;
}

.homeContainer {
    background-color: black;
}

.homeImage {
    margin-top: 50px;
    width: 90%;
    margin-bottom: 150px;
}

.col2 {
    margin-top: 50px;
    margin-left: 60px;
    color: #fffefe;
}

h2 {
    font-size: 2.3rem;
    font-weight: bold;
}

h4 {
    font-size: 1.7rem;
    color: red;
    font-weight: bold;
}

p {
    font-size: 1.1rem;
}

/* ABOUT CSS */

.aboutImage {
    width: 15%;
}

span {
    color: red;
    font-weight: bold;
}

.there {
    color: black;
}

.aboutParagraph {
    font-weight: bold;
}

.aboutLink {
    border-radius: 150px;
    height: 55px;
    width: 55px;
    background-color: black;
    padding: 20px;
    margin: 10px;
}

/* EDUCATION CSS */

.eduContainer {
    margin-bottom: 100px;
    background-color: #678a96;
}

.eduCap {
    width: 70%;
}

.eduHeader {
    text-align: center;
}

h3 {
    font-weight: bold;
    font-size: 2rem;
    color: black;
}

.eduParagraph {
    font-weight: bold;
}

/* SKILL CSS */

.skillUl {
    color: red;
    background-color: black;
    padding: 50px;
    margin: 30px;
}

.skillParagraph {
    color: #000000;
    font-size: 1.1rem;
    font-weight: bold;
}

.list {
    font-size: 1.1rem;
    font-weight: bold;
    top: -50px;
    left: 40px;
}

.ht {
    left: 50px;
}

.cs {
    left: 60px;
}

.skillListParagraph {
    color: whitesmoke;
}

.skillHeader {
    text-align: center;
    font-weight: bold;
}

.html {
    position: relative; 
    left: 140px; 
    top: 20px; 
}

.css {
    position: relative; 
    left: 160px; 
    top: 20px; 
    width: 15%;
}

.js {
    position: relative; 
    left: 160px; 
    top: 20px; 
    width: 15%;
}

.node {
    left: 100px;
}

.mongo {
    left: 110px;
}

.bootstrap {
    position: relative; 
    left: 140px; 
    top: 20px; 
    width: 20%;
}

.github {
    position: relative; 
    left: 160px; 
    top: 20px; 
    width: 15%;
}

.jquery {
    position: relative; 
    left: 110px; 
    top: 20px; 
    width: 40%;
}

.react {
    left: 110px;
}

.express {
    left: 120px;
}

/* WORK CSS */

.pic {
    margin: 15px;
    padding: 5px;
    width: 70%;
}

.workParagraph {
    color: whitesmoke;
}

.workContainer {
    background-color: #264949;
}

.workHeader {
    text-align: center;
}

/* HOME CSS */

.homeParagraph {
    color: whitesmoke;
    font-weight: bold;
}

/* CONTACT CSS*/

.contactContainer {
    text-align: center;
}

.contactFa {
    color: #000000;
    font-weight: bold;
}

.contactLink {
    color: #000000;
}

.contactHeader {
    text-align: center;
}

/* FOOTER CSS*/

footer {
    text-align: center;
    padding: 5px;
    margin: 5px;
    color: red;
    backGround-color: #000000;
} 


/* MOBILE SIZE CSS*/

@media screen and (min-width: 992px) {
    .offcanvas {
        visibility: visible;
        position: relative;
        background: none;
        border: none;
        justify-content: end;
        color: red;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-weight: lighter;
        /* display: none; */
    }

    /* HOME CSS */

    .navbar-toggler-icon {
        border: 1px solid white;
        border-radius: 5px;
    }
    .offcanvas {
        width: 250px !important;
    }

    .offcanvas-end {
        top: 0;
        left: 0;
        border-right: 1px solid rgb(14, 14, 136);
        transform: translateX(-100%);
    }

    .gitButton {
        padding: 7px;
        margin-top: 15px;
        margin-left: 250px;
        width: 110px;
    }

    .buttonResume {
        position: relative;
        margin-left: 100px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .homeMobileImage {
        margin-top: 30px;
        width: 100%;
        margin-bottom: 50px;
    }

    .homeName {
        color: whitesmoke;
    }

    .nav-link {
        text-align: center;
    } 

    h2 {
        font-size: 1.7rem;
        text-align: center;
     }
 
     h5 {
         color: red;
         text-align: center;
      }

    /* WORK CSS */ 

    .workMobileParagraph {
        color: whitesmoke;
    }

    .workImage {
        text-align: center;
    }

    /* ABOUT CSS */

     .aboutMobileImage {
        width: 20%;
        margin-top: -90px;
        margin-left: 160px;
     }

     .aboutLink {
        margin: 8px;
     }

     /* EDUCATION CSS */

     .educontainer {
        margin-bottom: 100px;
        background-color: #678a96;
    }

    .eduCap {
        margin-top: -70px;
        margin-left: 70px;
    }

    h3 {
        text-align: center;
    }

    /* SKILL CSS */

    .skillMobileParagrah {
        font-weight: lighter;
    }

    .list {
        left: 45px;
    }

    .ht {
        left: 50px;
    }

    .cs {
        left: 55px;
    }

    .htm { 
        left: 150px; 
    }

    .boot {
        left: 37px;
    }

    .jscript {
        left: 35px;
    }

    .mongoDB {
        left: 35px;
    }

    .expressJS {
        left: 37px;
    }

    .postman {
        left: 37px;
    }

    .node {
        left: 100px;
    }

    /* CONTACT CSS */

    .contactMobileParagraph {
        font-weight: lighter;
    }

}
