body {
    min-height: 2000px;
}

.navbar {
    background-color: black;
    color: whitesmoke;
}

nav li {
    display: inline;
    list-style: none;
    padding: 5%;
}

img {
    max-width: 100%;
    max-height: 100%;
    padding: auto;
}

#myheader {
    padding-top: 5%;
    font-family: 'Georama', sans-serif;
    width: 100%;
    height: 30%;
    background-image: url("../img/tools.jpg");
    border-style: solid;
    border-width: 1px;
    border-color: black;
    object-fit: cover;
}

#myheader h1 {
    text-shadow: 2px 2px black;
    margin-left: auto;
    margin-right: auto;
    color: white;
    width: 40%;
}

#bkfpic {
    margin-top: 0;
    width: 260px;
    height: 250px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    background-size: 260px 250px;
    background-image: url(../img/profile-pic.png);
    margin-left: auto;
    margin-right: auto;
}

h2 {
    color: white;
}

body {
    background-color: rgb(58, 54, 54);
}

.content-section {
    width: 60%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
    color: whitesmoke;
}

.content-section ul {
    padding-left: 0;
}

.job-description ul {
    padding-left: 0;
}

.job-description {
    border-left: 0px;
    border-bottom: 1px;
    border-right: 0px;
    border-top: 0px;
    border-color: whitesmoke;
    border-style: solid;
    padding: 2%;
}

.EPD {
    font-weight: bold;
}

#Code-In-Action ul li {
    list-style-type: none;
}

a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

/* Media Queries for responsiveness */

@media (max-width: 768px) {
    .content-section {
        width: 80%;
    }
}
