body { color:#CCC; font-family: 'Lato', sans-serif; }
a {color: #c7e441}  
a:hover {
    color: #fff;
}

h4 {
	margin-top: 1rem;
    margin-bottom: -.5rem;
    font-weight: 300;
}

@media screen and (max-width: 40em) {
	
}

.slidesjs-pagination { display:none; }

.centered { text-align:center; }
.align-right { text-align:right; }

.work-title, .page-title { text-align:right; }
.work-title h1, .page-title h1 { color:#c7e441; font-size:25px; font-family: 'Lato', sans-serif; }

.description { color:#CCC; font-size:14px; font-family: 'Lato', sans-serif; }
.description h2 { color:#CCC; font-size:20px; font-family: 'Lato', sans-serif; }

.review { margin-bottom:30px; }
.quote, .review-source, .review-author { margin-left:10%; }
.review-source, .review-author { color:#fff; font-weight:700; }

.prev-arrow, .align-right { display:inline; width:50%; }
.material-icons a { font-size:30px; text-decoration:none; color: #fff; }
.material-icons a:hover { color: #c7e441; }

/*Blog page*/
.blog li {
display: inline;
}
.blog a.rss-item { font-weight: bold; font-size:18px;}
.blog .rss-title, .rss-date { display:none; }

.blog img.alignnone, img.size-full {
	max-width: 100%;
	height: auto;
}

.social img { margin-top:5px; }

/*Nav*/
#menu {z-index: 1000; margin-bottom:20px;}
ul {
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0; }

ul a
{
	display:block;
	color:#ccc;
	text-decoration:none;
	font-weight:700;
	font-size:15px;
	line-height:32px;
	padding:0 15px;
	font-family: 'Lato', sans-serif;
}

ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

ul li.current-menu-item
{
	background:#ddd
}

ul li:hover
{
	background:#6B6B6B;
}

ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#6B6B6B;
	padding:0;
	margin: 0;
}

ul ul li
{
	float:none;
	width:230px
}

ul ul a
{
	line-height:120%;
	padding:10px 15px
}

ul ul ul
{
	top:0;
	left:100%
}

ul li:hover > ul
{
	display:block
}

/*footer*/
.footer {
	font-weight:700;
	font-size:10px;
	line-height:32px;
	margin-top: 30px;
	color: #ccc;
	font-family: 'Lato', sans-serif; }

.footer a {
color: #c7e441; }