diff --git a/src/projects/2016-XXXX.html b/src/projects/2016-XXXX.html
index f509488..c256def 100644
--- a/src/projects/2016-XXXX.html
+++ b/src/projects/2016-XXXX.html
@@ -23,10 +23,19 @@
Jordan Hanrahan - Portfolio
-
-
-
+
diff --git a/src/styles/main.css b/src/styles/main.css
index 1b0245c..2de2eab 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -1,21 +1,50 @@
html {
- background-color: #222222;
- color: #ffffff;
+ background-color: #202020;
+ color: #f0f0f0;
font-family: sans-serif;
}
+a {
+ color: #e04080;
+}
+
+a:visited {
+ color: #b02050;
+}
+
main {
padding: 80px 16px;
margin: 0 auto;
max-width: 1280px;
}
-.masthead {
+header {
position: fixed;
left: 0;
top: 0;
width: 100%;
padding: 8px 16px;
+ background-color: #222222;
+ border-bottom: 1px solid #666666;
+}
+
+.masthead .logo {
+ float: left;
+}
+
+.masthead nav {
+ float: left;
+}
+
+.masthead nav li {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+
+.masthead a, .masthead a:visited {
+ color: #f0f0f0;
+ text-decoration: none;
}
.masthead .logo h1 {