body {
    margin: 0;
    font-family: Poppins;
    font-size: 1.25em;
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

b {
    font-weight: 400;
    color: black;
}

h1 {
    font-size: 5em;
    font-family: Poppins;
    color: black;
    padding-bottom: 0;
    margin: 0;
}

h2 {
    font-size: 1.25em;
    font-weight: 400;
    font-family: Poppins;
    color: #444;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}

h3 {
    font-weight: 200;
    font-family: Poppins;
}

h4 {
    font-family: Poppins;
    font-weight: 100;
}

a {
    font-family: Poppins;
    color: #444;
}

a:hover {
    color: #804b82;
}

table {
    width: 100vw;
    max-width: 840px;
    padding: 0 8px;
    margin: auto;
    text-align: justify;
}

@media (min-width: 840px) {
    table {
        padding: 0 16px;
    }
}

td {
    width: 650px;
    color: #4c4f53;
}

.menu ul {
    display: none;
}

.menu li:hover>ul {
    display: block;
}

@media only screen and (max-device-width: 480px) {
    h1 {
        font-size: 8em;
    }

    h2 {
        font-size: 3em;
    }

    h3 {
        font-size: 3em;
    }

    a {
        font-size: 3em;
    }

    .portfolio {
        width: 100vw;
    }
}

.portfolio {
    width: 50vw;
    margin-top: 5vw;
    font-size: 14pt;
    color: #aaa;
}

.info {
    text-align: justify;
}

text {
    font-family: Poppins;
    font-size: 14px;
    color: #444;
    text-decoration: none;
}

img {
    width: 650px;
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
}

.portfolioRow {
    height: 75px;
}

#nav {
    width: 50vw;
    margin-left: 25%;
    margin-top: 5px;
    text-align: center;
}

#nav .td {
    width: 50%;
}

#policy-content {
    margin-top: 16px;
    font-family: Poppins;
    color: #222;
    font-size: 24pt;
}

#policy-content td img {
    margin-left: 25%;
}

#policy-content a {
    font-size: 18pt;
}

#policy-content img {
    width: 50%;
}

.bracket {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 300;
}