main#canvas {

	width: 995px;
	height:1236px;
	margin-left: 20px;
	margin-right: auto;


}

section {
	margin-top: 100px;
	padding-top: 0px;
    float: left;
	height: 100%;
	width: 9px;
	margin-bottom: 100px;
	
}

.blue {
	background-color: #00BFFF;
}

.pink {
	background-color: #FF69B4;
}

.orange {
	background-color: #DAA520;
}

.black {
	background-color: black;
}

nav {
	
   padding-top: 20px;
  padding-left: 40px;
  position: fixed;
  margin-top: -18px;
  
  background-color: rgb(255, 255, 255);
}

ul {
  margin-right: 40px;
  float: right;
  padding: 0px;
  list-style-type: none;
}

li {
  display: inline-block; /* inline block changes menu style */
  margin-right: 40px;
  }
 



}

nav a {
   /* nav a changes appareance of the links */
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600px;
  font-family: Helvetica;
  text-decoration: none;
  color: black;

  
}

.activelink a { 
  color:orange;
}


.box {
	height: 100px;
}


