@media only screen and (min-width: 32.5rem) {
    aside {
        padding: 1.5rem;
        font-size: 1.5rem;
    }
    nav,
    table {
        max-width: 100%;
    }
    header {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        padding: 1.5rem;
    }
    .logo {
        width: 150px;
    }
    .motto {
        letter-spacing: 1.5pt;
        font-size: 1.1rem;
        margin-left: 17px;
    }
    h1 {
        font-size: 3rem;
    }
    main h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    .navagation {
        display: flex;
    }
    .navagation li {
        display: block;
        flex: 1 1 100%;
    }
    .navagation a {
        font-size: 1.1rem;
        text-align: center;
    }
    .navagation li:first-child {
        display: none;
    }
    div {
        display: block;
        margin: 0 auto;
        padding: 2rem;
        font-size: 1rem;
    }
    .summary {
        position: absolute;
        width: 200px;
        height: auto;
        top: 4rem;
        left: 4rem;
    }
    .five {
        color: #000;
        display: block;
    }
    .fives-box {
        display: flex;
        flex-wrap: wrap;
        justify-items: center;
    }
    .fives {
        text-align: center;
        flex: 1 1 1px;
        background-color: #3d96fc;
        border: 1px solid #000;
        margin: 1rem;
        margin-bottom: 2rem;
        color: #ffffff;
        padding: 1rem;
        font-size: 1.5rem;
    }
    .article {
        margin-bottom: 2rem;
    }
    .contact {
        display: inline-flex;
        align-content: center;
        justify-content: center;
        padding: 1rem;
        gap: 15rem;
    }
    .storm-trooper {
        width: 30%;
        height: auto;
        float: right;
        margin: 1rem;
    }
    .con-info h3 {
        line-height: 2rem;
    }
    .fa {
        padding: 1rem;
        width: 1rem;
    }
    .location {
        width: 45%;
        height: auto;
    }
    footer {
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        font-size: 1.2rem;
        padding-top: 1rem;
    }
}