@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
/*html {
min-height:101%;
}*/
h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
p {
    font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height: 24px;
}
a {
   outline: 0;
}
html {
    background-color: #474747;
}

.responsive {
  width: 100%;
  height: auto;
}
.left {
	float:left;
}
.align-left {
	text-align: left;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;	
}
.align-center {
	text-align: center;
}
.top {
    background-color: #474747;
}
.top .navbar-brand {
    height: 50px;
    text-align: center;
    padding: 0;
    background-color: #474747;
    color: #474747;
    text-decoration: none;
	width: 54px;
}
.top .container {
    padding: 0;
}
.banner {
    background-color: #373737;
}
.banner .container {
    background-color: #FFF;
   /* min-height: 200px;*/
    padding: 0;
}
.banner img {
    width: 100%;
    height:auto;
	vertical-align:top;
    }
.banner .container p {
    font-size: 22px;
    padding-left: 5px;
    font-weight: 300;
}
.middle {
    background-color: #efefef;
}
.middle .container {
    background-color: #FFF;
    min-height: 500px;
    padding: 20px 40px 50px 40px;
}
.navbar-nav li a {
    color: #CCC;
    font-family: 'Lato', sans-serif;
	font-size: 16px;
}
.navbar-nav li a:hover {
    background-color: #373737;
}
.navbar-nav.nav a.active {
	color:#80BE6F;
}
.bottom {
    background-color: #474747;
}
.bottom .container {
    background-color: #373737;
    min-height: 60px;
}
.bottom .container h3 {
    color: #999;
}
.bottom .container p {
    color: #666;
}
.navbar-toggle {
    color: #7CB76B;
    font-size: 32px;
    margin: 3px;
    padding: 2px 5px;
    line-height: 32px;
}
.navbar-toggle:hover {
    background-color: #373737;
}
.content p {
    line-height: 24px;
    font-size: 16px;
	margin-bottom: 20px;
}
.content h2 {
	font: 34px "Quicksand",sans-serif;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;
	}
.content h3 {
	font-size: 24px;
    line-height: 30px;
	margin-bottom: 20px;
	}

.content .row {margin:0;}

.work {padding-left: 0;}

.header h3 {
    line-height: 1.3;
    margin: 20px 0;
}
h4 {
    font: 18px "Quicksand",sans-serif;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}		
.action-btn {
	margin:20px 0;
}
.action-btn a {
	background-color: #7CB76B;
}

.video-row {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.motion .video-container {margin-bottom: 25px;}	

.sidebar h4 {margin-top:20px;}
.sidebar hr {margin: 0 0 10px;}

#footer {
	height: 1%;
	clear:both;
	padding: 20px;
	font-size: 12px;
	color: #999;
	text-align:left;	
	}
.dad {
    width: 470px;
}	
.cartoon {
    width: 545px;
}	
.deviantart {
    width: 645px;
}	
.autodesk {
    width: 455px;
}	
section#contact .form-group {
    margin-bottom: 25px;
}
.form-group input.form-control {
    height: auto;
}
.form-group input, .form-group textarea {
    padding: 10px;
}
.form-group textarea.form-control {
    height: 165px;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #fed136;
    text-shadow: none;
}
.text-danger {
    color: #e74c3c;
}
.btn-xl {
    background-color: #7CB76B;
    border-color: #7CB76B;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
}
 #user {display:none;}	

.selfie {
	/*max-height: 400px;*/
	text-align: center;
	margin-bottom: 50px;
	max-width: 600px;
	margin: 0 auto;
	}

.selfie img {
	width:600px!important;
	height:400px !important;
	margin: 0 auto;
}

.portfolio {
    display: none; /* hide all by default */
}

.portfolio.uiux {
    display: block; /* show UI/UX by default */
}

.portfolio .row {
  margin-bottom:10px;
}

.portfolio img {
    opacity: 1 !important;
    background: #f0f0f0; /* A light grey placeholder while the image loads */
    min-height: 200px;    /* Matches typical thumbnail height */
    width: 100%;
    height: auto;
    display: block;
}

/* Force images to be visible and reserve their space */
.img-responsive {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    min-height: 150px; /* Gives the browser a 'box' to hold the question mark/image */
    background-color: #f8f9fa; /* Shows a light grey box while loading */
}

.img-thumbnail {
    width: 100%;
    height: 180px; /* Set a consistent height for your thumbnails */
    object-fit: cover; /* This crops the image to fill the box without stretching it */
}

.portfolio-title {
	background:#161616;
    color:#FFFFFF;
	padding:5px;
	margin-bottom:20px;
	text-align: center;
}

.experience-grid {
    display: grid;
    /* This creates a 4-column layout that collapses as the screen gets smaller */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
    text-align: left;
	border-bottom: 1px solid #efefef;
    padding: 10px 0 10px 30px;
    background: #efefef;
	border-radius: 10px;
	margin-bottom: 20px;
}

.experience-grid h4 {
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase; /* Makes headers stand out for skimmers */
    letter-spacing: 1px;
}

.experience-grid ul {
    list-style: none; /* Optional: remove bullets to save horizontal space */
    padding-left: 0;
}

.experience-grid li {
    margin-bottom: 5px;
    line-height: 1.8;
}


.ekko-lightbox-nav-overlay {
    border: 10px solid #fff;
}
video {
    margin-bottom: 15px;
	outline: 0;
}
.achievements {
	line-height: 26px;
}
.follow {
    float: right;
    padding-top: 15px;
	margin-right: -15px;
}
.follow p {
	float:left;
	font-size:14px;
	color:#999;
	margin-right: 5px;
	}	
.filter:before, .format-filter:before {
    border-bottom: 1px solid #ced7e0;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.filter {
    list-style: none outside none;
    padding: 0;
    position: relative;
}
.filter li {
    background: none repeat scroll 0 0 #fff;
    display: inline;
    font-weight: 700;
    letter-spacing: 0.031em;
    line-height: 150%;
    margin: 0 -2px;
    position: relative;
    text-transform: uppercase;
}
.filter li a {
    padding: 0 15px;
	text-decoration:none;
	color:#A67766;
	font-size:large;
}
.filter li a:hover, a.active {
    color: #FE9307;	
}
.testimonial {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    padding: 20px 25px 20px 15px;
}
.testimonial.biggerize blockquote:before {
    font-size: 6rem;
    top: -11px;
}
.testimonial.biggerize blockquote {
    margin: 0;
    padding: 0 0 0 30px;
}
.testimonial.biggerize blockquote p {
    font-size: 1.8rem;
}
blockquote {
    clear: both;
    line-height: inherit !important;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
    quotes: none;
	border-left:none;
}
blockquote p {
    font-size: 1.25rem;
}
blockquote:before {
    color: #222;
    content: "\201C";
    font-family: Georgia,serif;
    font-size: 4rem;
    left: 0;
    position: absolute;
    top: -7px;
}
.author-wrapper {
    float: left;
    margin-bottom: 1.25rem;
    width: 100%;
}
.author-wrapper .arrow {
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 30px solid rgba(34, 34, 34, 0.1);
    float: left;
    height: 0;
    margin-left: 3.125rem;
    position: relative;
    width: 0;
}
.author-wrapper .arrow:before {
    border-color: #fff transparent transparent;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-style: solid;
    border-top: 30px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: -3.1rem;
    position: absolute;
    width: 0;
    z-index: 100;
}
.author-wrapper .cite {
    float: left;
    font-weight: bold;
    margin: 0rem 0.5rem;
    padding-left: 10px;
    padding-top: 5px;
	font-size: 1.2rem;
}
.author-wrapper .cite span {
    font-weight: normal;
}

.glyphicon.glyphicon-chevron-left, .glyphicon.glyphicon-chevron-right {
    outline: medium none;
}

@media only screen and (max-width: 767px) {
	.navbar-collapse.in  {
		margin-top: 50px;
		overflow: hidden !important;
		padding-left: 40px !important;
	}
	.container.home, 
	.container.about, 
	.container.motion, 
	.container.testimonials,
	.container.contact 
	{padding: 20px 10px 50px 10px;}

	.follow {margin-right: 25px;}
	.navbar-brand.pull-left {padding-left: 20px;}
	.col-xs-2 {width: 100%;}
	.filter {margin-bottom: 20px;}
	.testimonial.biggerize blockquote p {font-size: 1.25rem;}
	.photography a {margin-bottom: 20px;}
	.video-row {width: 100%;}
}

@media only screen and (max-width: 1100px) {
	.uiux {width: 100%;}
	.filter li {display:block;}
	.filter li a {
		display: block;
		padding: 10px;
	}
	
	.filter:before, .format-filter:before {border:none;}
}


@media only screen and (min-width: 768px) and (max-width: 1000px) {
	
}

