/* Home Page */

h1 {
    font-weight: bold;
    text-transform: lowercase;
}

h3 {
    text-decoration: underline;
    font-weight: bold;
}

.contact {
    margin-top: 1em;
}

.contact > span {
    display: block;
}

.content {
    max-width: 20em;
}

.email {
    display: block;
    margin-top: 1em;
}

.hiring {
    color: red;
}

.logo {
    margin-bottom: 2em;
}

.phone:before {
    content: 't: ';
}

.principals ul {
    list-style: none;
    padding: 0;
}

.fax:before {
    content: 'f: ';
}

section.futureslab {
    margin-top: 2em;
}

@media (min-width: 800px) {
    body {
        margin: 4.5em;
    }
    main {
        display: flex;
    }
    .content {
        margin-left: 3em;
    }
    .hiring {
        position: absolute;
        left: 8em;
        top: 19em;
    }
}