* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: rgb(119, 119, 119);
}

header {
    /* background: white;
    color: white; */
    padding: 1rem 1rem 0;
    font-family: Arial, Helvetica, sans-serif; /* ff-basic-gothic-web-pro 'Basic Gothic Pro' */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4.8px;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem 0;
}

/* copyright: 119, 119, 119, treb, 16px, 400,  */
footer {
    font-family: Arial, Helvetica, sans-serif; /* ff-basic-gothic-web-pro 'Basic Gothic Pro' */
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
    color: rgb(119, 119, 119);
}

h1 {
    font-family: Arial, Helvetica, sans-serif; /* ff-basic-gothic-web-pro 'Basic Gothic Pro' */
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    color: #94c4c6; /* rgb(148, 196, 198) */
    padding-top: 1rem;
}

h2 {
    font-family: Arial, Helvetica, sans-serif; /* ff-basic-gothic-web-pro 'Basic Gothic Pro' */
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    color: #000;
}

h3 {
    font-family: Arial, Helvetica, sans-serif; /* ff-basic-gothic-web-pro 'Basic Gothic Pro' */
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(119, 119, 119);
}

h3.project {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: rgb(119, 119, 119);
}

p {
    padding-top: 0.5rem;
}

p.disclaimer {
    font-size: 12px;
    font-style: italic;
}

address {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}

header img {
    width: 200px;
    height: auto;
    /* float: right; */
}

footer a {
    padding: 1rem;
    text-decoration: none;
}

a.social img {
    width: 30px;
    height: auto;
    padding-top: 0.5rem;
}

/* project images are 279px x 279px */
