/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
	height: 100%;
	width: 100%;
}
body {
    font-family: 'Bree Serif Lt', 'Bree Serif Light', 'Rockwell', serif;
    color: #003c57;
	padding-top: 120px;
	font-size: 18px;
}
iframe {
    margin-bottom: 3rem;
}
a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #5ec4e1;
}
a:hover,
a:focus {
	color: #7ac4ac;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #7ac4ac;
	margin-top: 0;
	text-transform: uppercase;
}
h1 {
    font-size: 56px;
}
h2 {
    font-size: 32px;
    border-left: 0.33em solid #003c57;
    padding-left: 0.5em;
    margin-bottom: 0.66em;
}
h2 a {
    text-decoration: underline;
}
p, ul, ol {
	line-height: 1.7;
	margin-bottom: 1em;
}
.bg-primary {
	background-color: #7ac4ac;
	color: white;
}
.bg-secondary {
    background-color: #5ec4e1;
	color: white;
}
.bg-dark {
	background-color: #003c57;
	color: white;
}
.bg-primary,
.bg-secondary,
.bg-dark {
    color: white;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.bg-primary h2,
.bg-secondary h2,
.bg-dark h2 {
    color: inherit;
    border-left: 0px none;
    padding-left: 0;
}
.bg-primary a,
.bg-secondary a,
.bg-dark a {
    color: inherit;
}

.text-faded {
	color: rgba(255, 255, 255, 0.8);
}
.img-responsive {
    width: 100%;
}
.img-portrait {
    display: block;
	max-width: 50%;
	width: 256px;
	margin: 0.25em 0;
}
.img-button {
    display: inline-block;
    max-width: 33%;
    width: 4em;
    line-height: 1em;
    transition: all 0.3s;
}
.img-button:hover {
    opacity: 0.8;
}

section {
	padding: 32px 0;
}
section#footer {
    padding-top: 1em;
}
aside {
	padding: 50px 0;
}
.no-padding {
	padding: 0!important;
}
.navbar-default {
	background-color: #FFFFFF;
	border-color: rgba(34, 34, 34, 0.05);
	font-family: inherit;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
	/* color: #8CDB46; */
	color: rgba(0, 0, 0, 0);
	font-size: 16px;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	margin: 1em 1em;
	padding: 0em;
	height: 4em;
	width: 8em;
}
.navbar-default.affix-top {
    border-width: 0;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
	/* color: #8CDB46; */
	opacity: 0.8;
}
.navbar-default.affix-top .navbar-header .navbar-brand {
    height: 6em;
	width: 11em;
}
.navbar-default.affix .navbar-header .navbar-brand {
    opacity: 1;
}
.navbar-default .navbar-header .navbar-toggle {
	font-size: 14px;
	color: white;
	background-color: #7ac4ac;
	border: none;
	text-transform: uppercase;
	margin: 2em 1em;
	text-align: center;
	
}
.navbar-default .navbar-header .navbar-toggle.collapsed {
	background-color: #003c57;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	opacity: 0.75;
}
.navbar-default .nav,
.navbar-default .navbar-header .navbar-toggle {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #003c57;
	padding-left: 1em;
	padding-right: 1em;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
	color: #7ac4ac;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
	color: #5ec4e1 !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) {
    body {
        padding-top: 180px;
    }
    .navbar-default.affix-top .navbar-header .navbar-brand {
		margin: 2em 1em;
	    width: 16em;
	    height: 8em;
	}

	/*
	.navbar-default .nav > li > a,
	.navbar-default .nav > li > a:focus {
		color: rgba(255, 255, 255, 0.7);
	}
	.navbar-default .nav > li > a:hover,
	.navbar-default .nav > li > a:focus:hover {
		color: #8CDB46;
	}
	*/
	.navbar-default.affix {
		/* background-color: black;
		border-color: rgba(34, 34, 34, 0.05);*/
	}
	.navbar-default.affix .navbar-header .navbar-brand {
		margin: 1em 1em;
	    width: 6em;
	    height: 4em;
	}
	.navbar-default.affix .navbar-header .navbar-brand:hover,
	.navbar-default.affix .navbar-header .navbar-brand:focus {
		/* color: #8CDB46; */
		opacity: 0.9;
	}
	.navbar-default .nav {
	    margin-top: 5em;
	    margin-bottom: 4em;
	}
	.navbar-default.affix .nav {
	    margin-top: 1.5em;
	    margin-bottom: 1em;
	}
	.navbar-default.affix .nav > li > a,
	.navbar-default.affix .nav > li > a:focus {
		/*color: #DDDDDD;*/
	}
	.navbar-default.affix .nav > li > a:hover,
	.navbar-default.affix .nav > li > a:focus:hover {
		/*color: #8CDB46;*/
	}
	
	h2 {
	    font-size: 40px;
	}
}
header {
	position: relative;
	width: 100%;

	text-align: center;
}
header:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	opacity: 0.85;
}
header .header-content {
	position: relative;
	text-align: center;
	width: 100%;
}
@media (min-width: 768px) {
	header {
		/* min-height: 100%; */
	}
	header .header-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-20%);
		-ms-transform: translateY(-20%);
		transform: translateY(-20%);
		padding: 0 50px;
	}
	header .header-content .header-content-inner {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
.container > .row,
.container-fluid > .row {
    display: flex;
    flex-wrap: wrap;
}
.container > .row > div,
.container-fluid > .row > div {
    padding: 2em 1.5em;
}
.fact-box {
	max-width: 400px;
	margin: 50px auto 0;
}

#contact .phone {
	font-size: 1.5em;
}

#contact .phone a {
    color: #333;
}

@media (min-width: 768px) {
    .container > .row > div,
    .container-fluid > .row > div {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
	.fact-box {
		margin: 20px auto 0;
	}
}
.fact-box p {
	margin-bottom: 0;
}
.portfolio-box {
	position: relative;
	display: block;
	/* max-width: 650px; */
	margin: 0 auto 2em;
}
.portfolio-box .portfolio-box-caption {
	color: white;
	opacity: 0;
	display: block;
	background: #7ac4acdd;
	position: absolute;
	bottom: 0;
	text-align: center;
	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: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-weight: 600;
	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;
}
.portfolio-box:focus {
	outline: none;
}
@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;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.btn {
	border-color: none;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default {
    color: #003c57!important;
}
.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: #222222;
}
.btn-primary {
	color: white;
	background-color: #7ac4ac;
	border-color: none;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.btn {
    border: none;
	border-radius: 300px;
	font-size: inherit;
	margin: 0.25em 0;
}
.btn-xl {
    padding: 0.5em 1.75em;
}
.list-group {
    font-size: inherit;
}
.list-group-item {
	color: #003c57;
}
::-moz-selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
::selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
img::selection {
	color: white;
	background: transparent;
}
img::-moz-selection {
	color: white;
	background: transparent;
}
body {
	webkit-tap-highlight-color: #222222;
}

.fa {
	display: inline-block;
	background-image: url(../img/icons.svg);
	background-size: 200%;
	content: " ";
	opacity: 0.5;
}
.fa-4x {
	height: 192px;
	width: 192px;
}
.fa-3x {
	height: 128px;
	width: 128px;
}
.fa-diamond	{ background-position: 0% 0%; }
.fa-quality	{ background-position: 0% 100%; }
.fa-skill	{ background-position: 100% 0%; }
.fa-value	{ background-position: 100% 100%; }

button.mfp-close {
    text-shadow: 0 0 4px black;
}

.fade-bw {
    filter: grayscale(100);
    -webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

a:hover .fade-bw, .fade-bw:hover {
    filter: grayscale(0);
}

