﻿.main-title {
    font-family: oswald-medium, oswald, sans-serif !important;
    font-weight: bold !important;
    font-size: 24px !important;
    padding-left: 6px;
}

.main-sub-title {
    padding-left: 6px;
    color:gray;
    font-size:16px !important;
}

.project-title {
    font-size: 24px;
}

.project-description {
    width: 600px;
    font-size: 13px;
    font-family: futura-lt-w01-book, sans-serif;
    padding-bottom: 10px;
}

.project-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.layout-wrapper {
    width: 100%;
    min-height: 100vh;
}

.content-area {
    padding-top: 64px;
    display: flex;
    min-height: calc(100vh - 64px);
}

.custom-drawer {
    position: fixed !important;
    top: 64px !important;
    height: calc(100vh - 64px) !important;
    z-index: 1200 !important;
}

.main-body {
    flex: 1;
    padding: 24px;
    transition: margin-left 0.3s ease;
    overflow-x: hidden;
}

.mud-nav-link {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.mud-nav-group .mud-nav-link {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}