/*
Site styles
 */

body, html {
    height: 100vh;
}
html {
    background-color: #9099a2;
    max-width: 63vw;
    margin: 0 auto;
}
main {
    padding: .25rem 1rem;
    background-color: white;
}

.header-container {
    margin: 0;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 5fr;
}
.swap-logo {
    padding: 0.5rem 0 1rem 1rem;
}

nav {
    background-color: white;
}
.border-separator {
    margin: 0 0.5rem 1.5rem 0.5rem;
    border-bottom: 10px solid #9b8b48;
}

h1, h2, h3 {
    color: #39516C;
}

h3 {
    font-family: 'Lato', cursive;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    padding-top: 2.5rem;
    margin: 0;
    letter-spacing: 1px;
}

h1.main-heading {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2 {
    font-size: 36px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 1rem;
}

h2.list-divider-header {
    margin-bottom: 1rem;
    border-bottom: .0625rem solid #39516c;
    color: #263547;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
}

.paragraph-standard {
    margin: 7px;
    /*margin-top: 7px;
    margin-bottom: 7px;*/
    padding-bottom: 5px;
    color: #5e5955;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
}
.mission-list {
    margin-right: 10px;
    margin-left: 2rem;
    padding-right: 25px;
    list-style-type: square;
}
.mission-list-item {
    padding-bottom: 7px;
    font-size: 16px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 20px;
}
.description-list {
    margin-bottom: 2rem;
    margin-left: 6px;
}
.swap-leadership-header {
    font-size: 17px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 21px;
    font-weight: bold;
}
.swap-leadership {
    margin-left: 15px;
    padding-bottom: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 20px;
}
.footer-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-content: center;
    min-height: 50px;
    background-color: #39516C;
}
.footer-paragraph {
    text-align: center;
    color: #D5D5D5;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bill-tracker-container {
    /*position: relative;
    overflow: hidden;
    padding-top: 77.28%;*/
    width: 100%;
   display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "Frame";
}
.bill-tracker-container iframe {
/*    position: absolute;
    top:0;
    left:0;
    border: 0;
    width: 100%;
    height: 100%;
    border: none;*/
    display: block;
    width: 100%;
    height: 600px;
grid-area: Frame;

}

.common-link:link {
    color: hsl(232, 43%, 27%);
    font-weight: bold;
}
.common-link:visited {
    color: hsl(232, 43%, 27%);
    font-weight: bold;
}
.common-link:hover {
    color: #5e5955;
    text-decoration: none;
}
.common-link:active {
    color: hsl(232, 43%, 17%);
}
.common-link:focus {
    border: 1px solid hsl(210, 45%, 81%);
}