body {
    background: #f5f5f5;
    font-family: "Arial", "sans-serif";
}
@media screen and (max-width: 600px) {

    .topnavsearch a,
    .topnavsearch input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .topnavsearch input[type=text] {
        border: 1px solid #ccc;
    }
}

#myInput {
    background-image: url('path/to/your/search-icon.png');
    /* Add the path to your search icon */
    background-position: 10px 12px;
    /* Position the search icon */
    background-repeat: no-repeat;
    /* Do not repeat the icon image */
    width: 100%;
    /* Full-width */
    font-size: 16px;
    /* Increase font-size */
    padding: 12px 20px 12px 40px;
    /* Add some padding */
    border: 1px solid #ddd;
    /* Add a grey border */
    margin-bottom: 12px;
    /* Add some space below the input */
}

#myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myUL li a {
    border: 1px solid #e1e1e5;
    /* Add a border to all links */
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #e1e1e5;
    /* Grey background color */
    padding: 12px;
    /* Add some padding */
    text-decoration: none;
    /* Remove default text underline */
    font-size: 18px;
    /* Increase the font-size */
    color: black;
    /* Add a black text color */
    display: block;
    /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
    background-color: #78787a;
    /* Add a hover effect to all links, except for headers */
}

.nameheader {
    float: left;
    font-size: 25;
    margin-left: 5px;
    margin-top: 5px;
    font-family: Cursive;
    color: black
}

.nameheader font:hover {
    color: black
}

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

.topnav {
    background-color: #f1f1f1;
    overflow: hidden;
    float: right;
}

.topnav a {
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnavpro {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    position: sticky;
    top: 0;
}

.coding-content {
    text-align: left;
    width: 100%;
    float: left;
}

.contactme-content {
    box-align: center;
    width: 90%;
    float: left;
}

.blue-header-content {
    color: blue;
    font-size: 40;
    float: left;
    margin-top: 20;
}

.contactme-content-p-1 {
    float: left;
}

.homepage-content-paragraph-1 {
    color: black;
}

a:hover {
    color: purple;
}

.blue-header-content-secondary {
    color: blue;
    font-size: 35;
    float: left;
    margin-top: 20;
}

.blue-header-content-thirdly {
    color: blue;
    font-size: 30;
    float: left;
    margin-top: 20;
}

.blue-header-content-fourthly {
    color: blue;
    font-size: 25;
    float: left;
    margin-top: 20;
}

.achievments-content-2 {
    box-align: center;
    color: black;
    width: 100%;
    float: left;
}

.achievments-content {
    box-align: center;
    width: 100%;
    float: left;
}

abbr {
    text-decoration: none;
}

.blue-header-reading-content-fifthly {
    color: blue;
    font-size: 20;
    float: left;
    margin-top: 20;
}
.blue-header-reading-content-series-anything-else {
    color: blue;
    font-size: 25;
    float: left;
    margin-top: 20;
}
.social {
    text-align: center;
    margin-top: 10px;
}
.social-logo {
    height:1em;
    width:auto;
    margin:0 8px;
    vertical-align: -0.1em;
}
.contact-icon a {
    /* font-size: 24px; */
    font-size:1.5em;
    margin: 0 5px;
    color: #303030;
    /* color: black; */
}

.contact-icon a:hover {
    color: purple;
}

.reading-content1-div {
    float: left;
    border-right: 1 px solid black;
    margin-right: 10px;
    width: 80%;
}

.reading-content1-div p {
    float: left
}

font:hover {
    color: purple
}

.homepage-image-links img:hover {
    color: purple;
}

.homepage-content-div {
    float: left;
    width: 310;
    margin-top: 3px;
    width: 75%;
}

.homepage-image-links-div {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    /* border-left: 1px solid black; */
    padding-left: 1px;
}

.projects-single-project-div {
    float: left;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom:10px;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #ff000042;
    border-radius: 20px;
    width: 100%;
    height: 265;
    box-shadow:2px 2px;
}

.projects-single-project-img {
    float: left;
    margin-right: 15px;
    margin-top:08px;
    background-color: #a519194c;
    border-radius: 20px;
    width: 250;
    height: 250;
}

.projects-single-project-text-div {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #a519194c;
    border-radius: 20px;
    width: 250;
    height: 250;
}

.projects-single-project-header-text {
    font-size: xx-large;
}
.profile-img {
    border-radius:10px;
}
.my-books-book-img {
    border-radius:5px;
    float:right;
    width:100;
    height:auto;
}
.my-books-book-paragraph {
    width:80%;
}
.achievements-header-academics {
    color:#205A28;
    font-size:50;
}