:root {
    --nexus--print-a1-portrait-height: 2950px;
    --nexus--print-a1-portrait-width: 2119px;
}

h1, h2 {
    color: #222e2e;
}

h3, h4, h5, h6 {
    color: #539149;
}

.navbar-logo {
    background-image: url("../img/NEXUS_white_100x50.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100px 30px;
    display: inline-block;
    width: 110px;
}

#about-modal img {
    padding-top: 35px;
}

.login-logo {
    padding-top: 60px;
}

.mg-report-map-printable.letter.portrait {
    height: var(--nexus--print-a1-portrait-height) !important;
    width: var(--nexus--print-a1-portrait-width) !important;
}

.mg-report-map-printable.letter.portrait .mg-report-map-printable-map {
    max-height: var(--nexus--print-a1-portrait-height) !important;
    width: var(--nexus--print-a1-portrait-width) !important;
}

.mg-report-map-printable.letter.landscape {
    height: calc(var(--nexus--print-a1-portrait-width) - 60px) !important;
    width: calc(var(--nexus--print-a1-portrait-height) + 120px) !important;
}

.mg-report-map-printable.letter.landscape .mg-report-map-printable-map {
    max-height: calc(var(--nexus--print-a1-portrait-width) - 60px) !important;
    width: calc(var(--nexus--print-a1-portrait-height) + 120px) !important;
}

.mg-report-map .mg-toolbar-vertical {
    display: none !important;
}
