/*General Styling*/

a {
	color: #34A3D4;
	transition: all 0.75s;
}

a:hover, a:focus {
	text-decoration: none;
	color: #060504;
}

body, html {
	font-family: 'Oswald', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1c424d;
}

h1 {
	font-weight: 700;
}

h2 {
	font-family: 'Special Elite';
	font-size: 36px;
	margin: 0;
}

h3 {
	font-size: 16px;
	font-weight: 700;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

hr {
	height: 1.5px;
	width: 330px;
	position: relative;
	background: #060504;
	border: 0;
	margin-bottom: 30px;
}

* html .clearfix {
	height: 1%;
}

p {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}

ul, ol {
	list-style: none;
}

/*.clearfix {
	display: inline-block;
}*/

.clearfix {
	display: block;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.img-centered {
	margin: 0 auto;
}

.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}


/*Navigation Bar Section*/

#menu {
	padding: 20px;
	transition: all 0.8s;
	text-shadow: 2px 2px 4px #000000;
}

#menu .navbar-brand {
	font-family: 'Special Elite';
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
}

#menu.navbar-default {
	background-color: rgba(0, 0, 20, .50);
	border-color: rgba(0, 0, 0, .50);
}

#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Oswald';
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #34A3D4;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #34A3D4 !important;
	background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #6A654A;
	border-color: #6A654A;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.navbar-toggle {
	border-radius: 0;
}

.on {
	background-color: #000000 !important;
	padding: 0 !important;
}

/*Header Section*/

header {
	background: url(../assets/images/typewriter.jpg) no-repeat bottom center;
	background-size: cover;
	color: #ffffff;
	position: relative;
	height: 100%;
}

header p {
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Oswald';
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-default {
	color: #E6DCBC;
	font-family: 'Oswald', sans-serif;
	background-color: #443D25;
	border: 5px;
	border-color: #8E8260;
	margin: 0;
	font-size: 18px;
	transition: all 0.5s;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #060504;
	color: #F7EDCD;
	border: 2px;
	border-color: #8E8260;
}

.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}

.intro-text h1 {
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Special Elite';
	font-size: 70px;
	color: #ffffff;
	letter-spacing: 2px;
}

/*About Section*/

.space {
	margin-top: 40px;
}

.tile-text p {
	margin-bottom: 30px;
}

#about {
	padding: 40px 0 100px 0;
	background: rgb(68,61,37);
	color: #E6DCBC;
}

#about h4 {
	color: #F7EDCD;
	font-family: 'Special Elite';
}

#about i.fa {
	font-size: 80px;
	background: #060504;
	color: #8E8260
	border: 0;
	width: 200px;
	height: 160px;
	padding: 44px 50px;
	margin-bottom: 6px;
	border-radius: 10%;

	transition: all .75s;
}

#about .service:hover>i.fa {
	background: #6A654A;
	color: #34A3D4;
}

#about-text, #profile-pic {
  display: inline-block;
  max-width: 333px;
  vertical-align: top;
  margin: 13px;
}

#about-text {
  text-align: left;
}

#bio-box {
  text-align: left;
}

#bio-box img {
  padding-bottom: 10px;
}

/*Why Mobile Section*/

canvas {
  background: #443D25;
  padding: 25px;
  margin-bottom: 10px;
}

#why-mobile {
	padding: 40px 0 100px 0;
	background: rgb(230, 220, 188);
	color: #060504;
}


/*Portfolio Section*/

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(52, 163, 212, 0.9);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg .hover-text>p {
	opacity: 0;
	font-size: 16px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>p {
	color: #060504;
	font-weight: bold;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}

.portfolio-item {
	margin-bottom: 30px;
}

.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}

.portfolio-modal .btn-primary {
	color: #E6DCBC;
	background-color: #443D25;
	border-color: #443D25;
}

.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #E6DCBC;
	background-color: #060504;
	border-color: #060504;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.portfolio-modal .close-modal:hover {
	opacity: .3;
}

.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.portfolio-modal .container {
	padding: 0px;
}

.portfolio-modal .container .modal-content {
	background-color: #E6DCBC;
}

.portfolio-modal .modal-content {
	color: #060504;
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}

.port-pics {
	height: 290px;
	overflow: hidden;
}

#portfolio {
	padding: 40px 0;
	background: #443D25;
	color: #E6DCBC;
}

#portfolio hr {
	background: #060504;
}

#portfolio i.fa {
	font-size: 30px;
	padding: 5px;
	color: #f1c40f;
}

/*Resume Section*/

.edu-title {
	font-size: 2.2em;
}

#resume {
	padding: 40px 0;
	background: rgb(230,220,180);
	color: #443D25;
}

#resume h4 {
	color: #060504;
	font-size: 20px;
}

#resume ul {
	padding-left: 25px;
	padding-top: 10px;
}

#resume li {
	margin-bottom: 6px;
	list-style: circle;
	padding: 0;
}

/*Contact Info Section*/

#contact {
	padding: 40px 0 20px 0;
	background: #443D25;
	color: #E6DCBC;
}

#contact hr {
	background: #060504;
}

#contact h3 {
	font-size: 20px;
	font-weight: 400;
}

#contact .fa {
	color: #E6DCBC;
	margin-bottom: 10px;
}

#contact .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #E6DCBC;
	transition: all 0.75s;
}

#contact .social i.fa:hover {
	color: #34A3D4;
}

#contact .social ul {
	padding: 0px;
}

#contact .social ul li {
	display: inline-block;
	margin: 0 10px;
}

/*Footer Section*/

#footer {
	background: #060504;
	padding: 15px 0 10px 0;
	color: #34A3D4;
	text-align: center;
}

#footer p {
	margin-top: 10px;
}
