header {
    height: auto !important;
    padding-bottom: 50px;
}

.main-head {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
    padding-top: 120px;
    margin-bottom: 40px;
    text-align: center;
}

.project-image-container {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
}

.project-image-container img {
    width: 100%;
    height: auto;
}

.detailed-description {
    text-align: left;
    margin-top: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    line-height: 1.5;
    color: #c9d1d9;
    background-color: #0d1117;
    padding: 32px;
    border-radius: 0;
    border: 1px solid #30363d;
}

.detailed-description h2 {
    color: #c9d1d9;
    padding-bottom: 0.3em;
    font-size: 1.5em;
    border-bottom: 1px solid #21262d;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
    text-transform: none !important;
}

.detailed-description h5 {
    font-size: 1.25em;
    color: #c9d1d9;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
    text-transform: none;
    line-height: 1.25;
}

.detailed-description p {
    font-size: 16px;
    line-height: 1.5;
    color: #c9d1d9;
    margin-bottom: 16px;
    font-family: inherit;
    text-transform: none;
}

.detailed-description ul {
    padding-left: 2em;
    margin-top: 0;
    margin-bottom: 16px;
    color: #c9d1d9;
}

.detailed-description li {
    margin-top: 0.25em;
    text-transform: none;
}

.detailed-description code {
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(110, 118, 129, 0.4);
    border-radius: 6px;
    color: #c9d1d9;
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}

/* Ensure navbar brand img stays small as in home page */
.navbar-brand img {
    height: 50px;
    width: auto;
}
