html,
body {
	height: 100%;
	width: 100%;
}
body {
	font-family: "Nunito", "Helvetica Neue", sans-serif, Arial;
	font-size: 18px;
}
body,
body p {
	color: #657786;
	font-weight: 300;
}
hr {
	border-color: rgba(119, 136, 153, 0.25);
	border-width: 3px;
	max-width: 50px;
}
hr.light {
	border-color: rgba(255, 255, 255, 0.25);
}
a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #147dc7;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #53aeee;
	text-decoration: none;
	border-bottom-color: #f58220;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Nunito", "Helvetica Neue", sans-serif, Arial;
	font-weight: 400;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: normal;
}
p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.wow {
	opacity: 0;
}
.bg-gray {
	background-color: #f7f7f7;
	padding-bottom: 20px;
}
.bg-bright {
	background-color: #f58220;
	color: white;
	padding-bottom: 0;
}
.bg-blue {
	background-color: #147dc7;
	margin: 6rem 0 4rem;
	padding: 2rem;
}
.bg-footer {
	background-color: #147dc7;
	color: white;
	padding-bottom: 300px;
}
.text-faded {
	color: rgba(255, 255, 255, 0.75);
}
.text-dark {
	color: #064884;
}
.text-bigger {
	font-size: 22px;
	margin-bottom: 50px;
}
section {
	padding: 100px 0;
}
aside {
	padding: 50px 0;
}
.navbar-default {
	background-color: white;
	border-color: rgba(6, 72, 132, 0.05);
	font-family: "Nunito", "Helvetica Neue", sans-serif, Arial;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
	color: #f58220;
	font-family: "Nunito", "Helvetica Neue", sans-serif, Arial;
	font-weight: 400;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
	color: #d8690a;
}
.navbar-default .navbar-header .navbar-brand > img,
.navbar-default .navbar-header .navbar-brand > svg {
	max-width: 80px;
	max-height: 37px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	font-weight: 400;
	font-size: 16px;
	color: #064884;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
	color: #ffca05;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
	color: #ffca05 !important;
	background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
	background-color: transparent;
}
@media (min-width: 768px) {
	.navbar-default {
		height: 80px;
		background-color: transparent;
		border-color: rgba(255, 255, 255, 0.3);
	}
	.navbar-default .navbar-header .navbar-brand > img,
	.navbar-default .navbar-header .navbar-brand > svg {
		max-width: 139px;
		max-height: 49px;
	}
	.navbar-default .nav > li > a,
	.navbar-default .nav > li > a:focus {
		height: 80px;
		color: rgba(255, 255, 255, 0.7);
	}
	.navbar-default .nav > li > a:hover,
	.navbar-default .nav > li > a:focus:hover {
		color: white;
	}
	.navbar-default .nav > li.active > a {
		border-bottom: 10px solid #ffca05;
	}
	.navbar-default.affix {
		background-color: white;
		border-color: #ffca05;
	}
	.navbar-default.affix .navbar-header .navbar-brand > img,
	.navbar-default.affix .navbar-header .navbar-brand > svg {
		max-width: 139px;
		max-height: 49px;
	}
	.navbar-default.affix .nav > li > a,
	.navbar-default.affix .nav > li > a:focus {
		color: #064884;
	}
	.navbar-default.affix .nav > li > a:hover,
	.navbar-default.affix .nav > li > a:focus:hover {
		color: #ffca05;
	}
}
.svg-color path {
	fill: white;
}
header {
	position: relative;
	width: 100%;
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url("../img/header.jpg");
	text-align: center;
	color: white;
}
header .header-content {
	position: relative;
	text-align: center;
	padding: 80px 15px 80px;
	width: 100%;
}
header .header-content .header-content-inner h1,
header .header-content .header-content-inner h2 {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 130%;
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 2px 2px 5px #064884;
	margin-bottom: 50px;
}
header .header-content .header-content-inner h1 span,
header .header-content .header-content-inner h2 span {
	font-weight: 400;
	color: white;
}
header .header-content .header-content-inner hr {
	margin: 30px auto;
}
header .header-content .header-content-inner p {
	font-weight: 300;
	color: white;
	font-size: 20px;
	margin-bottom: 60px;
	text-shadow: 2px 2px 5px #064884;
}
@media (min-width: 768px) {
	header {
		min-height: 100%;
	}
	header .header-content {
		position: absolute;
		top: 35%;
		-webkit-transform: translateY(-35%);
		-ms-transform: translateY(-35%);
		transform: translateY(-35%);
		padding: 0 50px;
	}
	header .header-content .header-content-inner {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
	header .header-content .header-content-inner p {
		font-size: 25px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
.margin-t30 {
	margin-top: 30px;
}
.margin-b20 {
	margin-bottom: 20px;
}
.about-me {
	text-align: center;
	margin-bottom: 30px;
}
.about-me img {
	max-height: 220px;
	max-width: 220px;
	border: 5px solid rgba(119, 136, 153, 0.25);
	border-radius: 300px;
}
@media (min-width: 992px) {
	.about-me {
		text-align: right;
	}
}
.icon-muted {
	color: rgba(119, 136, 153, 0.25);
}
.footer-icons {
	margin-top: 20px;
}
.footer-icons ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
.footer-icons li {
	display: inline-block;
	padding: 0 5px;
}
a.link-white {
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}
a.link-white:hover,
a.link-white:focus {
	opacity: 1;
}
a.link-white.external-link {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
a.link-white.external-link:hover,
a.link-white.external-link:focus {
	border-bottom-color: rgba(255, 255, 255, 1);
}
a.link-transparent {
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
}
a.link-transparent:hover,
a.link-transparent:focus {
	opacity: 1;
}
.section-heading {
	margin-top: 0;
}
.highlight-list {
	padding: 20px;
}
.highlight-list li {
	margin-bottom: 12px;
}
.highlight-list .fa-li {
	top: 0;
}
.highlight-list h3 {
	margin-bottom: 20px;
	line-height: 150%;
}
.skill-list {
	margin: 0.4rem 0;
}
.highlight-list h3 a,
.highlight-list h3 a:focus,
.skill-list a,
.skill-list a:focus {
	text-decoration: none;
	border-bottom: 1px dashed rgba(119, 136, 153, 0.25);
	color: #147dc7;
}
.highlight-list h3 a,
.highlight-list h3 a:focus {
	line-height: 150%;
}
.highlight-list h3 a:hover,
.highlight-list h3 a:focus:hover,
.skill-list a:hover,
.skill-list a:focus:hover {
	color: #53aeee;
	border-bottom-color: #f58220;
}
.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
	border: 1px solid #fff;
}
.portfolio-box .portfolio-box-caption {
	color: white;
	opacity: 0;
	display: block;
	background: rgba(245, 130, 32, 0.9);
	position: absolute;
	bottom: 0;
	text-align: center;
	text-shadow: 0 0 4px rgba(230, 100, 32, 1);
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.portfolio-box
	.portfolio-box-caption
	.portfolio-box-caption-content
	.project-category,
.portfolio-box
	.portfolio-box-caption
	.portfolio-box-caption-content
	.project-name {
	font-family: "Nunito", "Helvetica Neue", sans-serif, Arial;
	padding: 0 15px;
}
.portfolio-box
	.portfolio-box-caption
	.portfolio-box-caption-content
	.project-category {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.portfolio-box
	.portfolio-box-caption
	.portfolio-box-caption-content
	.project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
@media (min-width: 768px) {
	.portfolio-box
		.portfolio-box-caption
		.portfolio-box-caption-content
		.project-category {
		font-size: 16px;
	}
	.portfolio-box
		.portfolio-box-caption
		.portfolio-box-caption-content
		.project-name {
		font-size: 22px;
	}
}
.call-to-action h2 {
	margin: 0 auto 20px;
}
.tab-content {
	padding-top: 20px;
}
.badges {
	background: rgba(119, 136, 153, 0.25);
	padding: 30px 0 60px;
}
.badges-link a {
	position: relative;
	color: rgba(119, 136, 153, 0.5);
}
.badges-link a img {
	opacity: 0.5;
}
.badges-link a small {
	position: absolute;
	right: 7px;
	bottom: -55px;
	font-size: 12px;
}
.badges-link a:hover img,
.badges-link a:focus img {
	opacity: 1;
}
.badge-left {
	text-align: right;
}
@media (max-width: 768px) {
	.badge-left {
		text-align: center;
	}
	.badges-link a img {
		opacity: 1;
	}
}
.badge-right {
	text-align: left;
}
@media (max-width: 768px) {
	.badge-right {
		text-align: center;
	}
}
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}
#quote-carousel .carousel-control {
	background: none;
	color: rgba(119, 136, 153, 0.25);
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-control:hover,
#quote-carousel .carousel-control:focus {
	color: #657786;
}
#quote-carousel .carousel-control.left {
	left: -20px;
}
@media (min-width: 768px) {
	#quote-carousel .carousel-control.left {
		left: -30px;
	}
}
#quote-carousel .carousel-control.right {
	right: -20px !important;
}
@media (min-width: 768px) {
	#quote-carousel .carousel-control.right {
		right: -30px !important;
	}
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	background: rgba(119, 136, 153, 0.25);
}
#quote-carousel .carousel-indicators .active {
	background: #657786;
}
#quote-carousel img,
.carousel-inner > .item > img,
.img-100 {
	width: 100px !important;
	height: 100px;
	max-width: 100px;
}
@media (min-width: 768px) {
	#quote-carousel {
		margin-bottom: 0;
		padding: 0 30px 30px 30px;
	}
}
@media (max-width: 768px) {
	#quote-carousel .carousel-indicators {
		bottom: -20px !important;
	}
	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}
	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 20px;
		height: 20px;
	}
}
.item blockquote {
	border-left: none;
	margin: 0;
	font-family: "Nunito", "Helvetica Neue", sans-serif, Arial;
}
.item blockquote img {
	margin-bottom: 10px;
}
.item blockquote p:before {
	content: url("../img/icon-quote-l.svg");
	float: left;
	margin-right: 10px;
}
@media (min-width: 768px) {
	.modal-lg {
		width: 750px;
	}
}
.modal-header,
.modal-footer {
	padding: 15px 20px;
}
.modal-footer {
	color: #657786;
	font-weight: 300;
}
.modal-body {
	padding: 20px;
}
.modal-body a,
.modal-footer a {
	color: #147dc7;
	text-decoration: none;
	border-bottom: 1px dashed rgba(119, 136, 153, 0.25);
}
.modal-body a:hover,
.modal-footer a:hover,
.modal-body a:focus,
.modal-footer a:focus {
	color: #53aeee;
	text-decoration: none;
	border-bottom-color: #f58220;
}
.highlight-list h3 a[href^="http"]::after,
.highlight-list h3 a[href^="https://"]::after,
.modal-body a[href^="http"]::after,
.modal-body a[href^="https://"]::after,
.modal-footer a[href^="http"]::after,
.modal-footer a[href^="https://"]::after,
a.external-link ::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.highlight-list h3 a[href^="http"]::after,
.highlight-list h3 a[href^="https://"]::after,
.modal-body a[href^="http"]::after,
.modal-body a[href^="https://"]::after,
.modal-footer a[href^="http"]::after,
.modal-footer a[href^="https://"]::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(83, 174, 238)' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
}
a.external-link ::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(255, 255, 255, 0.8)' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
}
.text-primary {
	color: #f58220;
}
.no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.navbar-collapse {
	border-top: none;
}
.navbar-header {
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.navbar-header {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 992px) {
	.navbar-header {
		height: 80px;
	}
}
.navbar-toggle {
	margin-top: 16px;
}
.navbar-nav > li > a {
	padding-left: 45px;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		font-size: 18px;
		padding-top: 40px;
		padding-left: 10px;
	}
}
.nav-tabs {
	display: none;
}
@media (min-width: 768px) {
	.nav-tabs {
		display: block;
	}
}
.nav-tabs > li.active > a {
	color: #f58220;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #f58220;
}
label {
	padding-left: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}
.form-control {
	font-size: 18px;
	padding: 8px 12px;
}
.btn-default {
	color: #064884;
	background-color: white;
	border-color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #064884;
	background-color: #d9d9d9;
	border-color: #cccccc;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: white;
}
.btn-default .badge {
	color: white;
	background-color: #064884;
}
.btn-primary {
	color: #064884;
	background-color: #ffca05;
	border-color: #ffca05;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #064884;
	background-color: #b79100;
	border-color: #9e7d00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #ffca05;
	border-color: #ffca05;
}
.btn-primary .badge {
	color: #ffca05;
	background-color: #064884;
}
.btn {
	font-family: "Nunito", "Helvetica Neue", sans-serif, Arial;
	border: none;
	border-radius: 300px;
	font-weight: 300;
	font-size: 18px;
}
.btn-xl {
	padding: 15px 30px;
}
::-moz-selection {
	color: #064884;
	text-shadow: none;
	background: rgba(255, 202, 5, 0.25);
}
::selection {
	color: #064884;
	text-shadow: none;
	background: rgba(255, 202, 5, 0.25);
}
img::selection {
	color: #064884;
	background: transparent;
}
img::-moz-selection {
	color: #064884;
	background: transparent;
}
body {
	webkit-tap-highlight-color: rgba(255, 202, 5, 0.25);
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
