@charset "UTF-8";
/* CSS Document */

body {
	font-family:Raleway;
	text-align:center;
}

h1 {
	font-family: Raleway;
	font-weight:400;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	color:#008ac8;
	letter-spacing:5px;
}
h2 {
	font-family: Raleway;
	font-weight:600;
	font-size: 40px;
	text-align:center;
	color:#008ac8;
	text-transform:uppercase;
	letter-spacing:5px;
}
h3 {
	font-family: Raleway;
	text-transform:uppercase;
	letter-spacing:5px;
	font-weight:200;
	font-size: 36px;
	text-align:center;
	color: #7F7F7F;
}
h4 {
	font-family: Raleway;
	letter-spacing:5px;
	font-weight:200;
	font-size: 36px;
	text-align:center;
	color: #008ac8;
}
h5 {
	font-family:Raleway;
	font-size:24px;
	font-weight:200;
	text-align:center;
	text-transform:uppercase;
	color:#008ac8;
}

#boldpara {
	font-weight:600;
}
	

p {
	line-height:200%;
	font-size:18px;
}

#desc1 p {
	font-size:14px;
}
#brand-para p {
	font-size:14px;
}
#bio p {
	font-size:14px;
}

.now {
	font-weight:800;
	color: #67da00;
	text-transform:uppercase;
}
.marketstrat {
	font-weight:400;
	color: #008ac8;
	text-transform:uppercase;
}
.green-text {
	color:#67da00;
}
.pink-text {
	color: #f21890;
}
.white-text {
	color: white;
}
.p-callout {
	color: #f21890;
	font-weight:800;
	font-size:20px;
}

@media screen and (min-width: 768px) {
	#lead p {
		padding-left:100px;
		padding-right:100px;
	}
	#services p {
		padding-left:100px;
		padding-right:100px;
	}
	#desc1 p {
		padding-left:0px;
		padding-right:0px;
	}
	#brand-ad p {
		padding-left:100px;
		padding-right:100px;
	}
	#whoweare p {
		padding-left:100px;
		padding-right:100px;
	}
}




.padding-top {
	padding-top:25px;
}
.img-center {
	margin:0 auto;
}
.margin-bottom {
	margin-bottom:10px;
}



.nav > li > a {
  color:#7F7F7F;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration:none;
  background-color: black;
  color:#67da00;
}


.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar {
	border:none;
	background:white;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

#lead {
	padding-top:30px;
}
.lead1 {
	background-image:url(../img/water.jpg);
	padding-bottom:30px;
	color:white;
	background-position:center top;
}
.lead2 {
	background-image:url(../img/water.jpg);
	padding-bottom:10px;
	color:white;
	background-position:center top;
}

#aboutus {
	padding-top:30px;
}
#services {
	padding-top:50px;
}


#portfolio {
	padding-top:50px;
}
#brand-ad {
	padding-top:30px;
	padding-bottom:20px;
}
#whoweare {
	padding-top:50px;
}
#footer {
	margin-top:50px;
	background-image:url(../img/water.jpg);
	padding-bottom:10px;
	background-position:center top;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 114, 206, .0001) 0%, rgba(0, 0, 0, .1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 114, 206, 5);
  border: 1px solid #0072ce;
  border-radius: 10px;
}

.img-border { 
   border:1px solid #d8d1ca;
}
.img-margin {
	margin-bottom: 25px;
}

.modal.carousel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.carousel-control {
	color:#0072ce;
}


@media (min-width: 1200px) {
  .modal-lg {
    width: 1200px;
  }
}

#header a:hover {
	text-decoration:none;
}
#header a:link {
	text-decoration:none;
}
#header a:visited {
	text-decoration:none;
}
#header a:active {
	text-decoration:none;
}

@media (max-width: 767px) {
	h1 {
		font-size:36px;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size:24px;
	}
	h4 {
		font-size:24px;
	}
	p {
		font-size:18px;
	}
}

#footer a:hover {
	color:#051d49;
	text-decoration:none;
}
#footer a:link {
	color:white;
	text-decoration:none;
}
#footer a:visited {
	text-decoration:none;
}
#footer a:active {
	text-decoration:none;
}
#footer p {
	line-height: 100%;
}