body {
	color: #3d464d;
	font-family: 'Source Sans Pro', helvetica, arial, verdana, sans-serif;
	
	}


a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #09b08c;
}

a:visited{
	color: #000;
}

*:focus {
	border: none;
	text-decoration: none;
}


.row {
	max-width: 100em;
	margin: 0;
}



.top-bar, .top-bar ul {
	background-color: #fff;
}

.row .nav {
	margin: 2em auto 5em auto;
}

figure {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Source Sans Pro', helvetica, arial, verdana, sans-serif;
	font-weight: 300;
}

h1 {
	font-size: 2.375rem;
	line-height: 3.125rem;
}

h2 {
	font-size: 2rem;
	line-height: 3.125rem;
}

h5 {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #8b9094;
}


h6 {
	font-size: .875rem;
	line-height: 1.3125rem;
	color: #000000;
	
}

p {
	font-size: 1.125rem;
	line-height: 1.875rem;
}

h1~h1 {
	margin-top: 2rem;
}

h6~ul {
	list-style: none; /* Remove list bullets */
	margin-left: 0;
	margin-top: 0.8125rem;

}

h6~ul li { 
    font-size: .875rem;
	line-height: 1.3125rem;
	color: #8b9094;
	font-weight: 300;
}

h6~ul li:before {
    content: "-"; /* Insert content that looks like bullets */
    padding-right: 8px;
}


.prevnext .left {
	float: left;
}

.prevnext .right {
	float: right;
	text-align: right;
}

.prevnext {
	padding-top: 1em;
	padding-bottom: 1em;
	height: 75px;
}

.prevnext p {
	font-size: 16px;
	line-height: 1.25em;
}

.prevnext p span {
	color: #666;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

video {
	width: 100%;
	height: auto;
}

img {
    width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/****************************
	
Header, Navigation, Logo 
	
*****************************/


.menu a {
	font-size: 1rem;
	font-weight: 400;
	color: #3d464d;
}

div ul li a:hover {
	color: #3d464d;
	text-decoration: underline;
}

.hidden {
	display: none;
}

#logo {
	margin: 0 auto;
	width: 75%;
	min-width: 2rem;
	max-width: 13rem;
	float: none;
}

#logo img {
	width: 100%;
	height: auto;
	margin: inherit auto;
	
}

.about {
	border-top: 1px solid #5b5b5b;
	padding-top: 1.25em;
}

hr {
	max-width: 100%;
	margin-left: .625rem;
    margin-right: .625rem;
}

h1.caption {
	color: rgba(0, 0, 0, 1);
	font-size: 1.5em;
	font-weight: 300;
	}

.caption {
	position: absolute;
	opacity: 0;
	padding: 1em 2em;
	display: none;
	float: left;
	z-index: 100;
	-webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out, top 0.5s ease-out;

}

h1.workcaption {
	color: rgba(0, 0, 0, 1);
	font-size: 1.2em;
	font-weight: 300;
	}

.workcaption {
	position: absolute;
	opacity: 0;
	padding: 1em;
	display: none;
	z-index: 100;
	-webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out, top 0.5s ease-out;

}

a.thumbnails:hover .caption, a.thumbnails:hover .workcaption {
	display: block;
	opacity: 1;
}

a.thumbnails:hover img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.25;
}

h1 a[href="mailto:ronnie@rontoya.com"] { color: rgb(23, 156, 143); }


.projpreview a.thumbnails:hover .caption {
	display: none;
}

.projpreview {
	margin-bottom: .5em;
	margin-top: .5em
}


/* Small only */
@media screen and (max-width: 39.9375em) {
.menu {
	position: relative;
	display: none;
}

.row.statement, .row.nav, footer.row, .row.projectStatement {
	margin: 2rem auto;
	width: 95%;
}

.small-12 {
	padding: .3125rem 0rem;
}


footer .menu {
	display: block;
}	
	
}

/* Medium and up */
@media screen and (min-width: 40em) {
.row {
	width: 95%;
	margin: 2em auto;
}
	
	
footer .mobile {
	display: none;

}
	
footer .hidden {
	display: none;
}

.menu>li:first-child a{
	padding-left: 0;
}

.statement {
	margin-top: 5em;
	margin-bottom: 15em;
}

.projectStatement {
	margin-top: 5em;
	margin-bottom: 5em;
}

#logo {
		margin: 0px;
		width: 25%;
		height: 50px;	
		float: left;
}

hr {
	margin-left: .9375rem;
    margin-right: .9375rem;
}

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {
.projpreview .caption, .projpreview .workcaption {
	font-size: 1.25em;
	line-height: 1.25em;
	position: absolute;
	/*top: -125px;
	left: 0px;*/
	opacity: 0;
	padding: .5em .5em;
	display: none;
	float: left;
	z-index: 100;
	width: 190px;
	-webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out, top 0.5s ease-out;

}

.projpreview a.thumbnails:hover .caption, .projpreview a.thumbnails:hover .workcaption  {
	display: block;
	opacity: 1;
}
	
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}




