.title { 	
  color: #f9f2e0;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  transform: skewY(11deg);
  padding-top: 5%;
  font-size: 50px;
}

body{
  background-color: #f9f2e0;
}
.menu
{
 /* font-size: 50px;
  text-align: center;
  transform: skewY(-11deg);
  padding-top: 500px;
  position: absolute;
*/
font-size: 50px;
text-align: center;
  height: 500px;
  width: 100%;
  transform: skewY(-11deg);
  padding-top: 390px;
  position: fixed;
}

.menu ul
{
  list-style-type: none;
}

ul li
{
  display: inline-block;
  padding: 10px 30px;
}

.diagonal-box {
  height: 500px;
  width: 100%;
  background-color: #40125D;
  transform: skewY(-11deg);
  position: fixed;
} 
 
.diagcoverH {
  background-color: #40125D;
  height: 10%;
  width: 50%;
  position: fixed;
}

.diagcoverV {
  background-color: #40125D;
  height: 20%;
  width: 25%;
  position: fixed;
}



a:link {
  color: #d97f30;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #d97f30;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #bf3111 ;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #463973;
  background-color: transparent;
  text-decoration: none;
}
