/* GENERAL */

html, body {
 margin: 0;
 padding: 0;
 position: relative;
}

@font-face {
	font-family: '33535gillsansmt';
	src: url('../fonts/33535gillsansmt/33535gillsansmt.eot'), url('../fonts/33535gillsansmt/33535gillsansmt.woff') format('woff'), url('../fonts/33535gillsansmt/33535gillsansmt.ttf') format('truetype');
}


body {
 background-color: white; 
 font-family: "Gill Sans" , "Gill Sans MT", "33535gillsansmt", Helvetica, Arial, sans-serif;
 min-width: 1024px;
}

a{
	text-decoration: none;
	cursor: pointer;
}


/* HEADER */

header{
	width: 100%;
	position: fixed;
	font-weight: lighter;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	height: 90px;
	background-color: #fff;
	z-index: 999999;
	min-width: 1024px;
	top: 0;
}

header nav div {
	/* margin-top: -52px; */
}

header a {
	color: #000;
	letter-spacing: 2px;
}


header nav {
	padding: 15px 15px 0;
	position: relative;
}


header nav > a:first-of-type{
	position: absolute;
	display: block;
}


header nav > a:first-of-type img{
	width: 200px;
}




header nav > div{
	position: absolute;
	/* top: 70px; */
	right: 0px;
}


header nav ul li:hover > a {
	color: #777;
}

header nav ul li:hover > a.blueColor {
	color: #4cf6fa;
}



header nav ul {
	padding: 0 20px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	
header nav ul li {
	float: left;
}

header nav ul li a {
	display: block; 
	padding: 10px 20px;
	text-decoration: none;
}


header nav ul li:nth-of-type(n+6) a {
	display: block; 
	padding: 10px 8px;
	text-decoration: none;
}

header nav ul li:nth-of-type(n+7) a img {
	margin-top: -4px;
}

header nav ul li:nth-of-type(7) a{
	margin-left: 30px;
}

header nav ul li:nth-of-type(n+7) a:hover img{
	opacity: 0.7;
}



/* BIG TITLE */

section  h1{
	text-align: center;
	color: #000;
	font-weight: 200;
	top: 230px;
	font-size: 32px;
}



/* MINI HEADER */

div#miniHeader{
	width: 100%;
	height: 30px;
	background-color: white;
	position: fixed;
	top:0;
	left: 0;
	text-align: center;
	z-index: 9999999;
}

div#miniHeader a{
	color: #000;
}

div#miniHeader a img{
	width: 20px;
	margin: 7px 0 0;
}

.blueColor{
	color: #2ad4e8;
}

.normal {
	font-weight: normal;
}

.justify{
	text-align: justify;
}

