﻿@media (min-width: 1280px) {
    .headerContainer {
        height: calc(8.82 / 100 * 1280px);
    }

    .navIconContainer {
    }

    .hTRI {
        padding-right: calc(0.5 / 100 * 1280px);
        padding-bottom: calc(0.2 / 100 * 1280px);
        max-height: calc(1.4 / 100 * 1280px);
        min-height: calc(1.4 / 100 * 1280px);
    }

    .detailedNav > div:nth-child(1) {
        height: calc(1 / 100 * 1280px);
        line-height: calc(1 / 100 * 1280px);
        margin-top: calc(0.5 / 100 * 1280px);
        margin-bottom: calc(0.5 / 100 * 1280px);
    }

        .detailedNav > div:nth-child(1) > p {
            font-size: calc(.8 / 100 * 1280px);
        }

    .detailedNav > div:nth-child(2) {
        height: calc(2 / 100 * 1280px);
        line-height: calc(2 / 100 * 1280px);
        margin-top: calc(1 / 100 * 1280px)
    }

        .detailedNav > div:nth-child(2) > p {
            font-size: calc(1.7 / 100 * 1280px);
        }

    .navHeaderRow {
        padding: calc(1 / 100 * 1280px);
    }

    .itemLink {
        font-size: calc(1.76 / 100 * 1280px);
    }

    .barfoo {
        font-size: calc(1.76 / 100 * 1280px);
    }
}
