/** FONTS **/
@font-face {
	font-family: Fugue;
	src: url(fugue_regular.otf);
}

/** GENERAL STUFF **/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
background-color:#FFFFFF;
color:#000000;
font-family: Fugue ,Arial, Verdana,Geneva,sans-serif;
}

a{
	color: #000000;
}    /* unvisited link */
a:visited {color:#000000;}   /* visited link */
a:hover {color:#ff9900 ;}     /* mouse over link */

/** GENERAL ELEMENTS **/

/** INDEX PAGE MAIN **/
#main-content {
}

.title{
	padding: 100px 0 0 100px;
	font-size: 3.6em;
}

.text {
	font-size: 1.8em;
	padding: 0 0 100px 100px;
	position: absolute;
	bottom: 0px;
}
@media only screen and (min-width: 1025px) and (max-height: 750px) {
	.text {
		position: relative;
		top:100px;
	}
}

.orange a{
	color:#ff7700;
	text-decoration: none;
}

.orange a:hover {color:#ff9900 ;}     /* mouse over link */

.nolink a{
	text-decoration: none;
}

.nolink a:hover {color:#000000 ;}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}