	@import url(http://fonts.googleapis.com/css?family=Lato);
	@import url(http://fonts.googleapis.com/css?family=Codystar);
	@import url(http://fonts.googleapis.com/css?family=Righteous);
	@import url(http://fonts.googleapis.com/css?family=Raleway);
	@import url(http://fonts.googleapis.com/css?family=Cardo:400,700);



body{
    background: url("/images/bg/1280.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html,body
{
    width: 100%;
    height: 100%;
}
body
{
    /*background-color: #50a79e;*/

}
a, a:hover,a:visited,a:active
{
    text-decoration: none;
}
canvas
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

#contents
{
    position: relative;
    z-index: 1000;

    height: 0;

    text-align: center;

    opacity: 0;
}


#wrapper
{
    position: relative;

    width: 100%;
    height: 100%;
}

#resume
{
    max-width: 800px;
    padding: 30px;
    padding-top: 50px;
}

#resume,#contact,#portfolio
{
    font-family: 'Cantarell',sans-serif;
    line-height: 1.3em;

    z-index: 1000;

    display: none;

    margin: 0 auto;

    text-align: left;

    color: #444;
    border-radius: 10px;
}


#portfolio
{
    display: block;
    visibility: hidden;
}

#contact
{
    padding-top: 100px;
}

#resume h2
{
    font-family: 'Raleway',sans-serif;
    font-size: 1.5em;

    color: #f4f6f5;
            text-shadow: 0 2px 1px rgba(42,119, 138, 1);

    -webkit-text-shadow: 0 2px 1px rgba(42,119, 138, 1);
       -moz-text-shadow: 0 2px 1px rgba(42,119, 138, 1);
        -ms-text-shadow: 0 2px 1px rgba(42,119, 138, 1);
         -o-text-shadow: 0 2px 1px rgba(42,119, 138, 1);
}
#resume h2.leftFloat
{
    display: inline-block;
    float: left;

    width: 50%;
}
span.rightFloat
{
    display: inline-block;
    float: right;

    margin-right: 20px;

    text-align: right;
}

span.rightFloat a,span.rightFloat a:visited
{
    padding: 3px 6px;

    text-decoration: none;

    /*color: #41978b;*/
    /*color: #f4f6f5;*/
    color: #fff;
    border: 2px solid #f4f6f5;
    border-radius: 5px;
}
span.rightFloat a:active,span.rightFloat a:hover,span.rightFloat:hover
{
    text-decoration: none;

    color: #50a79e;
    background-color: #f4f6f5;
}



h3
{
    font-size: 1.2em;
}

h2,h3
{
    margin-top: 30px;
    margin-bottom: 10px;
}
ul
{
    margin-top: 0;

    list-style-type: none;
}

.paragraph
{
    clear: both;

    margin: 0 10px;
    padding: 20px 10px;

    border-radius: 10px;
    background-color: #f4f6f5;
    -webkit-box-shadow: inset 0 0 3px 2px rgba(50, 50, 50, .3);
       -moz-box-shadow: inset 0 0 3px 2px rgba(50, 50, 50, .3);
            box-shadow: inset 0 0 3px 2px rgba(50, 50, 50, .3);
}


ul li
{
    margin: 5px 0 5px 20px;
}
.year
{
    display: inline-block;

    width: 120px;
    margin-right: 10px;

    text-align: center;

    color: #f4f6f5;
    border-radius: 5px;
    background-color: #31bb9e;
}
ul h3
{
    font-size: 1.2em;

    margin: 0;
    padding: 0;

    color: #16b59f;
}

#code, #skills, #apps
{
    display: inline-block;

    width: 250px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;

    vertical-align: top;
}


.push
{
    display: inline-block;

    margin-left: 135px;

    color: #999;
}

/*contact.html*/
#contact
{
    width: 600px;
}

#contact div
{
    text-align: center;

    color: #f4f6f5;
}


button, input, select, textarea
{
    font-family: inherit;
    font-size: 100%;
   /*-webkit-appearance: none;*/
}

input, textarea, select, button
{
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
       -moz-box-sizing: border-box; /* For all Gecko based browsers */
            box-sizing: border-box;
    width: 150px;
    margin: 0;
}

#mailform
{
    font-size: 90%;

    padding: 20px;

    text-align: center;
}
#mailform div
{
    margin: 10px;
}

#jampot
{
    display: none;
}

#mailform input[type='text'], input[type='email'],textarea
{
    padding: 5px;
    color: white;
    border: 2px solid #f4f6f5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    /*background-color: #50a79e;*/
    background-color: transparent;

        -ms-border-radius: 5px;
         -o-border-radius: 5px;
  /*min-height:31px;*/
  /*width:100%;*/
}
#email,#name,#comp
{
    width: 300px;
}

#message
{
    min-width: 350px;
    height: 180px;
}


.submit
{
    font: inherit;
    line-height: 18px;

    display: inline-block;

    margin-bottom: 0;
    padding: 5px 15px;
    padding: 4px 10px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;

    color: #f4f6f5;
    border: 2px solid #f4f6f5;
    border-color: -webkit-box-shadow: rgba(255, 255, 255, .2) 0 1px 0 inset, rgba(0, 0, 0, .0470588) 0 1px 2px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: inherit;
    -moz-box-shadow: rgba(255, 255, 255, .2) 0 1px 0 inset, rgba(0, 0, 0, .0470588) 0 1px 2px;
         box-shadow: rgba(255, 255, 255, .2) 0 1px 0 inset, rgba(0, 0, 0, .0470588) 0 1px 2px;

     -ms-box-shadow: rgba(255, 255, 255, .2) 0 1px 0 inset, rgba(0, 0, 0, .0470588) 0 1px 2px;
      -o-box-shadow: rgba(255, 255, 255, .2) 0 1px 0 inset, rgba(0, 0, 0, .0470588) 0 1px 2px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
}

::-webkit-input-placeholder
{ /* WebKit browsers */
    color: #66d6ca;
}
:-moz-placeholder
{
    opacity: 1; /* Mozilla Firefox 4 to 18 */
    color: #66d6ca;
}
::-moz-placeholder
{
    opacity: 1; /* Mozilla Firefox 19+ */
    color: #66d6ca;
}
:-ms-input-placeholder
{ /* Internet Explorer 10+ */
    color: #66d6ca;
}
#contact *:focus
{
    outline: 0;
}

#mailform input:focus,textarea:focus
{
    border-color: #96f0e5;
}

.submit:hover
{
    background-color: #3b6e75;
}

#add
{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-align: center;

    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
}

#add span
{
    display: block;

    margin: 20px;

    text-align: center;

    color: #f4f6f5;
}

#add span a
{
    padding: 5px 15px;

    border: 2px solid #f4f6f5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

        -ms-border-radius: 5px;
         -o-border-radius: 5px;
}

#add span a,#add span a:visited
{
    color: #f4f6f5;
}

#add span a:hover,#add span a:active
{
    color: #96f0e5;
    border-color: #96f0e5;
}

#add span a
{
    -webkit-transition: color .5s ease-out, border-color .5s ease-out; /* Saf3.2+, Chrome */
       -moz-transition: color .5s ease-out, border-color .5s ease-out; /* Firefox 4+ */
        -ms-transition: color .5s ease-out, border-color .5s ease-out; /* IE10+ */
         -o-transition: color .5s ease-out, border-color .5s ease-out; /* Opera 10.5+ */
            transition: color .5s ease-out, border-color .5s ease-out;
}

#thankyou
{
    display: none;
}


#portfolio
{
    /*padding: 20px 0;*/
    padding-top: 100px;

    letter-spacing: 0;

    color: #fff;
	/*text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;*/
}
#slidewrapper{ height: 520px;}
#portNav{ width: 320px;}


#slidewrapper
{
    width: 100%;

    background-color: #fff;
}

#portNav
{
    z-index: 100;

    float: left;


    height: 100%;
}



.slideContainer
{
    position: relative;
    z-index: 100;

    overflow: hidden;

    width: 100%;
    height: 100%;

	/*display: none;*/
    color: #666;
    -webkit-box-shadow: inset 0 -8px 8px -8px #666, inset 0 8px 8px -8px #666;
       -moz-box-shadow: inset 0 -8px 8px -8px #666, inset 0 8px 8px -8px #666;
            box-shadow: inset 0 -8px 8px -8px #666, inset 0 8px 8px -8px #666;
}


#portNav ul.custom-navigation li.top
{
    margin-bottom: 20px;
    padding: 0 15px;

    color: #50a79e;
    border: solid 2px #50a79e;
    -webkit-border-radius: 18px 5px 18px 5px;
       -moz-border-radius: 18px 5px 18px 5px;
            border-radius: 18px 5px 18px 5px;

        -ms-border-radius: 18px 5px 18px 5px;
         -o-border-radius: 18px 5px 18px 5px;
}

#portNav ul.custom-navigation
{
    font-size: .9em;
    line-height: 2;

    float: none;

    height: 100%;
    padding: 30px;

    border: none;
}
#portNav ul.custom-navigation li a
{
    margin: 5px 0 5px 10px;
    padding: 3px 15px;
    background-color: #50a79e;


    color: white;
    -webkit-border-radius: 18px 5px 18px 5px;
       -moz-border-radius: 18px 5px 18px 5px;
            border-radius: 18px 5px 18px 5px;

        -ms-border-radius: 18px 5px 18px 5px;
         -o-border-radius: 18px 5px 18px 5px;
}

#portNav ul.custom-navigation li a,#portNav ul.custom-navigation li a:visited
{
    background-color: #50a79e;
}

#portNav ul.custom-navigation li a:hover,#portNav ul.custom-navigation li a:active
{
    background-color: #96f0e5;
    /*border-color: #96f0e5;*/
}


#portNav ul.custom-navigation li a
{
    -webkit-transition: background-color .5s ease-out; /* Saf3.2+, Chrome */
       -moz-transition: background-color .5s ease-out; /* Firefox 4+ */
        -ms-transition: background-color .5s ease-out; /* IE10+ */
         -o-transition: background-color .5s ease-out; /* Opera 10.5+ */
            transition: background-color .5s ease-out;
}

.slidesjs-slide
{
    height: 100%;
}
#slides
{
    z-index: 1;

    height: 100%;
}

.slidesjs-control
{
    height: 100%;
}
.slideClass
{
    z-index: 1;

    overflow: visible;

    width: 100%;
    height: 100%;
}
.slidesjs-container
{
    height: 100%;
}

#slides a:link,
    #slides a:visited
{
    color: #50a79e;
}

#slides a:hover,
    #slides a:active
{
    color: #96f0e5;
}

.txt
{
    font-size: .9em;
    line-height: 1.5;

    margin-top: 10px;
    margin-right: 60px;
    margin-left: 20px;
    padding: 3px 10px;
}
.exp
{
    position: absolute;
    top: 50%;

    max-height: 600px;
    margin-top: -150px;
	/*border: 1px solid #000;*/
    margin-left: 50%;
    padding: 15px 10px 20px 10px;
}

.exlink
{
    display: block;

    margin: 10px 0;

    text-align: right;
}

#portfolio #slides .exlink a
{
    padding: 4px;

    margin:3px;
    color: #50a79e;
    border: solid 1px #50a79e;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

        -ms-border-radius: 5px;
         -o-border-radius: 5px;
         /*display: table-cell;*/
	/*line-height: 2.0;*/
    white-space: nowrap;
}

#portfolio #slides .exlink a:hover
{
    color: #fff;
    background-color: #50a79e;
}


#portfolio h2
{
    display: inline-block;

    margin: 5px;
    padding: 5px 10px;

    vertical-align: top;

    background-color: #50a79e;
    color: white;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
}

.slideClass{
	background-repeat: no-repeat;
	background-position: left 60%;
}

#slide1{
    background-image: url('/images/mysite_sm.png');
}


#slide2{
    background-image: url('/images/ar_sm.jpg');
}

#slide3{
	background-image: url('/images/webapp_sm.png');
}


#slide4{
	background-image: url('/images/ccp_sm.png');
}




#slide5{
	background-image: url('/images/nodestripe_sm.png');
}

#slide6{
	background-image: url('/images/zengarden_sm.png');
}

.error{
}


.exp{
	background-color: rgba(255,255,255,0.8);
	 -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/
