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

body{
  background-color: #dbe6e6;
  font-family: "Open Sans";
}

#world{
	position: absolute;
	width:100%;
	height: 100%;
  overflow:hidden;
}

.nav{
  position: absolute;
  width:400px;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, -50%);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  user-select: none;
}

.previous{
  position: absolute;
  left: calc(50% - 180px);
  width:120px;
  margin-right: 20px;
  border: 2px solid #5b9696;
  padding:6px;
  border-radius:4px;
}
.next{
  position: absolute;
  left: calc(50% + 20px);
  width:90px;
  margin-left: 20px; 
  border: 2px solid #5b9696;
  padding:6px;
  border-radius:4px;
}
.marker{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0%);
  font-size: 18px;
  padding:4px;
}
.step{
  
}
a{
  color: #5b9696;
  text-decoration: none;
}
a:hover{
  color: #5b6060;
}

.trigoText{
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

#trigCycle{
  position: absolute;
  left: 20px;
  top: 20px;
}

.expl{
  position: absolute;
  color: #5b9696;
  width:600px;
  left: 20px;
  top: 150px;
  line-height: 1.5;
  font-size: 12px;
  user-select: none;
}

.angle{
  color:#F00;
}

.formula{
  color:#401A07
}