html, body {
position: relative;
padding: 0;
margin: 0;
}

a {
text-decoration: none;
}

p a {
text-decoration: underline;
color: #323232;
}
p a:hover {
color: #f1ab27;
}

body {
font-family: 'Maven Pro', sans-serif;
font-weight: 400;
color: #323232;
font-size: 16px;
background-color: #DDDDDD;
background-image: url('../images/notebook.png');
background-attachment: fixed;
}

#wrapper {
width: 95%;
max-width: 1011px;
margin: 0 auto;
position: relative;
}

#navwrapper {
width: 95%;
max-width: 1011px;
margin: 0 auto;
}

#navigation {
height: 80px;
width: 100%;
position: fixed;
overflow: visible;
background-color: white;
text-align: right;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
letter-spacing: .5px;
z-index: 15;
}

nav ul{
list-style-type:none;
margin: 0;
padding-top: 47px;
}

nav li {
display: inline;
margin: 0 0 0 40px;
padding-bottom: 20px;
}

nav li a:hover{
color: #444444;
transition: color 0.4s linear;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
}

nav .active a{
color: #888888;
}

#logo_img {
float: left;
height: 60px;
margin: 10px 0px;
opacity: 1;
   transition: opacity .4s linear;
   -moz-transition: opacity .4s linear;
   -webkit-transition: opacity .4s linear;
}

#logo_img:hover {
opacity: .6;
}

a img {
    border: 0;
}

p {
margin: 0 0 25px 0;
line-height: 1.5em;
}

.space {
padding: 50px 0 0 0;
clear: both;
}

.head {
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: 400;
font-size: 60px;
letter-spacing: 3px;
margin: 45px 0 40px 0;
}

.abo {
color: #1c8c9b;
}
.por {
color: #d52f26;
}
.con {
color: #f1ab27;
}

.box {
width: 100%;
height: 50px;
margin: 0 auto;
margin-top: 60%;
padding: 0;
}

.word {
position: absolute;
top: 100px;
z-index: 10;
width: 100%;
}

.w1 {
animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
}
.w2 {
animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
}
.w3 {
animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
}
.w4 {
animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
}
.w5 {
animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
}
.w6 {
animation-delay: 2.3s;
	-webkit-animation-delay: 2.3s;
	-moz-animation-delay: 2.3s;
}
.w7 {
animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
}
.w8 {
animation-delay: 2.7s;
	-webkit-animation-delay: 2.7s;
	-moz-animation-delay: 2.7s;
}
.w9 {
animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
}
.w10 {
animation-delay: 3.1s;
	-webkit-animation-delay: 3.1s;
	-moz-animation-delay: 3.1s;
}
.w11 {
animation-delay: 3.6s;
	-webkit-animation-delay: 3.6s;
	-moz-animation-delay: 3.6s;
}
.w12 {
animation-delay: 3.8s;
	-webkit-animation-delay: 3.8s;
	-moz-animation-delay: 3.8s;
}
.w13 {
animation-delay: 4.1s;
	-webkit-animation-delay: 4.1s;
	-moz-animation-delay: 4.1s;
}

.picture {
width: 300px;
float: left;
margin: 15px 50px 30px 0;
}

#portfolio {
width: 95%;
margin: 0 auto;
}

.portfoliobox {
position: relative;
width: 18%;
height: 18%;
float: left;
margin: 0 2% 2% 0;
opacity: .65;
   transition: opacity .2s linear;
   -moz-transition: opacity .2s linear;
   -webkit-transition: opacity .2s linear;
}

.portfoliobox img {
width: 100%;
}

.bold {
font-weight: 700;
font-size: 23px;
}

.portfoliobox:hover {
opacity: 1;
}

.up {
vertical-align: 5%;
}

.footer {
text-align: center;
font-size: 14px;
margin: 0 0 10px 0;
}



/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#navigation {
	height: 70px;
	}
    nav li {
	margin: 0 0 0 15px;
	}
	nav ul {
	padding-top: 40px;
	}
	#navigation {
	font-size: 15px;
	letter-spacing: 0;
	}
	#logo_img {
	height: 50px;
	margin: 10px 0px;
	}
	.space {
	padding: 30px 0 0 0;
	}
	.head {
	font-size: 50px;
	letter-spacing: 2px;
	margin: 45px 0 20px 0;
	}
	.picture {
	width: 180px;
	margin: 15px 40px 0 0;
	}
	p {
	margin: 0px 0 20px 0;
	line-height: 1.75em;
	font-size: 14;
	}
	.bold {
	font-size: 20px;
	}
	.portfoliobox {
	width: 30%;
	height: 30%;
	margin: 0 3% 5% 0;
	}
	.word {
	top: 80px;
	}
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#navigation {
	height: 50px;
	}
    nav li {
	margin: 0 0 0 7px;
	}
	nav ul {
	padding-top: 27px;
	}
	#navigation {
	font-size: 10px;
	letter-spacing: 0;
	}
	#logo_img {
	height: 30px;
	margin: 10px 0px;
	}
	.space {
	padding: 20px 0 0 0;
	}
	.head {
	font-size: 40px;
	letter-spacing: 1px;
	margin: 40px 0 15px 0;
	}
	.picture {
	width: 120px;
	margin: 10px 30px 0 0;
	}
	p {
	margin: 0px 0 15px 0;
	line-height: 1.5em;
	font-size: 12;
	}
	.bold {
	font-size: 18px;
	}
	.portfoliobox {
	width: 30%;
	height: 30%;
	margin: 0 3% 5% 0;
	}
	.word {
	top: 160px;
	}
	.box {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	margin-top: 70%;
	padding: 0;
	}
}