@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a {text-decoration:none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
html {
	background:#000!important;
}
body {
	line-height: 1;
	background:#222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: Dist;
	src: url('../fonts/DistProTh.otf');
}

/* HTML ELEMENTS */
body {
	background:#222;
	color:#000;
	font-size:1em;
	line-height:1em;
	margin:0;
	padding:0;
    background:url(../images/neb.jpg);
}
.wrapper {
    position:absolute;
	width:100%;
	z-index:10;
}
header {
	margin:0em auto 0em auto;
	padding:6em 0 10em 0;
	
	background-attachment:fixed;
	border-bottom:1px solid #000;
}
.title {
	margin:0 auto 0 auto;
	padding:7em 0 7em 0;
}
.logo {
	width:150px;
	margin:0 auto;
	display:block;
}
header h1 {
	font-family: Raleway;
	font-weight:100;
	text-align:center;
	font-size:3em;
	color:#fff;
	margin:1.25em 0 .75em 0;
	text-shadow:0px 2px 2px rgba(0,0,0,.3);
	letter-spacing:15px;
}
header h2 {
	font-size:1.25em;
	margin:2.5em 0 2.25em 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
	font-style:italic;
	text-align:center;
	line-height:1em;
	color:#fff;
	text-shadow:0px 1px 0px rgba(0,0,0,.25);
	letter-spacing:2px;
}
section {
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
section h1 {
	font-size:2em;
	color:#fff;
	text-shadow:0px 1px 1px rgba(0,0,0,.45);
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	padding:0 0 0 0;

}
section h2 {
	font-size:1.25em;
	color:#6c9bd1;
	text-shadow:0px 1px 1px rgba(0,0,0,.05);
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	padding:2em 0 0 0;
}
section p {
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:.85em;
	line-height:1.55;
	color:#fff;
}
footer {
	background:#222;
	color:#fff;
	margin:0 auto 0 auto;
	padding:3em 0;
}
nav {
	background:rgba(255,255,255,1);
	box-shadow:inset 0px -50px 40px -30px rgba(0,0,0,.15), 0px 1px 15px 0px rgba(0,0,0,.15);
	border-radius:0px;
	font-size:1em;
	height:40px;
	line-height:40px;
	margin:0 auto;!important
	text-align:center;
	width:700px;
	font-family: 'Open Sans', sans-serif;
	z-index:10000;
	opacity:.95;
	display:block;!important
}
nav ul {
	list-style:none;
	margin:0;
	width:700px;
	text-align:center;
}
nav li {
	display:inline;
	margin:0;
}
nav a:link, nav a:active, nav a:visited {
	color:#111;
	display:inline-block;
	padding:0 1em;
	text-decoration:none;
	text-shadow:0px 1px rgba(255,255,255,.5);
	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
nav a:hover {
	background:rgba(0,0,0,.09);
	border-radius: 0px 0px 0px 0px;
}

/* CUSTOM SECTIONS */

.intro {
	padding:3em 0 0 0;
	margin:0 auto 0 auto;
	width:700px;
	color:#fff;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:.85em;
	line-height:1.5;
}
.content {
	padding:7em 0;
	margin:0 auto;
	width:700px;
}
.content p {
	padding-top:1em;
}

#about {
	background:#222;
}
.image {
    position:relative;
    right:0px;
}
#about h1, .about p {
	color:#fff;
}
#contact {
	background:#eee;
	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
#contact h1, .contact p {
	color:#111;
}
#portfolio {
	background:#fff;
}
#portfolio h1, .portfolio p {
	color:#111;!important
}
#music {
	background:#000;
}
#music h1, .music p {
	color:#fff;
}
/*.scroll, .scroll2, .scroll3, .scroll4, .scroll5, .scroll6 {
	height:75px;
	box-shadow:inset 0px 0px 75px rgba(0,0,0,.75);
}
.scroll {
	background:url(../images/neb.jpg);
	background-attachment:fixed;
	height:400px;!important
}
.scroll2 {
	background:url(../images/paint.jpg);
	background-attachment:fixed;
}
.scroll3 {
	background:url(../images/chi.jpg);
	background-attachment:fixed;
}
.scroll4 {
	background:url(../images/floor.jpg);
	background-attachment:fixed;
}
.scroll5 {
	background:url(../images/tri2.jpg);
	background-attachment:fixed;
}
.scroll6 {
	background:url(../images/neb.jpg);
	background-attachment:fixed;
}*/
#sticky {
	margin:0 auto;
}
/* FORM */
form {
	font-weight:100;
	font-family: 'Open Sans', sans-serif;
	padding:1em 0 0 0;
	margin: 0 auto;
	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
label {
	font-size:.85em;
	color:#333;
	width:76px;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin-top:1.65em;
	font-family: 'Open Sans', sans-serif;
}
input {
	font-size:.85em;
	width:217px;
	display:inline-block;
	height:20px;
	padding:.5em;
	margin:1em 0em 0em 1em;
	background:#fff;
	border:1px solid #eee;
	box-shadow:inset 0px 0px 8px 1px rgba(0,0,0,.020);
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	border-radius:5px;
	
  	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
input:hover, input:focus {
	background:#fff;
}
input:focus {
	border:1px solid #6c9bd1;
	outline:none;
}
#submit {
	width:100px;
	padding:.5em;
	margin:2em 0 0 0;!important
	height:35px;!important
	display:block;
	cursor:pointer;
	background:#6c9bd1;
	color:#fff;	
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:.85em;
	box-shadow:inset 0px -50px 40px -30px rgba(0,0,0,.05), 0px 0px 7px 1px rgba(0,0,0,.1);
	border-radius:5px;

}
#submit:hover {
	background:#4b719d;
	box-shadow:0px 0px 7px 1px rgba(0,0,0,.1);
}
textarea {
	font-size:.85em;
	width:585px;
	height:75px;
	padding:.5em;
	margin:1em 0 0em 1em;
	vertical-align:middle;
	resize:vertical;
	background:#fff;
	border:1px solid #eee;
	box-shadow:inset 0px 0px 8px 1px rgba(0,0,0,.020);
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	border-radius:5px;

	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
textarea:hover, textarea:focus {
	background:#fff;
}
textarea:focus {
	border:1px solid #6c9bd1;
	outline:none;
}
div.error {
    color:red;
	display:block;
	position:relative;
	width:220px;
	font-size:.85em;
	margin:1em 0em 0em 93px;
	
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
input.error {
	border:1px solid red;
	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}

/* GALLERIA */

#galleria {
	width:700px; 
	height:510px;
	margin-top:2em;
	padding:0;
}
.galleria-container {
    background:none;
	margin:0;!important
	padding:0;!important
}
.galleria-stage {
	width:700px;
	height:350px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-top: 5.5em;
	padding-bottom: 6em;
}
.galleria-images {
}
.galleria-thumbnails .galleria-image {
	border:none;
	margin:0px !important;
}
.galleria-thumbnails-container {
	height:40px;
	bottom:0px !important;
	left:0px;
}
.galleria-thumbnails .galleria-image {
	background:white;
}
.galleria-info {
	width:100%;
	top:0!important;
	left:0!important;
	background:none!important;
	color:#111!important;
	font-family: 'Open Sans', sans-serif!important;
}
.galleria-info-text {
	background:none!important;
	padding:0!important;
}
.galleria-info-title {
	font-size:1.25em;
	color:#6c9bd1;
	text-shadow:0px 1px 1px rgba(0,0,0,.15);
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	padding:0 0 0 0;
}
.galleria-info-description {
	font-size:.85em;
	padding-top:.5em;
	font-family: 'Open Sans', sans-serif!important;
	font-weight:100;
	color:#333!important;
	font-style:normal!important;
}

/* RANDOM SRY */

.sc {
	padding-top:3em;
}
button {
	border:0;
	width:150px;
	margin-top:2em;
	padding:.5em;
	height:35px;
	display:block;
	cursor:pointer;
	background:#6c9bd1;
	border:none;
	outline:none;
	color:#fff;	
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:.85em;
	box-shadow:inset 0px -50px 40px -30px rgba(0,0,0,.05), 0px 0px 7px 1px rgba(0,0,0,.1);
	border-radius:5px;
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
button:hover {
	background:#4b719d;
	box-shadow:0px 0px 7px 1px rgba(0,0,0,.1);
}
#top {
}
#fade {
	display:none;
}
#sc-widget {
	margin-top:2em;
}
.social {
	width:50px;
	height:50px;
	opacity:.15;
	margin:0 1.5em;
	text-align:center;
	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
.social:hover {
	opacity:.95;
	background:#6c9bd1;
}
.social-container {
	margin:0 auto;
	text-align:center;
}
footer p {
	color:#444;
	font-family: 'Open Sans', sans-serif;
	padding:2em 0;
}
textarea.error { 
	border: 1px solid red; 
}
#success {
	display:none;
	margin-top:2em;
	font-size:.85em;
	padding:2em;
	color:white;
	background:#6c9bd1;
	line-height:1.5;
	border-radius:5px;
}
.face, .twit, .sound, .drib {
	background:#444;
	width:50px;
	height:50px;
	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
.face:hover {
	background:#47639e;
}
.twit:hover {
	background:#00abf0;
}
.sound:hover {
	background:#ff7006;
}
.drib:hover {
	background:#ce336b;
}

/* STAR FIELD */

.star {
	background:white;
	position:absolute;
	height:2px;
	width:2px;
	border-radius:2px;
	z-index:8;
}
.skills {
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight:100;
	font-size:.85em;
    margin-top:1.5em;
}
table.skills td {
    vertical-align: middle;
    padding-right:1em;
}
.icon {
    width:32px;
    padding-bottom:1em;
}
