@media screen and (max-width: 80em) {
    body {
        font-size: large;
    }

    table {
        font-size: large;
    }

    blockquote {
        font-size: medium;
    }

    .footer-text {
        font-size: medium
    }

    .blog-title {
        font-size: x-large;
    }

    .blog-date {
        font-size: medium;
    }

    .blog-image-desc {
        font-size: medium;
    }

    .blog-warning-box > div:nth-child(2) {
        font-size: medium;
    }
}

@media screen and (max-width: 60em) {
    body {
        font-size: medium;
    }

    table {
        font-size: medium;
    }

    h1 {
        font-size: 1.5em;
    }
    
    blockquote {
        font-size: small;
    }

    #home-page-banner {
        height: 370px;
    }

    #company-name {
        display: none
    }

    #company-name-alt {
        display: block;
    }

    #copyright {
        margin-top: 8%;
    }

    .footer-text {
        font-size: small
    }

    .site-margin {
        margin-left: 15px;
        margin-right: 15px;
    }

    .blog-post-container {
        flex: 3;
    }

    .blog-title-image {
        width: 40%;
    }

    .blog-title {
        font-size: large;
    }

    .blog-date {
        font-size: small;
    }

    .blog-image-desc {
        font-size: small;
    }

    .blog-warning-box > div:nth-child(2) {
        flex: 4;
        font-size: small;
    }

    .flyout {
        position: static;
    }
    
    .flyout > span {
        width: calc(100vw - 40px);
        left: 10px;
        bottom: unset;
    }

    .aws-announcement-link {
        font-size: medium;
        padding: unset;
        vertical-align: unset;
    }
}

@media screen and (max-width: 40em) {
    .email-full {
        display: none;
    }

    .email-mobile {
        display: block;
    }
}