/* BASE STYLES */
* {
    margin: 0;
    padding: 0;
}
body {
    background: #FFF;
    color: #333;
    font-family: NexaLight, sans-serif;
    line-height: 1.5;
}
/* TEXT FORMATTING */
p {
    margin-bottom: 1em;
}
h1 {
    color: #111;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 3em 0 1em;
}
h1#intro {
    font-size: 2em;
    padding-top: 0;
}
h2 {
    color: #111;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0.5em 0;
    font-weight:  normal;
}
a {
    color: darkgreen;
}
/* TEXT COLUMN FORMATTING */
#text ul {
    list-style: none;
}
#text li {
    margin-bottom: 0.5em;
    margin-left: 1em;
}
#text li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#text a:hover {
    text-decoration: none;
} 

/* MISC */
#contact img:hover{
opacity:0.5;
}
