body {
    background-color: #fafafa;
    font-family: Lato;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	height: 100%;
}

html {
	height: 100%;

}


h1, h2, h4, h5, h6 {
    font-family: Raleway;
    font-weight: 300;
    color: #333;
}

p {
    line-height: 22px;
    font-size: 15px;
	max-width: 970px;
  	padding-right: 15px;
  	padding-left: 15px;
	margin-right: auto;
  	margin-left: auto;
}

.centered {
    text-align: center;
}
.goright {
    text-align: right;
}
.mt {
    padding-top: 25px;
}
a {
    color: #16a085;
    word-wrap: break-word;
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}
a:hover, a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}
a:before, a:after {
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.menu {
    position: fixed;
    right: -200px;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 10;
    text-align: left;
}
.menu.menu-open {
    right: 0;
}
.menu-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    background: #f7f7f7;
    width: 210px;
    height: 100%}

.menu-links {
	padding-top: 20px;	
}
	
.menu a {
    margin-left: 20px;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.menu a:hover {
    color: #333333;
}
.menu a:active {
    color: #5971ab;
}
.menu a>i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25px;
    font-size: 14px;
    line-height: 40px;
    margin: -15px 2px;
}
.menu-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 14px;
    color: gray;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 10px;
    right: 0px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.menu-close:hover {
    color: #333333;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.body-push-toright {
    left: 200px;
}
.body-push-toleft {
    left: -200px;
}
.menu, .body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#menuToggle {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0, 0, 0, .25);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#menuToggle:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* header index*/

#headerwrap {
	background: url(../img/bg.png) center top;
	padding-top:170px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

#headerwrap h3 {
	font-size: 25px;
	color: white;
	font-weight:200;
}

#headerwrap tagline {
	color: #FFFFFF;
	line-height: 22px;
    font-size: 15px;
	font-weight: 100;
	padding-right: 100px;
	padding-left: 100px;
}

#headerwrap p {
	color: #fff;
	text-align:center;
	font-size:18px;
	padding: 0 10% 0 10%;
	line-height: 28px;
	font-weight: 100;
}

#headerwrap i {
	color: #fff;
	font-size: 20px;
	padding-right: 5px;
	
}


/* Header Portfolio */
#headerwrap-portfolio {
	background: url(../img/bg.png) no-repeat center top;
	padding-top:0;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	height: 80px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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


/* Intro Wrap */

#intro {
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 60px;
	color: #434343;

} 

#intro h1 {
	font-size: 80px;
	color: #434343;
}

#intro h5 {
	color: #434343;
}

#intro p {
	color: #434343;
	text-align:center;
	font-size:18px;
	padding: 0 5% 0 5%;
	line-height: 28px;
}

#intro i {
	color: #434343;
	font-size: 20px;
	padding-right: 8px;
	vertical-align: middle;
}


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

#skillswrap h5, p {
	color: white;
}

#footwrap {
	background: #2f2f2f;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footwrap p {
	color: white;
	padding-top: 5px;
}

#footwrap h5 {
	color: white;
}


#footwrap t {
	font-weight: 700;
}

#footwrap i {
	margin-top: -20px;
	color: #FFF;
}


/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white;
}



/* Global Values */

.desc {
	padding-top: 50px;
	margin: 0 auto;
	align-content:center;
	max-width: 850px;
}

.desc p {
	color: #1f1f1f;
	padding-bottom: 20px;
	line-height: 22px;
    font-size: 15px;
}

.desc t {
	color: #34495e;
}

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

.desc i {
	padding-left: 0px;
}

.desc li {
	line-height: 22px;
    font-size: 15px;
	color: #1f1f1f;
}


.desc more {
	color: #1f1f1f;
	line-height: 22px;
    font-size: 15px;
}



sm {
	font-size: 13px;
	color: #434343;
}

resume {
	font-size: 12px;
	color: #fff
}


/* Gallery */
.gallery {
	margin-top: 30px;
}

.gallery img:hover {
	opacity: 0.4;
}

.container-portfolio {
	padding: 0 20px 0 px;
}

.mt {
	margin-top: 40px;
}

.mb {
	margin-bottom: 40px;
}