.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}
.hwords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 
	font-weight:bold;
	color: #A14C25;
}
.linkfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #BB0000;
}
.courses {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #A30307;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.sollics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}
a.sollicslink:link {
	color: #999999;
	text-decoration: none;
}
a.sollicslink:visited {
	text-decoration: none;
	color: #999999;
}
a.sollicslink:hover {
	text-decoration: none;
	color: #C94E03;
}
a.sollicslink:active {
	text-decoration: none;
	color: #999999;
}
a.sublink:link {
	color: #BB0000;
	text-decoration: none;
}
a.sublink:visited {
	text-decoration: none;
	color: #BB0000;
}
a.sublink:hover {
	text-decoration: none;
	color: #999999;
}
a.sublink:active {
	text-decoration: none;
	color: #BB0000;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #9E7E12;
}
.verychmaal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.sublinkkss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #E19D11;
}
a.sublinkin:link {
	color: #E19D11;
	text-decoration: none;
}
a.sublinkin:visited {
	text-decoration: none;
	color: #E19D11;
}
a.sublinkin:hover {
	text-decoration: none;
	color: #EE0D12;
}
a.sublinkin:active {
	text-decoration: none;
	color: #E19D11;
}.IMPORTNT {
	font-size: 12px;
	color: #FF0000;
}

nav {
	margin: 27px auto 0;

	position: relative;
	width: 857px;
	height: 50px;
	background-color: #1d1f1e;
	border-radius: 8px;
	font-size: 0;
}
nav a {
	line-height: 50px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
	cursor: pointer;
}
nav .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all .5s ease 0s;
	border-radius: 8px;
}
nav a:link {
  color: #fff;
  text-decoration: none;
}

a:nth-child(1) {
	width: 100px;
}
a:nth-child(2) {
	width: 120px;
}
a:nth-child(3) {
	width: 180px;
}
a:nth-child(4) {
	width: 90px;
}
a:nth-child(5) {
	width: 120px;
}
nav .start-home, a:nth-child(1):hover~.animation {
	width: 100px;
	left: 0;
	background-color: #303331;
}
nav .start-about, a:nth-child(2):hover~.animation {
	width: 120px;
	left: 100px;
	background-color: #303331;
}
nav .start-blog, a:nth-child(3):hover~.animation {
	width: 180px;
	left: 220px;
	background-color: #303331;
}
nav .start-portefolio, a:nth-child(4):hover~.animation {
	width: 90px;
	left: 400px;
	background-color: #303331;
}
nav .start-contact, a:nth-child(5):hover~.animation {
	width: 120px;
	left: 490px;
	background-color: #303331;
}

/*body {*/
/*	font-size: 12px;*/
/*	font-family: sans-serif;*/
/*	background: #2c3e50;*/
/*}*/
/*h1 {*/
/*	text-align: center;*/
/*	margin: 40px 0 40px;*/
/*	text-align: center;*/
/*	font-size: 30px;*/
/*	color: #ecf0f1;*/
/*	text-shadow: 2px 2px 4px #000000;*/
/*	font-family: 'Cherry Swash', cursive;*/
/*}*/

/*p {*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    color: #ecf0f1;*/
/*    font-family: 'Cherry Swash',cursive;*/
/*    font-size: 16px;*/
/*}*/

/*span {*/
/*    color: #2BD6B4;*/
/*}*/
