

/* Responsive */
@media screen and (max-width: 1120px) {
	body {
		overflow-x: hidden;
		min-width: 320px;
	}
	.wrapper {
		width: 90% !important;
	}
	#footer .inside {
		width: 90% !important;
	}
	.main .inside > ul {
		margin: 0 !important;
		padding: 60px 0 !important;
	}
}
@media screen and (max-width: 700px) {
	.profile-picture {
		float: none !important;
		margin-bottom: 40px !important;
	}
	.upper .brief {
		width: 100% !important;
	}
	.inside .wrapper {
		padding: 0 !important;
		width: 75% !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 670px) {
	h2 {
		margin: 0 0 20px;
	}
	#footer p.represent {
		display: none;
	}
	#footer .logo {
		float: none !important;
		margin: 16px auto 0 !important;
	}
}
/* End Responsive */

body {
	font-family: 'Cutive Mono', 'Kotta One', "georgia", Arial, sans-serif;


}
#represent {
	border-top: none !important;
}
.upper {
padding: 80px 0;
background-image: url('/imagess/bg1.png');
overflow: hidden;
width: 100%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 100%;
min-width: 1024px;

top: 0;
width: 100%;
height: auto;
left: 0;

}


.upper .brief {
	float: left;
	width: 76%;
}
.upper .profile-picture {
	float: left;
	margin: 0 52px 0 0;
	display: block;
	width: 128px;
	height: 128px;
	border-radius: 128px;
}
.upper .profile-picture img {
	width: 128px;
	height: 128px;
	border-radius: 128px;
}
.inside .wrapper {
	margin: 0 auto;
	padding: 0 80px;
	width: 960px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.main .inside > ul {
	padding: 80px 0 80px 140px;
	margin: 0 0 0 -140px;
}
.main .inside > ul:nth-of-type(odd) {
	background: white;
}
.main .inside > ul:nth-of-type(even) {
	background: #f8f8f8;
}

.upper h1 {
	font-size: 28px;
	font-family: 'Cutive Mono', 'Judson', georgia;
	font-style: normal;
	font-weight: 200;
	color: rgb(19, 19, 19);
}
.upper h3 {
	margin: 30px 0 0;
	font-size: 16px;
	font-weight: 300;
	color: rgba(0, 0, 0, .5);
}
.upper p {
	color: #161616;
	font-size: 16px;
	margin: 30px 0 0;
}
.main ul {
	overflow: hidden;
	width: 100%;
}
.main ul h2 {
	float: left;
	width: 180px;
	font-size: 18px;
	font-weight: 200;
}
.main ul li {
	width: 250px;
	margin: 0 0 30px;
}
.main ul li:last-of-type {
	margin: 0;
}
.main ul li h3 {
	font-size: 14px;
	font-weight: 200;
	margin: 4px 0;
}
.main ul li h4 {
	font-size: 13px;
	font-weight: 200;
	margin: 0 0 4px;
}
.main ul li p.years {
	font-weight: 200;
	font-size: 12px;
	color: #444;
}
.main ul li .bio {
	font-weight: 200;
	font-size: 12px;
	color: #888;
	margin: 15px 0 0;
}

.main ul.skills li {
	margin: 5px 0 15px;
}
.main ul.contact li h4 {
	margin: 5px 0 15px;
}
.grouping {
	float: left;
}
#footer {
	height: 64px;
	border-top: 1px solid #eee;
}
#footer .inside {
	width: 960px;
	margin: 0 auto;
	padding: 0 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#footer p.represent {
	font-size: 12px;
	line-height: 64px;
	float: left;
}
#footer p.represent a {
	color: #888 !important;
}

#footer .logo{display:block;background-repeat:no-repeat;background-image:url(/wp-content/themes/represent/images/logo.png); width: 32px; height: 32px; margin: 16px 0 0 0; float: right;
}
#footer .logo{background-position:0 0;width:32px;height:32px; background-size: 48px;}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)
{
#footer .logo{background-position:0 0;}
}
#footer .logo a {
	display: block;
	width: 100%;
	height: 100%;
}




#nav {  
    width: 100%; 
    background-color: #333; 
    font-family:"Century Gothic", "HelveticaNeueLT Pro 45 Lt", sans-serif; 
    float: left; 
}
#nav li { 
    list-style: none; 
    float: left; 
    width: 120px; 
    height: 30px; 
    line-height: 30px; 
    text-align: center;
} 
#nav li a { 
    color: white; 
    text-decoration: none; 
    display: block; 
} 
#nav li a:hover { 
    background-color: #066; 
} 
#home .home a, #home .home a:hover,
#tutorials .tutorials a, #tutorials .tutorials a:hover,
#about .about a, #about .about a:hover,
#contact .contact a, #contact .contact a:hover,
#news .news a, #news .news a:hover {
    background-color: #FFF; 
    color: #000;
    cursor: default;  
}       
#nav li ul { 
    position: absolute;  
    display: none; 
} 
#nav li:hover ul { 
    display: block; 
} 
#nav li ul li { 
    float: none; 
    display: inline; 
}
#nav li ul li a { 
    width: 118px; 
    position: relative; 
    border-left: 1px solid black; 
    border-right: 1px solid black; 
    border-bottom: 1px solid black; 
    background: #333; 
    color: #fff; 
}
#nav li ul li a:hover { 
    background: #066; 
    color: #000; 
}