
#left-copy {
  background-color:#123975;
  color:#fff;
  font-family:"Charter";
  }
  
h1 {
	font-size:4em;
	}
  
#left-navigation {
    background-color:#0e2e66;
    color:#fff;
    }
    
 .buttons a {
	padding:5px 10px;
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.15);
	color:#fff;
	border-radius:0px;
	border-bottom:0px;
	margin-bottom:5px;
	}
	
.buttons a:hover {
	padding-bottom:5px;
	border-bottom: 0px solid black;
	background-color:rgba(255, 255, 255, 0.3);
	}
	
.buttons a.active {
	background-color:rgba(255, 255, 255, 0.5);
	}
	
#right-projectscroll {
    background-color:#f1f3f7;
    }
    
p {
	font-family: "Charter";
	}
	
p.small {
	font-size: .95em;
	}
	
	@media (max-width: 890px) {
	  #right-projectscroll {
		padding-top:50px;
		}
	}