	body {
		height: 100%;
		width: 100%;
		padding: 0;
		margin: 0;
		padding-top:63px;
		font-size: 16px;
		font-family: Montserrat ;
	}

	body.home-page {
		padding-top: 0;
	}

	a:focus {
		outline: none;
		outline: transparent;
	}

	hr {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	h1 {
		font-size: 40px;
		margin-top: 0;
	}

	h2 {
		margin-top: 0;
	}

	h3 { 
			margin-top: 0;
	}

	.jamie { 
		background-color: orange;
		color:#fff;
	 }

	 .jamie .lead { 
	 	color: #000;
	  }
	.logo {
		margin: auto;
		max-width: 40vh;
		-webkit-transform: translateZ(0);
	}

	.small-staff-list {
		box-shadow: inset 0 2px 0 #CCC;
		background-color: #f1f1f1;
		padding: 10px;
		overflow: hidden;
	}

	.small-staff-list h4 {
		color: #222;
		font-weight: 400;
		text-shadow: 2px 2px 0 #FFF;
	}

	

	.logo-holder {
		width: 120px;
		display: block;
	}

	.iframe {
		border-radius: 3px;
		border: 0;
		width: 100%;
		height: 300px;
	}

	.small-logo {
		opacity: 0;
		position: relative;
		top: -100px;
		transition: 800ms;
	}

	.showing .small-logo {
		opacity: 1;
		position: relative;
		top: 0;
		transition: 800ms;
	}

	.small-logo-horiz {
		padding: 20px;
		width: 290px;
	}

	.btn {
		border: 2px solid #FF8000;
		white-space: normal;
		max-width: 600px;
		background: transparent;
		color: #FF8000;
		padding: 10px 30px;
		border-radius: 22px;
		transition: 400ms;
	}

	.btn:hover {
		background: #FF8000;
		border-color:#FF8000;
		color: #FFF;
		transition: 400ms;
	}

	.fixed-navigation {
		position: fixed;
		width: 100%;
		z-index: 9999999;
		top: -130px;
		transition: 400ms;
	}

	.small-nav {
		display: none;
		position: absolute;
		background-color: rgba(0, 0, 0, .9);
		top: 100%;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, .3);
		height: 0;
		overflow: hidden;
		transition: 200ms;
	}

	.fixed-navigation:hover .small-nav,
	.navbar-inverse:hover .small-nav {
		height: 38px;
		transition: 200ms;
	}

	.fixed-navigation i {
		opacity: .3;
	}

	.small-nav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	.small-nav li {
		display: inline;
	}

	.small-nav li a {
		display: inline-block;
		padding: 8px 16px;
		color: #CCC;
		border-right: 1px solid #000;
	}

	.small-nav li a:hover {
		color: #FFF;
	}

	.fixed-navigation.showing {
		top: 0px;
		transition: 400ms;
	}

	.navigation {
		position: relative;
		width: 100%;
		z-index: 9999999;
		transition: 400ms;
	}

	.navbar-inverse {
		background: #000;
	}

	.navbar-inverse {
		border-radius: 0
	}

	.visible-lg .navbar-nav>li>a {
		padding: 35px 10px;
		color: #FFF;
		text-shadow: 0 0 4px #000;
	}

	.subfooter {
		background-color: #111;
		border-bottom: 1px dotted #333;
	}

	.subfooter a {
		color: #fff;
		font-size:14px;
		padding: 5px 0px;
		display: inline-block;
		border-radius: 22px;
		transition: 200ms;

	}

	.subfooter a:hover {
		color: #00bef2;
		padding: 5px 10px;
		background: #222;
		transition: 200ms;
	}

	.subfooter a:hover i{
		color: #fff;
	}

	.subfooter ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.subfooter h3 {
		color: orange;
	}

	.subfooter h3 i {
		color: #999;
		margin-right: 3px;
	}

	.footer {
		background: rgb(0, 0, 0);
		color: #FFF;
	}

	.footer b,
	.footer a {
		color: orange;
	}

	h5 {
		color: orange;
	}

	.small-divider {
		height: 1px;
		display: block;
		background: #333;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.rockstar {
		display: inline-block;
		padding: 4px 10px;
		background-color: rgba(0, 0, 0, .3);
		transform: rotate(-3deg);
		margin-left: -5px;
		box-shadow: 4px 4px 0 rgba(255, 255, 255, .1);
		font-weight: 800;
	}

	.testimonials {
		padding-left: 30px;
	}

	.staff-pic {
		margin: 0;
		width: 100%;
		border-radius: 12px;
		border: 1px solid rgba(255, 255, 255, .0);
		transition: 800ms;
	}

	.staff-pic:hover {
		background-color: rgba(255, 255, 255, .2);
		border: 1px solid rgba(255, 255, 255, .2);
		box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
		transition: 800ms;
	}

	.service-dropdown-menu {
		position: absolute;
		top: 95px;
		left: 0%;
		display: none;
		z-index: 1000;
		float: left;
		min-width: 100%;
		padding: 0px;
		margin: 2px 0 0;
		text-align: left;
		list-style: none;
		background-color: rgba(255,255,255,.95);
		border-radius: 0px;
		border-top: none;
		box-sizing: border-box;
		box-shadow: 0 0 44px rgba(0, 0, 0, .8);
	}

	.service-dropdown-menu.showing {
		display: block;
	}

	.service-icon-menu {
		max-width: 120px;
		display: block;
		margin: 10px auto;
	}

	h1 {
		color: #ed932c;
	}

	.orange {
		color: orange;
		text-shadow: none;
	}

	.white {
		color: white;
	}

	.blue {
		color: #00bef2;
	}

	.privacy li {
		margin-bottom: 20px;
	}

	.main-page a i,
	.footer a i {
		color: #FFF;
	}

	.list-group li i {
		margin-right: 2px;
		color: #00BEF2;
	}

	.block-title {
		padding: 20px 40px;
		display: inline-block;
		margin: auto;
		outline: 1px solid transparent;
		moz-outline: 1px solid transparent;
		border: 1px solid white;
	}

	form .error {
		border: 1px solid #a9445a;
	}

	.form-group {
		position: relative;
	}

	.required-noticed {
		position: absolute;
		right: 0;
		background-color: #333;
		padding: 2px;
		color: #FFF;
		text-shadow: none;
		border: 1px solid #222;
		border-radius: 3px;
		width: 150px;
		float: right;
		text-align: center;
		font-weight: 100;
		margin-left: 10px;
	}

	.social-icons a {
		display: inline-block;
		margin-right: 14px;
	}

	blockquote {
		padding: 30px;
		background-color: #f1f1f1;
		border-radius: 12px;
		position: relative;
	}

	blockquote:after {
		position: absolute;
		width: 30px;
		height: 40px;
		top: 100%;
		background-color: #f1f1f1;
	}

	.content-area.clients {
		text-align: center;
	}

	a,
	a:hover {
		text-decoration: none;
	}

	.social {
		padding: 4px;
		margin-bottom: 30px;
		background-color: #f1f1f1;
		border-radius: 5px;
	}

	.social a {
		padding: 5px;
		color: #000;
		margin-right: 20px;
	}

	.col-sm-3 ul {
		list-style: none;
		padding: 0;
		margin: 0;
		padding-bottom: 30px;
	}

	.the-post {
		padding-bottom: 40px;
		margin-bottom: 50px;
		border-bottom: 1px dotted #CCC;
	}

	.edit-button a {
		padding: 5px 10px;
		background-color: orange;
		border: 1px solid orange;
		color: #FFF;
		border-radius: 4px;
		box-shadow: 1px 1px 0 #CCC;
		float: right;
	}

	.top-social a {
		background-color: orange;
		color: #FFF;
		border-radius: 50%;
		margin-right: 5px;
		width: 30px;
		height: 30px;
		padding: 10px;
		text-align: center;
	}

	.top-social {
		margin-top: 20px;
	}

	a.twitter {
		background-color: #4099FF;
	}

	a.facebook {
		background-color: #3b5998;
	}

	a.email {
		background-color: #CCC;
	}

	a.print {
		background-color: orange;
	}

	.services-area small {
		color: #00bef2;
		letter-spacing: normal;
		display: block;
	}

	.staff-profiles {
		background: #000;
		color: #fff;
	}


	.staff-profiles h1 {
		color: #00BEF2;
	}

	.container-fluid {
		max-width: 1570px;
		margin: auto;
	}

	.staff-list {
		position: relative;
		width: 50%;
		float: left;
	}

	.content-area {
		padding: 10px 0px;
	}

	.subfooter hr {
		border-color: #000;
	}

	.services-area h3 {
		font-size: 19px;
	}

	.services-area small {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.staff-profiles h4 {
		color: #FFF;
		font-weight: bold;
		margin-top: 10px;
		font-size: 24px;
		margin-bottom: 0;
	}

	.staff-profiles img {
		margin-bottom: 20px;
		border:10px solid rgba(255,255,255,.2);
		border-radius: 50%;
		transition: 300ms;
	}

	.staff-profiles img:hover {
		margin-bottom: 20px;
		border:10px solid rgb(0, 194, 255);
		border-radius: 50%;
		transition: 300ms;
	}

	.staff-profiles img.active {
		margin-bottom: 20px;
		border:10px solid rgb(0, 194, 255);
		border-radius: 50%;
		transition: 300ms;
	}


	.icon-service-page {
		max-width: 80%;
	}

	h1 {
		font-size: 24px;
		font-weight: 800;
	}

	h2 {
		font-size: 20px;
	}

	@media all and ( min-width: 768px) {


		h1 {
			font-size: 44px;
		}

		h2 {
			font-size: 30px;
		}


		.icon-service-page {
			max-width: 50%;
		}
		.services-area h3 {
			font-size: 24px;
		}
		.services-area small {
			font-size: 13px;
			margin-bottom: 30px;
		}
		.grid-divider {
			position: relative;
			padding: 0;
		}
		.grid-divider>[class*='col-'] {
			position: static;
		}
		.grid-divider>[class*='col-']:nth-child(n+2):before {
			content: "";
			border-left: 1px solid #000;
			position: absolute;
			top: 0;
			bottom: 0;
		}
		.col-padding {
			padding: 0 15px;
		}
		.staff-list {
			position: relative;
			width: 20%;
			float: left;
		}
		.content-area.clients {
			text-align: left;
		}
		.small-staff-list {
			padding: 50px;
		}
		.content-area {
			padding: 30px 0px;
		}
		body {
			padding-top: 98px;
		}
	
	}

	@media all and ( min-width: 1170px) {
		.staff-list.active:after {
			content: "";
			position: absolute;
			width: 33.3333%;
			padding-top: 33.3333%;
			background-color: #FFF;
			top: -53%;
			left: 33.3333%;
			transform: rotate(-45deg);
			border-left: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
		}
		.staff-list {
			position: relative;
			width: 8.3%;
			float: left;
		}
		.content-area {
			padding: 50px 0px;
		}
	}


	.pageblock {
		padding: 20px;
	}

	@media all and ( min-width:768px) {
		.pageblock {
			padding: 60px 0;
		}
	}

	.pageblock1 hr {
		border-bottom:1px dotted #333;
	}
	.staff-content {
		display: grid;
		grid-template-columns: 1fr;
	}

	.staff-bio {
		padding:20px;
	}

	.staff-main-image {
		min-height: 300px;
		background-size: cover;
		background-position: center;
	}

	.staff-bio h1 {
		font-size: 28px;
		color: #00a5f2;
	}
	.staff-bio h3 {
		font-size: 22px;
		color:#555;
	}

	.staff-bio .lead {
		font-size: 18px;
	}


	@media all and ( min-width:992px) {
		.staff-content {
			grid-template-columns: 1fr 1fr;
		}

		.staff-bio h1 {
			font-size: 30px;
		}
		.staff-bio h3 {
			font-size: 24px;
		}

		.staff-bio .lead {
			font-size: 20px;
		}
	}

	@media all and ( min-width: 1400px) {

		.staff-main-image {
			min-height: 450px;
		}

		.staff-img {
			margin-top: 30px;
		}
		.staff-content {
			display: grid;
			max-width: 1400px;
			margin: 20px auto ;
			grid-template-columns: 1fr 1fr;
		}

		.staff-main-image {
			border-radius: 12px;
		}
	}