body {
	background-color: #B57FE8;
}

#wrap {
	background-color: #7FA9E8;
	width: 1200px;
	margin: 0 auto;
	right: 50px;
}

hr {
	margin-bottom: 110px;
	width: 50%;
	border: 1px solid #B57FE8;
}

/*--------------------------- Heading -----------------------------*/

header {
	width: 600px;
	margin: 0 auto;
}

#Title {
	height: 275px;
	width: 600px;
	color: white;
}

.How {
	font-family: "Cairo";
	font-weight: 400;
	font-size: 4em;
	text-align: center;

	margin: 0;
	width: 250px;
	position: relative;
	left: 30px;
}

.Tie {
	font-family: "Petit Formal Script";
	font-size: 9em;
	text-align: center;

	width: 250px;
	height: 150px;
	margin: 0;
	position: relative;

	left: 110px;
	bottom: 50px;
}

.Shoes {
	font-family: "Cairo";
	font-weight: 400;
	font-size: 4em;
	text-align: center;

	margin: 0;
	width: 350px;
	position: relative;

	bottom: 85px;
	left: 150px;
}

/*-------------------------- Navigation ----------------------*/
#NavLinks li {
	list-style: none;
	width: 150px;
	height: 35px;
	margin: 10px;
	background-color: #B57FE8;
	display: inline-block;

	font-family: "Cairo";
	font-weight: 700;
	font-size: 1.1em;
	color: white;
	text-align: center;
}

#NavLinks a {
	display: inline-block;
	width: 150px;
	height: 35px;

	text-decoration: none;
	color: white;
}

#NavLinks a:hover {
	background-color: #DA7FE8;
}

#NavLinks a:link {
	box-shadow: 7px 7px 10px #888;
}

#NavLinks a:active {
	box-shadow: 1px 1px 10px #888;
}

/*------------------- History Section ------------------------*/

article {
	width: 900px;
	margin: 0 auto;
}

h2 {
	font-family: "Cairo";
	font-weight: 400;
	font-size: 2em;
	color: white;
	height: 1em;
}

.History {
	font-family: "Cairo";
	font-weight: 300;
	font-size: 1.3em;
	color: white;
	line-height: 1.4em;
}

blockquote {
	font-family: "Cairo";
	font-weight: 300;
	font-size: 1em;
	color: white;
}

cite a {
	text-decoration: underline;
	color: white;
}

/*----------------------- Knots Navigation ------------------------*/

#KnotsNav {
	width: 600px;
	height: 300px;
	margin: 0 auto;
	font-family: "Cairo";
	font-weight: 300;
	font-size: 1.5em;
	color: white;
}

.EasyContain {
	width: 175px;
	height: 175px;
	display: inline-block;
}

#overlay1 {
	position: relative;
	background: #B57FE8;
	text-align: center;
	opacity: 0;
	height: 175px;
	width: 175px;
	border-radius: 50%;
	-webkit- transition: opacity 5s ease;
	
	top: -154px;
}

.EasyContain:hover #overlay1 {
	opacity: .8;
}

#overlay1 a {
	text-decoration: none;
}

span {
	position: relative;
	font-family: "Cairo";
	font-weight: 400;
	font-size: 1em;
	color: white;
	top: 35%;
}

.EasyContain img {
	height: 175px;
	width: 175px;
	margin-bottom: -35px;
	border-radius: 50%;
}

.EasyTag p {
	text-align: center;
	font-weight: 400;
	top: -300px;
}

.StandardContain {
	width: 175px;
	height: 175px;
	margin-right: 30px;
	margin-left: 30px;
	display: inline-block;
}

#overlay2 {
	position: relative;
	background: #B57FE8;
	text-align: center;
	opacity: 0;
	height: 175px;
	width: 175px;
	border-radius: 50%;
	-webkit- transition: opacity 5s ease;
	z-index: 50;
	
	top: -154px;
}

.StandardContain:hover #overlay2 {
	opacity: .8;
}

#overlay2 a {
	text-decoration: none;
}

.StandardContain img {
	height: 175px;
	width: 175px;
	margin-bottom: -35px;
	border-radius: 50%;
}

.StandardContain a {
	box-shadow: 7px 7px 10px #888;
	width: 175px;
	height: 175px;
	display: inline-block;
	border-radius: 50%;
}

.StandardTag p {
	text-align: center;
	font-weight: 400;
}

.TightContain {
	width: 175px;
	height: 175px;
	display: inline-block;
}

#overlay3 {
	position: relative;
	background: #B57FE8;
	text-align: center;
	opacity: 0;
	height: 175px;
	width: 175px;
	border-radius: 50%;
	-webkit- transition: opacity 5s ease;
	z-index: 50;
	
	top: -154px;
}

.TightContain:hover #overlay3 {
	opacity: .8;
}

#overlay3 a {
	text-decoration: none;
}

.TightContain img {
	height: 175px;
	width: 175px;
	margin-bottom: -35px;
	border-radius: 50%;
}

.TightContain a {
	box-shadow: 7px 7px 10px #888;
	width: 175px;
	height: 175px;
	display: inline-block;
	border-radius: 50%;
}

.TightTag p {
	text-align: center;
	font-weight: 400;
}

/*------------------------------------ Knot How-To's ----------------------------*/

#HowTo h2 {
	height: 100px;
	font-weight: 900;
	font-size: 3em;
	color: white;
}

#HowTo li {
	font-family: "Cairo";
	font-weight: 700;
	font-size: 2em;
	color: #B57FE8;
	margin-bottom: 100px;
	height: 150px;
}

#HowTo p {
	font-weight: 300;
	font-size: .6em;
	color: white;
	margin-top: -5px;
}

#HowTo img {
	display: inline-block;
	float: right;
	border-radius: 20px;
	margin-left: 20px;
}