ul{
	list-style-type: none;
}

#all{
	text-decoration: none;
	color: #000;
	font-style: none;

}

li{

}

html, body{
	width: 100%;
	margin: 0;
}

*{
	cursor: pointer;
}

#container{
	left: 0;
	right: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;

}

.circle_container{
	height:500px;
	/*position: absolute;*/

}

a {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 10pt;
  color: #ffb300; }

#scene
{	
	position: relative;
}

#word
{
	margin: auto;
	position: absolute;
	width: 580px;
	height: 210px;
	top: 0; left: 60px; bottom: 0; 

	padding-top: 5px;
}

h1
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 100px;
	color: #ffb300;
	margin-bottom: 0px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

hr
{
	width: 70px;
	height: 6px;
	background-color: #ffb300;
	border: none;
	margin-left: 0;
	margin-bottom: 30px; 

}

#word h2
{
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-style: italic;;
	font-size: 25px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 40px;
	padding: 0;
	margin-top: 0px;

}