.body {
    font-size: 100%;
    line-height: 1.3;
    font-family: Helvetica, Arial, sans-serif;
    background-color: white;
    color: black;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

#wallpaper_p {
    font-size: 110%;
    color: black;
    width: 90%;
    margin: 35px auto 0px 60px;
    text-align: left;
}

#wallpaper_h1 {
    font-size: 180%;
    color: black;
    margin: 0px auto 1px 60px;
    text-align: left;
}

#wallpaper {
    background: url('assets/wallpaper.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 1200px;
    height: 350px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

table#menu {
    border: 0;
    margin-top: 22px;
    width: 1200px;
    margin: 0 auto;
}

table#menu td {
    white-space: nowrap;
}

table#menu td a {
    color: white !important;
    background-color: rgb(51, 122, 183);
    font-size: 110%;
    border: 1px rgb(120, 120, 120) solid;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-right: 4px;
}

table#menu td a.active {
    color: black !important;
    background-color: white;
    font-weight: bold;
}

table#menu td a:hover {
    text-decoration: none;
    color: white !important;
    background-color: rgb(99, 144, 204);
}

.heading {
    text-align: center;
}

.subheading {
    text-align: left;
    font-style: italic;
    font-weight: bold;
    font-size: 140%;
}

.project-item {
    min-height: 300px;
    min-width: 200px;
    margin-bottom: 18px;
}

.tool-item {
    min-height: 120px;
    min-width: 200px;
    border: 2px rgb(220, 220, 230) dotted;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.tool-item img {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    margin-right: 8px;
}

ul {
    padding-left: 1em;
}

ul li::before {
    margin-left: -2em;
}
