body {
	background-color: #28BDEF;/*	font-family: 'Lato', sans-serif;*/
	font-family: 'Handlee', Verdana;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {/*	font-family: 'Lato', sans-serif;*/
	font-family: 'Handlee', Verdana;
    font-weight: 700;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #1597e2;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #076dad;
    text-decoration: none;
	text-decoration:underline;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*---------------------------------------------------
	3.1 Topbar
---------------------------------------------------*/

#section-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	overflow: visible;
	font: normal 16px/24px 'Handlee', Verdana;
-webkit-box-shadow: 0px 0px 10px #000000;
-moz-box-shadow: 0px 0px 10px #000000;
box-shadow: 0px 0px 10px #000000;
}

#section-topbar a {
  color: #333;
}

#topbar-inner {
	background: #333;
	line-height: 0;
	text-align: center;
}

/*
	Top Bar

	By default, top navigation bar uses "fixed" position
*/
#section-topbar ul#nav {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border-right: 1px solid #222;

	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}

#section-topbar ul#nav > li {
	display: block;
    float: left;
    padding: 0;
}


#section-topbar ul#nav p {
	margin-bottom: 0px;
}
#section-topbar ul#nav a {
  display: block;
  font: normal 11px/18px;
  text-decoration: none;
  padding: 10px 10px 10px;
  border-left: 1px solid #222;
  
}
	#section-topbar ul#nav a:hover {
	  background: #222;
	  text-decoration: none;
	  border-left: 1px solid #111;
	}

	#section-topbar ul#nav .active a {
		background: #44bbaa;
		border-left: 1px solid #111;
	}

		#section-topbar ul#nav .active a:hover {
			background: #28BDEF;
		}
#section-topbar i {
	font-size: 25px;
}

/*---------------------------------------------------
	SECTION WRAPS
---------------------------------------------------*/

/* Header Wrap */
#headerwrap {
	background: url(../img/bg_branco.png) center top no-repeat #28BDEF;
	margin-top: 47px;
	padding-top:55px;
	text-align:center;
	min-height: 450px;
	width: 100%;
}

#headerwrap h1 {
	font-size: 80px;
	color: white;
}

#headerwrap h3 {
	font-size: 20px;
	color: white;
}

/* Intro Wrap */

#intro {
	background:#333;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
} 

#intro h5, p {
	color: white;
}

#intro i {
	color: white;
	font-size: 20px;
	padding-right: 8px;
	vertical-align: middle;
}
#intro #photo {
	background:#FF00FF;
	height:100px;
	width:100px;
}

#skillswrap {
	background: #333;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
}

#skillswrap h5, p {
	color: white;
}

#footwrap {
	background: #333;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footwrap p {
	color: white;
}
#footwrap p a i{
	color: #28BDEF;
}

#footwrap h5 {
	color: white;
}


#footwrap t {
	font-weight: 700;
}

#footwrap i {
	padding-right: 8px;
	color: #28BDEF;
}

/* Global Values */
body{
	background-color:#fff
}
.desc {
	padding-top: 50px;
	background-color:#fff
}

.desc p {
	color: #34495e;
}

.desc t {
	color: #28BDEF;
	font-weight: 700;
	font-size:105%;
}

.desc imp {
	padding: 6px;
	color: white;
	background: #333;
}

.desc more {
	color:#666;
}


sm {
	font-size: 12px;
}

/* animation */
#nome_ricardo {
  background: url(../ricardo_ninja.png) no-repeat;
}
#nome_ricardo img{
	width:100%;
}
#ninja_ricardo {
  background: url(../logo_ninja.png) no-repeat;
}

#ninja_ricardo img{
	width:100%;
}