html{
	font-family: 'Cormorant Infant', serif;
}
#bar{
	width:800px;
	height:5px;
	background:rgba(0,0,0,1.0);
}
/*
#bar2{
	width:5px;
	height:1783.5px;
	background:rgba(0,0,0,1.0);
	position: absolute;
	left:940px;
	top:30px;
	bottom:0px;
}
*/
#bar2{
	width:5px;
	height:1845px;
	background:rgba(0,0,0,1.0);
	float:right;
}

#circle {
	width: 100px;
	height: 100px;
	background:rgba(0,0,0,.6);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
#circle2 {
	width: 75px;
	height: 75px;
	background:rgba(0,0,0,.4);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
#circle3 {
	width: 50px;
	height: 50px;
	background:rgba(0,0,0,.4);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

p{
	text-align: center;

}
/*
#circle {
	width: 100px;
	height: 100px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
*/
.itis{
	font-size: 30px;
}
h1{
	font-size: 45px;
}
/*
#outer{
	position:relative;
	width:1000px;
	height:1850px;
	margin:0 auto;
	background:rgba(0,0,0,.5);
}
*/
#wrap{
	background:rgba(0,0,0,0.1);
	margin: 0 auto;
	width: 800px;
}

.intro{
	font-style: normal;
	font-weight: 700;
	width:400px;
	margin:0 auto;
	letter-spacing: 1px;
	line-height: 175%;
}
/*
.designer{
	position: absolute;
	font-style: italic;
	font-size: 20px;
	left:600px;
}
*/
.designer{
	text-align: right;
	font-style: italic;
	font-size: 20px;
}
#rectangle{
	width:70px;
	height:20px;
	background:rgba(0,0,0,1.0);
}
#rectangle2{
	width:143px;
	height:20px;
	background:rgba(0,0,0,.9);
}
#rectangle3{
	width:216px;
	height:20px;
	background:rgba(0,0,0,.8);
}
#rectangle4{
	width:289px;
	height:20px;
	background:rgba(0,0,0,.7);
}
#rectangle5{
	width:362px;
	height:20px;
	background:rgba(0,0,0,.6);
}
#rectangle6{
	width:435px;
	height:20px;
	background:rgba(0,0,0,.5);
}
#rectangle7{
	width:508px;
	height:20px;
	background:rgba(0,0,0,.4);
}
#rectangle8{
	width:581px;
	height:20px;
	background:rgba(0,0,0,.3);
}
#rectangle9{
	width:654px;
	height:20px;
	background:rgba(0,0,0,.2);
}
#rectangle10{
	width:727px;
	height:20px;
	background:rgba(0,0,0,.1);
}
#rectangle11{
	width:800px;
	height:20px;
	background:rgba(0,0,0,1.0);
}

.light{
	font-weight: 300;
}

.italiclight{
	font-style: italic;
	font-weight: 300;
}

.regular{
	font-weight: 400;
}

.italic{
	font-style: italic;
	font-weight: 400;
}

.medium{
	font-weight: 500;
}

.mediumitalic{
	font-style: italic;
	font-weight: 500;
}

.semibold{
	font-weight: 600;
}

.semibolditalic{
	font-style: italic;
	font-weight: 600;
}

.bold{
	font-weight: 700;
}

.bolditalic{
	font-style: italic;
	font-weight: 700;
}



