body {
  font-family: 'Arial', sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}

h2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  /*color: #294572;*/
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;

}

p {
  font-size: 14px;
  line-height: 20px;
  margin: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  max-width: 100%;
  margin-bottom: 15px;
  /*margin-top: 100px;*/
  background-color: #e88f96;
  /*background-color:  #284b63;*/
  color: ivory;
}

.table-of-content {
  text-align: center;
  /*margin:0 auto;*/
  position:fixed;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #aeb6c1; 
  /*background-color:#333 ;*/
}

.table-of-content a{
  text-align: center;
  /*margin-top: 10px;*/
  /*display: inline-block;*/
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #f2f2f2;
  text-decoration: none;
}

.table-of-content a:hover {
  background: #999;
  color: black;
}

.concept-table-of-content {
  text-align: center;
  margin:0 auto;
  padding: 15px;
  width: 100%;
  /*background-color: #294572;*/
}

.concept-table-of-content a{
  text-align: left;
  /*margin-top: 10px;*/
  /*display: inline-block;*/
  padding-left: 15px;
  padding-right: 15px;
  /*color: white;*/
  text-decoration: none;
  color: salmon;
}

.concept-table-of-content a:hover {
  background:#999;
  color: black;
}

.content {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.concept {
  width: 900px;
  height: auto;
}

.storyboard {
  width: 960px;
  height: 1240px;
}

.conceppt-sketch {
  margin-top: 15px
}


