body { font-family: Arial, sans-serif; font-weight: 400; font-size: 1.5em; position: relative; }

h1, h2, h3, h4, h5, h6 { margin: 0; font-family: Arial, serif; font-weight: 700; }

/* Header - nav */
header .navbar { padding: 30px 0; transition: all .5s ease-out; }
header .navbar-default { background-color: transparent; border: none; }
header .navbar-default .navbar-nav a { color: white; font-family: Arial, sans-serif; font-size: 0.8em; padding: 5px 8px;  }
header .navbar-default .navbar-nav a:hover { color: #E74C3C; }
header .navbar-default .navbar-nav .active a { color: #E74C3C; font-weight: 300; background: transparent; }
header .navbar-default .navbar-nav .active a:hover { color: #E74C3C; background: transparent; }
header .navbar-default .navbar-nav .active a:focus { color: #E74C3C; background:transparent; }

/* Header - Navbar - tile */
header .navbar-brand { background: url(../images/bcbbwhite-logo.svg); background-repeat: no-repeat; background-position: 15px 0; height: auto }
header .navbar-brand h1 { color: white; margin: auto; font-size: 1.8em; font-weight: 400; padding-left: 105px; }
header .navbar-brand span.subhead {  display: block; font-size: .4em; font-family: Arial, sans-serif;}

/* Header - Navbar - moblie */
header .navbar-toggle { background-color: rgba(0, 0, 0, .5); }
header .navbar-default .navbar-toggle:focus { background-color: rgba(0, 0, 0, .5); }

header .navbar-default .navbar-toggle.collapsed .icon-bar { background-color: white; }
header .navbar-default .navbar-toggle .icon-bar { background-color: black; }
@media only screen 
and (max-width: 768px) 
{ 
	header .navbar-collapse { background-color: rgba(0, 0, 0, .5); }
}

/* Nav inner */
header .inner { background: #193441; }

header .navbar.inner { padding-top: 0; padding-bottom: 0; }
header .navbar.inner .navbar-nav { padding-top: 10px; }

header .inner .navbar-brand { background-size: 43px; background-position: top left; margin-top: 5px; padding-bottom: 0; margin-left: 10px; }
header .inner .navbar-brand h1 { font-size: 1.1em; padding-left: 38px; }
header .inner .navbar-brand span.subhead {  display: none; }

/* Carousel Fade */
.carousel.fade { opacity: 1; }
.carousel.fade .item { transition: opacity ease-out .7s; opacity: 0; left: 0; top: 0; position: absolute; width: 100%; display: block; }
.carousel.fade .item:first-child { top: auto; opacity: 0; position: relative; }
.carousel.fade .item.active { opacity: 1; }

.carousel-control { opacity: 0; }
.carousel-control.right, .carousel-control.left { background-image: none; }

/* Carsousel Image */
#featured .item { background-size: cover; background-repeat: no-repeat; background-image: no-repeat; background-position: center center; background-attachment: fixed; width: 100%; height: 100%; }

/* Pages */
.page { padding: 50px 0; }
.page h2 { text-align: center; margin-bottom: 30px; font-size: 2em;}

/* Page - Features */
.feature { margin: 20px 0; text-align: center; }

#specs img.icon { display: block; width: 120px; margin: 0 auto; margin-bottom: 5px; }
#specs h3 { margin-bottom: 10px; }

@media only screen 
and ( min-width: 450px) and ( max-width: 768px) 
{
	.feature p { padding: 0 20%; }
}

/* Page - Staff */
#staff { background-color: #E4D29D; background-image: linear-gradient(to bottom, #E4D29D, #CDAE50);  }

.worker { margin: 10px 0; }
.worker h3 { font-weight: 600; font-size: 1.2em; color: #6F4E36; padding-bottom: 5px; }
.worker p { font-size: 0.8em; }
.worker img { width: 100%; }

/* Footer */
footer { background: #193441;; color: white; font-size: .8em; padding: 20px 0 40px 0; }
footer a { color:#E74C3C; }
footer a:hover { color: #E74C3C !important; }

footer .phone { font-size: 1.4em; font-weight: 700; color: #E74C3C; }

footer .navbar-default {  background-color: transparent; border: none; margin-right:  40px; }
footer .navbar-nav>li a { padding-top: 0; padding-bottom: 0; text-decoration: underline; color: #E74C3C !important; }


/* Base Styles */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.5em;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
}
/* Grid */  
.container {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.column, .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
	width: 85%;
	padding: 0;
}
}

/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
	width: 80%;
}
.column,  .columns {
	margin-left: 4%;
}
.column:first-child,  .columns:first-child {
	margin-left: 0;
}
.one.column,  .one.columns {
	width: 4.66666666667%;
}
.two.columns {
	width: 13.3333333333%;
}
.three.columns {
	width: 22%;
}
.four.columns {
	width: 30.6666666667%;
}
.five.columns {
	width: 39.3333333333%;
}
.six.columns {
	width: 48%;
}
.seven.columns {
	width: 56.6666666667%;
}
.eight.columns {
	width: 65.3333333333%;
}
.nine.columns {
	width: 74.0%;
}
.ten.columns {
	width: 82.6666666667%;
}
.eleven.columns {
	width: 91.3333333333%;
}
.twelve.columns {
	width: 100%;
	margin-left: 0;
}
.one-third.column {
	width: 30.6666666667%;
}
.two-thirds.column {
	width: 65.3333333333%;
}
.one-half.column {
	width: 48%;
}
/* Offsets */
.offset-by-one.column,  .offset-by-one.columns {
	margin-left: 8.66666666667%;
}
.offset-by-two.column,  .offset-by-two.columns {
	margin-left: 17.3333333333%;
}
.offset-by-three.column,  .offset-by-three.columns {
	margin-left: 26%;
}
.offset-by-four.column,  .offset-by-four.columns {
	margin-left: 34.6666666667%;
}
.offset-by-five.column,  .offset-by-five.columns {
	margin-left: 43.3333333333%;
}
.offset-by-six.column,  .offset-by-six.columns {
	margin-left: 52%;
}
.offset-by-seven.column,  .offset-by-seven.columns {
	margin-left: 60.6666666667%;
}
.offset-by-eight.column,  .offset-by-eight.columns {
	margin-left: 69.3333333333%;
}
.offset-by-nine.column,  .offset-by-nine.columns {
	margin-left: 78.0%;
}
.offset-by-ten.column,  .offset-by-ten.columns {
	margin-left: 86.6666666667%;
}
.offset-by-eleven.column,  .offset-by-eleven.columns {
	margin-left: 95.3333333333%;
}
.offset-by-one-third.column,  .offset-by-one-third.columns {
	margin-left: 34.6666666667%;
}
.offset-by-two-thirds.column,  .offset-by-two-thirds.columns {
	margin-left: 69.3333333333%;
}
.offset-by-one-half.column,  .offset-by-one-half.columns {
	margin-left: 52%;
}
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 300;
}
h1 {
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: -.1rem;
}
h2 {
	font-size: 3.6rem;
	line-height: 1.25;
	letter-spacing: -.1rem;
}
h3 {
	font-size: 3.0rem;
	line-height: 1.3;
	letter-spacing: -.1rem;
}
h4 {
	font-size: 2.4rem;
	line-height: 1.35;
	letter-spacing: -.08rem;
}
h5 {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -.05rem;
}
h6 {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
h1 {
	font-size: 5.0rem;
}
h2 {
	font-size: 4.2rem;
}
h3 {
	font-size: 3.6rem;
}
h4 {
	font-size: 3.0rem;
}
h5 {
	font-size: 2.4rem;
}
h6 {
	font-size: 1.5rem;
}
}
p {
	margin-top: 0;
}
/* Links */
a {
	color: #1EAEDB;
}
a:hover {
	color: #0FA0CE;
}
/* Header Section */

header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background-image: url("../images/house.jpg");
	background-size: cover;
	background-attachment: fixed;
}
.title {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 2rem;
	max-width: 960px;
	text-align: center;
}
.title .smallsep {
	background: #fff;
	height: 1px;
	width: 80px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1.hero {
	font-family:'Arial Narrow Bold', sans-serif;
	font-size: 70px;
	font-weight: 900;
	line-height: 0.85;
	margin-bottom: 28px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
h2.hero {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 40px;
}

img.hero {
	width:300px;
	height:auto;
}

@media only screen and (max-height: 700px) {
h1.hero {
	font-size: 40px;
}
}
p.hero {
	max-width: 600px;
	margin: 0 auto;
	line-height: 150%;
}

@media only screen and (max-width: 500px) {
.title h1 {
	font-size: 30px;
}
}
.title .icon {
	color: #FFFFFF;
	font-size: 50px;
}
.main_nav {
	position: fixed;
	top: 0px;
	max-height: 50px;
	z-index: 999;
	width: 100%;
	padding-top: 17px;
	background: none;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	top: -100px;
	padding-bottom: 6px;
}

@media only screen and (max-width: 766px) {
.main_nav {
	padding-top: 25px;
}
}
.open-nav {
	max-height: 400px !important;
}
.sticky {
	background-color: #ffffff;
	opacity: 1;
	top: 0px;
}
nav {
	width: 100%;
	margin-top: 5px;
}

@media only screen and (max-width: 766px) {
nav {
	width: 100%;
}
}
nav ul {
	list-style: none;
	overflow: hidden;
	text-align: center;
}

@media only screen and (max-width: 766px) {
nav ul {
	padding-top: 0px;
	margin-bottom: 22px;
	text-align: center;
	width: 100%;
}
}
nav ul li {
	display: inline-block;
	margin-left: 35px;
	line-height: 1.5;
	letter-spacing: 1px;
}

@media only screen and (max-width: 766px) {
nav ul li {
	width: 100%;
	padding: 7px 0;
	margin: 0;
}
nav ul li:first-child {
	margin-top: 70px;
}
}
nav ul a {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
nav ul a:hover {
	color: #CFCFCF;
}
.mobile-toggle {
	display: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 22px;
	top: 0;
	width: 30px;
}

@media only screen and (max-width: 766px) {
.mobile-toggle {
	display: block;
}
}
.mobile-toggle span {
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	background: #000000;
	display: block;
}
.scroll-down {
	position: relative;
	left: 50%;
	bottom: -10vh;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
	width: 13px;
	height: 13px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation: fade_move_down 2s ease-in-out infinite;
	animation: fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
 0% {
-webkit-transform:translate(0, -10px) rotate(45deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
-webkit-transform:translate(0, 10px) rotate(45deg);
opacity: 0;
}
}
@-moz-keyframes fade_move_down {
 0% {
-moz-transform:translate(0, -10px) rotate(45deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
-moz-transform:translate(0, 10px) rotate(45deg);
opacity: 0;
}
}
@keyframes fade_move_down {
 0% {
transform:translate(0, -10px) rotate(45deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
transform:translate(0, 10px) rotate(45deg);
opacity: 0;
}
}
/* About Section */

#about {
	padding: 100px 0 50px 0;
	background-color: #FCFFF5;
	background-image: linear-gradient(to bottom, #F9FCF7, #F5F9F0); 
}

#about h3 { 
	font-size: 28px;
}
#about .headshot {
	border-radius: 50%;
	margin-bottom: 30px;
}
#about .sub {
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 0;
}
/* Team Section */
#team {
	padding: 50px 0 100px 0;
}
#team .icon {
	font-size: 26px;
}
/* Skills Section */
#skills {
	padding: 100px 0 100px 0;
	background-color: #FFFFFF;
}

.image {
	background-color: #5a5a5a;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	transition: .5s;
}
.image:hover {
	opacity: 0.6;
	transition: .3s;
	background-image: url(../images/hoverbg.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* Testimonial Section */
#testimonial {
	background-color: #FCFFF5;
	padding: 100px 0 100px 0;
}
.quoteLoop {
	height: auto;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.quote {
	margin: 10px 30px;
	height: inherit;
	top: 0px;
	display: none;
	text-align: center;
}
.quote h5::before {
	content: "“";
	color: rgba(25, 52, 65, 0.6);
	font-family: georgia, serif;
	font-size: 6em;
	position: absolute;
	left: 0em;
	top: 0.25em;
	z-index: 0;
}
/* Contact Section */
#contact {
	padding: 100px 0 100px 0;
}
label.formLabel {
	font-size: 11px;
	color: #193441;
	font-weight: bold;
	text-transform: uppercase;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #FCFFF5;
	border: solid 1px;
	border-color: #193441;
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 0;
	outline: none;
}
textarea {
	min-height: 250px;
}
input[type="submit"] {
	display: inline-block;
	height: 40px;
	padding: 0 30px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background: #193441;
	border-radius: 0px;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}
input[type="submit"]:hover {
	background: #E74C3C;
	text-decoration: none;
}
/* Footer Section */
footer {
	min-height: 200px;
	padding: 40px 0 40px 0;
	background: #193441;
}
footer p {
	color: #FFFFFF;
	margin: 20px 0 0 0;
}
.socialIcons {
	font-size: 34px;
	color: rgba(255, 255, 255, 0.7);
}
/* Lists */
ul {
	list-style: circle inside;
}
ol {
	list-style: decimal inside;
}
ol, ul {
	padding-left: 0;
	margin-top: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
	font-size: 90%;
}
li {
	margin-bottom: 1rem;
}
/* Spacing */
button, .button {
	margin-bottom: 1rem;
}
input, textarea, select, fieldset {
	margin-bottom: 1.5rem;
}
pre, blockquote, dl, figure, table, p, ul, ol, form {
	margin-bottom: 2.5rem;
}
/* Utilities */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
}
.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box;
}
.u-pull-right {
	float: right;
}
.u-pull-left {
	float: left;
}
/* Clearing */
.container:after, .row:after, .u-cf {
	content: "";
	display: table;
	clear: both;
}
/* Misc */

.icon {
	padding-right: 10px;
	color: #e55d87;
}
.block {
	width: 80px;
	height: 1px;
	background: #000000; 
	margin-bottom: 30px;
}
.text-center {
	text-align: center;
}

/* Back to top button */
#top {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    background: rgb(25, 52, 65);
    background: rgba(25, 52, 65, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#top i {
    color: #fff;
    margin: 0;
    z-index: 1000;
    position: relative;
    left: 50%;
    top: 35%;
    font-size: 19px;
    display: inline-block;
    padding: 6px;
    border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(-50%, 0%) rotate(-135deg);
	-moz-transform: translate(-50%, 0%) rotate(-135deg);
	transform: translate(-50%, 0%) rotate(-135deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#top:hover {
    background: rgba(25, 52, 65, 0.9);
}
#top:hover i {
    color: #fff;
    top: 5px;
}

/* Popups */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 40px 20px 20px 20px;
	width: auto;
	max-width: 640px;
	margin: 30px auto;
}

.calc-btn {
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #193441;
	text-decoration: none;
	font-size: 20px;
	border: solid #193441 4px;
	padding: 10px 30px;
}

.calc-btn:hover {
	color: #ffffff;
	background-color: #193441;
	text-decoration: none;
}









