/*
 * Name: Styles
 */

/*
 * Colors:
 * 		Orange: #ff7937
 * 		Light-Orange: #ff7937
 * 		Body-Gray: #4b5054
 * 		Contact-Gray: #2e3134
 * 		input-gray:	#9c9ea0
 * 		Footer-Gray: #202224
 * 		Orange Text: #ff7937
 * 		content2-gray: #3c4044
 */

 /*
  * FONTS
  * 		font-family: 'Lato', sans-serif;
  * 		font-family: 'Montserrat', sans-serif;
  * 		font-family: 'Noto Sans', sans-serif;
  */


/* Reset
---------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

.p0 {padding: 0;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.p20 {padding: 20px;}
.p25 {padding: 25px;}
.p30 {padding: 30px;}
.p35 {padding: 35px;}
.p40 {padding: 40px;}
.p45 {padding: 45px;}
.p50 {padding: 50px;}
.p55 {padding: 55px;}
.p60 {padding: 60px;}
/* Padding-Left */
.pl0 {padding-left: 0;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}
.pl45 {padding-left: 45px;}
.pl50 {padding-left: 50px;}
.pl55 {padding-left: 55px;}
.pl60 {padding-left: 60px;}
/* Padding-Right */
.pr0 {padding-right: 0;}
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}
.pr45 {padding-right: 45px;}
.pr50 {padding-right: 50px;}
.pr55 {padding-right: 55px;}
.pr60 {padding-right: 60px;}
/* Padding-Top */
.pt0 {padding-top: 0;}
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}
.pt55 {padding-top: 55px;}
.pt60 {padding-top: 60px;}
/* Padding-Bottom */
.pb0 {padding-bottom: 0;}
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}


.m0 {margin: 0;}


/* Media Queries
---------------------------------------------------------------------------------*/
@media (max-width:768px) {
	.navbar-collapse {
		background: #2e3134;
	}

	.navbar-nav {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.navbar-nav li {
		border-bottom: 1px solid #4b5054;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 20px 15px;
	}
}


/* Global
---------------------------------------------------------------------------------*/

body {
	/*background: #4b5054;*/
	background: #4b5054;
	font-size: 10px;
	font-weight: normal;
	color: white;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

p {
	margin: 0 0 15px 0;
	font-size: 1.4rem;
}

img {
	min-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}

ul li {
	font-size: 1.4rem;
}

#content .container .row > article h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 4.8em;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

#content .container .row > article hr {
	width: 140px;
	margin: 0 auto;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #ff7937;
}

.btn-default {
	background-color: transparent;
	border: 3px solid #ff7937;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.btn-default:hover {
	/*background-color: #4b5054;*/
	background-color: #ff7937;
	color: #ffffff;
	border-color: #ff7937;
}


/* Header
---------------------------------------------------------------------------------*/

.navbar {
	background-color: #ff7937;
	border: 0;
	border-radius: 0;
	min-height: 8.2rem;
	margin-bottom: 0;
}

.navbar-brand {
	height: auto;
	padding: 1rem 1.5rem;
}

.navbar-toggle {
	margin-top: 2.2rem;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #4b5054;
}

.navbar-nav {
	margin-top: 1.6rem;
}

.navbar-default .navbar-nav>li>a {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	border-bottom: 3px solid #ff7937;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	/*color: #4b5054;*/
	color: #ffffff;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	border-bottom: 3px solid #4b5054;
}

/* Content
---------------------------------------------------------------------------------*/

.homepage {
	padding: 16% 0 16%;
}

.homepage h2 {
	letter-spacing: 2px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.homepage hr {
	width: 300px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-bottom: 2px solid #2e3134;
}

.homepage h1 {
	letter-spacing: 2px;
	font-size: 4.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

.homepage h1 span {
	color: #ff7937;
}

.homepage .home-btn {
	margin-top: 50px;
	padding: 15px 20px;
}


/* About
------------------------------------*/

.about-me h2 {
	margin-bottom: 5px;
}
.about-me h4 {
	margin-top: 0;
	text-transform: none;
	color: #ff7937;
}

.about-img img {
	width: 350px;
	height: 350px;
	min-width: inherit;
	border-radius: 50%;
	border: 2px solid #4c5155;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.about-img img:hover {
	border: 2px solid #ff7937;
}

#content2 {
	background-color: #3c4044;
}

#content2 .container .row > article h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 3.4em;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

#content2 .container .row > article hr {
	width: 140px;
	margin: 0 auto;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #ff7937;
}

#facts {
	margin-top: 50px;
	padding-bottom: 50px;
}

.cricles {
	list-style: none;
	padding: 0;
	margin: 0;
}

.circle {
	display: inline-block;
	height: 100px;
	width: 100px;
	margin: 0 68px;
	background: url('../_img/about-sprite2.jpg') no-repeat;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

.circles li,
.circles li:hover {
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

.circles-4 li:first-child {
	margin-left: 39px;
}

.circles-4 li:last-child {
	margin-right: 39px;
}

.circles-3 li:first-child {
	margin-left: 165px;
}

.circles-3 li:last-child {
	margin-right: 165px;
}

.gamer {background-position: -500px 0px;}
.friendly {background-position: -400px 0px;}
.burger {background-position: -100px 0px;}
.geek {background-position: -600px 0px;}
.music {background-position: -800px 0px;}
.beer {background-position: 0px 0px;}
.starwars {background-position: -900px 0px;}
.dog {background-position: -300px 0px;}
.travel {background-position: -1000px 0px;}
.movie {background-position: -700px 0px;}
.coffee {background-position: -200px 0px;}

.gamer:hover {background-position: -500px -100px;}
.friendly:hover {background-position: -400px -100px;}
.burger:hover {background-position: -100px -100px;}
.geek:hover {background-position: -600px -100px;}
.music:hover {background-position: -800px -100px;}
.beer:hover {background-position: 0px -100px;}
.starwars:hover {background-position: -900px -100px;}
.dog:hover {background-position: -300px -100px;}
.travel:hover {background-position: -1000px -100px;}
.movie:hover {background-position: -700px -100px;}
.coffee:hover {background-position: -200px -100px;}

/* Work
------------------------------------*/

/*
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
*/

/*
.fade-in {
	opacity:0;  /* make things invisible upon start */
/*	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
/*	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
/*	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}

.fade-in.two {
-webkit-animation-delay: 0.6s;
-moz-animation-delay:0.6s;
animation-delay: 0.6s;
}

.fade-in.three {
-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
animation-delay: 1.1s;
}

.fade-in.four {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

#selector {
	display: block;
	margin-bottom: 30px;
}
*/

#selector ul {
	display: inline-block;
	list-style: none;
}

#selector ul li {
	float: left;
	height: 30px;
	margin: 0 15px;
	text-align: center;
	line-height: 30px;
}

#selector ul li a {
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	display: block;
	height: 30px;
	padding: 0 15px;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#selector ul li a:hover {
	background-color: #202224;
}

#selector .active {
	/*background-color: #202224;*/
	background: #ff7937;
}

#work-content {
	margin-bottom: 30px;
}

#work-content #Grid {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#work-content #Grid .box {
	padding: 0;
	overflow: hidden;
	position: relative;
}

#work-content #Grid .box a {
	display: block;
}

#work-content #Grid .box a .hover-info {
   width: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

#work-content #Grid .box a img {
   display: block;
   position: relative;
}

#work-content #Grid .box a .hover-info {
	-webkit-transform: translateX(-720px);
   -moz-transform: translateX(-720px);
   -o-transform: translateX(-720px);
   -ms-transform: translateX(-720px);
   transform: translateX(-720px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

#work-content #Grid .box:hover .hover-info {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

/* Details
------------------------------------*/

.details .btn-default:hover {
	background-color: #ff7937;
	color: #ffffff;
	border-color: #ff7937;
}

.details video {
	width: 100% !important;
	height: auto !important;
}

.details img {
	width: 100%;
	min-width: inherit;
}

#more-img {
	background-color: #3c4044;
}

#more-img .container .row > article h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 3.4em;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

#more-img .container .row > article hr {
	width: 140px;
	margin: 0 auto;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #ff7937;
}

/* Contact
---------------------------------------------------------------------------------*/

#contact {
	background-color: #2e3134;
}

#contact .container > article {
	padding: 40px 0;
}

#contact .container > article h4 {
	color: #ff7937;
	text-transform: uppercase;
	font-weight: 700;
}

.form-horizontal .control-label {
	font-size: 1.4rem;
	padding-bottom: 5px;
}

.form-control:focus {
	border-color: #ff7937;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,121,55,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,121,55,.6);
}

#contact-submit {
	padding: 6px 72px;
}

.social {
	display: block;
	width: 40px;
	height: 40px;
	background: url('../_img/link.png') no-repeat;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.social:hover {
	background: url('../_img/link-hover.png') no-repeat;
}

/* Resume
------------------------------------*/

.pdf-link {
	display: block;
	float: right;
	width: 5rem;
	height: 5rem;
	margin-bottom: 3rem;
	background: url('../_img/pdf-icon-small.png') no-repeat;
}

.resume h2 {
	text-transform: uppercase;
	color: #fc9766;
}

.resume h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
}

.resume ul {
	list-style: none;
}

.resume ul li {
	font-size: 1.4rem;
}

/* Footer
---------------------------------------------------------------------------------*/

#footer {
	background-color: #202224;
}

#footer h6 {
	text-transform: none;
}

/* Media Queries
---------------------------------------------------------------------------------*/
@media (max-width:768px) {
	#selector {
		display: none;
	}
}
