@import url(normalize.css);
@import url(w3.css);

{
    box-sizing: border-box;
}

:root {
    --beluga: #F1F1F1;
    --black: #000000;
    --chambray: #30469C;
    --gainsboro: #DCDCDC;
    --gullGrey: #9AAAB8;
    --nouveau: #67707F;
    --pattensBlue: #E0F0FF;
    --romanSilver: #828691;
    --silkBlue: #4488CE;
    --tangora: #1A293B;
    --waikawaGrey: #596bb1;
    --white: #FFFFFF;
    --menu-font-family:  "system-ui", "Segoe UI", "Roboto", "Arial", sans-serif;
    --text-font-family: Golos, system-ui, Segoe UI, Roboto, Arial, sans-serif;
    --text-font-size: 10px;
    --text-font-style: normal;
    --text-font-weight: 100;
    --title-font-family: "Times New Roman";
}

.development {
    display: none; /* TODO: Change is to "none" before deployment */
}

html {
    height: 100%;
}

/* Page Header */
header, main, nav, footer, figure, figcaption, aside, section, article
{
    display: block;
}

body {
    height: 100%;
    max-width: 2048px;
    margin: auto;
}

header {
    background-color: var(--nouveau);
    color: var(--beluga);
    border: 0;
    margin: 0;
}

#back-to-top {
    cursor: pointer;
    border-radius: 50%;
    bottom: .05em;
    display: none;
    height: 2em;
    position: fixed;
    right: .05em;
    z-index: 99;
}

#back-to-top:hover {
    box-shadow: 0 0 5px black;
}

#header-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 12px 24px !important;
}

#hamburger-menu-container {
    grid-column: 2 / span 1;
    justify-self: end;
}

#hamburger-menu-icon {
    height: 2.5em;
    margin: .5em;
}

#nav-container-top {
    background-color: var(--romanSilver);
    display: none;
    overflow: hidden;
    position: relative;
}

.nav-item {
    margin: .5em;
}

.nav-item a {
    text-decoration: none;
}

.nav-active-page {
    color: var(--tangora);
}

.nav-container-top:first-child {
    margin-left: 0;
}

.nav-container-top:first-child {
    margin-right: 0;
}

#header-caption {
    margin: 0;
    padding: 0;
}

#about-container {
    background: var(--chambray);
    background: linear-gradient(90deg,rgba(48, 70, 156, 1) 0%, rgba(70, 135, 206, 1) 90%);
    color: var(--white);
}

/* Footer */
footer {
    background-color: var(--black);
    color: var(--beluga);
}

.nav-container-bottom {
    color: var(--beluga);
    font-family: var(--menu-font-family), system-ui, Segoe UI, Roboto, Arial, sans-serif;
    font-size: calc(var(--text-font-size) * 1.5);
    font-style: var(--text-font-style);
    font-weight: calc(var(--text-font-weight) * 4);
    text-align: center;
}

.footer-nav-item {
    display: inline-block;
    margin: .5em .25em;
    text-wrap: nowrap;
}

.footer-nav-item a {
    text-decoration: none;
}

.footer-nav-active-page {
    color: var(--gullGrey);
}

#copyright {
    font-family: var(--text-font-family), system-ui, Segoe UI, Roboto, Arial, sans-serif;
    font-size: var(--text-font-size);
    font-style: italic;
}

/* HTML Body Elements */
h1 {

    font-family: var(--title-font-family), system-ui, Segoe UI, Roboto, Arial,
    sans-serif;
    font-style: var(--text-font-style);
    font-size: calc(var(--text-font-size) * 3.5);
    font-weight: calc(var(--text-font-weight) * 5);
    text-align: center;
}

h2 {

    font-family: var(--title-font-family), system-ui, Segoe UI, Roboto, Arial,
    sans-serif;
    font-size: calc(var(--text-font-size) * 3);
    font-weight: calc(var(--text-font-weight) * 4);
    text-align: center;
}

h3 {
    font-family: var(--title-font-family), system-ui, Segoe UI, Roboto, Arial,
    sans-serif;
    font-style: var(--text-font-style);
    font-size: calc(var(--text-font-size) * 2.75);
    font-weight: calc(var(--text-font-weight) * 3.5);
    text-align: center;
 }

/* Classes */
.desktop {
    display: none;
}

.expand-collapse-arrow {
    height: 3rem;
}

.expand-collapse-introduction {
    padding: 0 12px;
}

.expand-collapse-introduction p {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.fill-image {
    height: 100%;
    width: 100%;
}

.grid-centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none;
}

.issue-verbiage {
    display: none;
    padding-left: 24px;
    padding-right: 24px;
}

.mobile {
    display: block;
}

.discussion-point {
    color: var(--white) !important;
    font-size: calc(var(--text-font-size) * 2.5) !important;
    font-weight: calc(var(--text-font-weight) * 4.5) !important;
    margin-top: 0;
    margin-bottom: 0;
}

#header-caption-verbiage, .nav-item, .verbiage {
    font-family: var(--text-font-family), system-ui, Segoe UI, Roboto,
    Arial, sans-serif;
    font-size: calc(var(--text-font-size) * 2);
    font-style: var(--text-font-style);
    font-weight: calc(var(--text-font-weight) * 4);
}

@media only screen
and (min-width: 740px) {

    .nav-container-bottom {
        font-size: calc(var(--text-font-size) * 2);
        font-weight: calc(var(--text-font-weight) * 4);
    }

    #copyright {
        font-size: calc(var(--text-font-size) * 1.5);
    }

    h1 {

        font-size: calc(var(--text-font-size) * 4);
        font-weight: calc(var(--text-font-weight) * 5.5);
    }

    h2 {
        font-size: calc(var(--text-font-size) * 3.5);
        font-weight: calc(var(--text-font-weight) * 4.5);
    }

    h3 {
        font-size: calc(var(--text-font-size) * 3);
        font-weight: calc(var(--text-font-weight) * 3.75);
    }

    .discussion-point {
        font-size: calc(var(--text-font-size) * 2.75) !important;
        font-weight: calc(var(--text-font-weight) * 5) !important;
    }

    #header-caption-verbiage, .nav-item, .verbiage {
        font-size: calc(var(--text-font-size) * 2.4);
        font-weight: calc(var(--text-font-weight) * 5);
    }
}

@media only screen
and (min-width: 1024px) {

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    h1 {
        font-size: calc(var(--text-font-size) * 6);
        font-weight: calc(var(--text-font-weight) * 7);
    }

    h2 {
        font-size: calc(var(--text-font-size) * 5);
        font-weight: calc(var(--text-font-weight) * 7);
    }

    h3 {
        font-size: calc(var(--text-font-size) * 4);
        font-weight: calc(var(--text-font-weight) * 5);
    }

    header {
        background-image: url("../../images/IMG_0969.JPG");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: grid;
        grid-template-columns: repeat(21, 1fr);
        grid-template-rows: repeat(7, 1fr);
        height: 100vh;
        width: 100%;
    }

    #header-icons {
        display: block;
        grid-column: 1 / span 10;
        grid-row: 1 / span 1;
    }

    #nav-container-top {
        color: var(--beluga);
        background-color: transparent;
        display: block !important;
        grid-column: 1 / span 21;
        grid-row: 1 / span 1;
        margin: auto;
        text-align: center;
    }

    .nav-item {
        display: inline-block;
        font-size: calc(var(--text-font-size) * 2.5);
        font-weight: calc(var(--text-font-weight) * 7);
        text-wrap: nowrap;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 .5em 0 .5em;
    }

    #header-caption {
        background-color: var(--nouveau);
        grid-column: 1 / span 21;
        grid-row: 67 / span 1;
        font-size: calc(var(--text-font-size) * 1.6);
        font-weight: calc(var(--text-font-weight) * 7);
    }

    #screen-width-test {
        color: var(--chambray);
        grid-column: 8 / span 5;
        grid-row: 5 / span 1;
        text-align: center;
        font-size: calc(var(--text-font-size) * 3);
    }
}

@media only screen
and (min-width: 1200px) {

    #header-caption-verbiage {
        margin-left: auto;
        margin-right: auto;
        width: 85%
    }

    .expand-collapse-arrow {
        display: none;
    }

    .issue-verbiage {
        display: block;
    }
}

@media only screen
and (min-width: 1280px) {

    h1, h2 {
        font-size: calc(var(--text-font-size) * 7);
        font-weight: calc(var(--text-font-weight) * 7);
    }

    h3 {
        font-size: calc(var(--text-font-size) * 6);
    }
}

@media only screen
and (min-width: 1300px) {

    #header-caption-verbiage {
        margin-left: auto;
        margin-right: auto;
        width: 88%
    }
}

@media only screen
and (min-width: 1440px) {

    #about-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #about-title {
        grid-column: 1 / span 1;
    }

    #about-verbiage {
        grid-column: 2 / span 1;
    }
}
@media only screen
and (min-width: 1488px) {

    #header-caption-verbiage {
        margin-left: auto;
        margin-right: auto;
        width: 66%
    }
}