#nav-main .nav-link {
    font-size: 1.4rem;
    font-weight: lighter;
    margin-right: 10px;
}

.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 2.5rem;
}

.display-7 {
    font-size: 2rem;
}

.display-8 {
    font-size: 1.5rem;
}

.display-9 {
    font-size: 1.15rem;
}

.project-card {
    max-width: 416px;
    max-height: 700px;
    overflow: hidden;
}

.sub-title {
    font-weight: 300;
    line-height: 1;
}

.text {
    font-weight: 300;
    line-height: 1.3;
}

.text-box {
    font-weight: 300;
    line-height: 1.5;
    font-size: 1.1rem;
}

.form-label {
    font-weight: 300;
    font-size: 1.1rem;
}

.form-select {
    font-weight: 300;
}

#id_title.form-control {
    font-weight: 300;
}

#id_category * {
    font-weight: 300;
    font-size: 0.9rem;
}

#id_date * {
    font-weight: 300;
    font-size: 0.9rem;
}

.no-decoration {
    text-decoration: none;
}

/* Cookie Yes CSS IMPORTANT !!! */
a.cky-banner-element {
    padding: 8px 30px;
    background: #F8F9FA;
    color: #858A8F;
    border: 1px solid #DEE2E6;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
}
