@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: Neutra;
    src: url(font/NeutraText-Book.otf);
}

@font-face {
    font-family: Neutra-bold;
    src: url(font/NeutraText-Bold.otf);
}

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

body {
    font-family: 'Neutra', sans-serif;
	font-size: 14pt;
	
    color: Black;
}

p {
    line-height: 3em;
    margin: 0;
}

h1, h2, h3 {
    margin-top: 1%;
}

h1 {
    font-size: 28pt; //1.8em;
    font-weight: 300;
    line-height: 1.5em;
}

h2 {
    font-size: 18pt;
    font-weight: 300;
    line-height: 1.5em;
}


a, a:hover, a:visited {
    text-decoration: none;
    color: #ff8a18; //#D05338; //DodgerBlue;

    -moz-transition: color .25s ease, margin .25s ease;
	-webkit-transition: color .25s ease, margin .25s ease;
	-o-transition: color .25s ease, margin .25s ease;
	-ms-transition: color .25s ease, margin .25s ease;
	transition: color .25s ease, margin .25s ease;
}

a:hover {
    color: Grey;
}

.container {
    width: 100%;
    text-align: center;
}

.message {
    color: #999;
    margin: 100px 50px;
}

.emphasis {
    color: #333;
}
