@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:400');

body {
  background-color: white;
  font-family: "PT Serif", sans-serif; 
  font-size: 18px;
  margin: 0;
  color: #f8f;
}

a{ font-size: 1.2em;
   text-decoration: none;
   padding-right: 10px;
   padding-left:10px; 
   color: gray;
}
nav{   
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  position: absolute;
  padding-top: 8px;
  text-align: center;
  width: 100%;
 

}

.active{
  text-decoration: underline;
  color: red; 
}
#canvas {
  width: 50vmin;
  margin: 17vmin auto 3vmin auto;
  height: 75vmin;
  background-color: rgb(207, 64, 36);
  position:relative;
}
#paleblue{
  top: 0%;
  width: 100%;
  height: 7%;
  background-color: rgb(178, 218, 224);
  position:absolute;
}
#yellow{
  right: 0%;
  top: 7%;
  width: 10%;
  height: 93%;
  background-color: rgb(231, 209, 70);
  position:absolute;
}
#lightkhaki{
  bottom: 0;
  width: 90%;
  height: 7%;
  background-color: rgb(230, 213, 167);
  position:absolute;
}
#salmon{
  left: 0%;
  top: 7%;
  width: 10%;
  height: 93%;
  background-color: rgb(229, 174, 158);
  position:absolute;
}

#canvas {
  width: 75vmin;
  margin: 20vmin auto auto auto;
  height: 75vmin;
  background-color: #303984;
  position: relative;
}
#border1 {
  left: 20%;
  top: 0;
  width: 10%;
  height: 100%;
  background-color: #1e224f;
  position: absolute;
}
#border2 {
  left: 30%;
  top: 0;
  width: 10%;
  height: 100%;
  background-color: #273e5d;
  position: absolute;
}
#border3 {
  left: 40%;
  top: 0;
  width: 10%;
  height: 100%;
  background-color: #f7da94;
  position: absolute;
}
#border4 {
  left: 50%;
  top: 0;
  width: 10%;
  height: 100%;
  background-color: #1b1f4c;
  position: absolute;
}
#border5 {
  left: 60%;
  top: 0;
  width: 10%;
  height: 100%;
  background-color: #e89563;
  position: absolute;
}
#border6 {
  left: 70%;
  top: 0;
  width: 10%;
  height: 100%;
  background-color: #765566;
  position: absolute;
}
#border7 {
  left: 80%;
  top: 0;
  width: 10%;
  height: 100%;
  background-color: #161a3f;
  position: absolute;
}
#border8 {
  left: 90%;
  top: 0;
  width: 10%;
  height: 100%;
  background-color: #27405e;
  position: absolute;
}