:root {
    --theme-blue: #007aa6;
    --theme-teal-logo: #00b3b0;
    --theme-teal-light: hsl(190, 50%, 50%);
    --theme-teal: hsl(190, 95%, 30%);
    --theme-teal-dark: hsl(190, 100%, 20%);
    --theme-green-logo: #00b747;
    --theme-orange: #ff9b00;
    --theme-orange-dark: #ae6c00;
}

.hoverPointer:hover {
    cursor: pointer;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    margin-bottom: 0 !important;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 2rem 5rem !important;
}

h1 {
    padding-bottom: 1rem;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

footer {
    position: absolute;
    bottom: 1rem;
    right: 0;
    display: flex;
}

footer a {
    text-decoration: underline;
}

header a {
    text-decoration: none;
}

.header-lead {
    line-height: 1.1;
    padding-right: 5rem;
    padding-left: 0.5rem;
    color: var(--theme-teal-dark);
    max-width: 40vw;
    width: 35rem;
}

.logInButton {
    font-size: 110%;
    color: var(--theme-teal-dark);
}

.contactButton {
    border-radius: 3px;
    font-size: 108%;
    margin-left: .5rem;
    padding: calc(.5rem + 1px) 1.2rem;
}

a {
    color: var(--theme-teal-dark);
}

p {
    padding: 0.5rem 0;
}


img {
    max-width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

ul {
    padding-left: 2rem !important;
}

ul li {
    padding-left: 1rem !important;
}