@charset "UTF-8";
/* CSS Defined by F3 Designs (March 2018) f3designs.ca */


/* CUSTOM COLOUR PALETTE ================================================================================================ */
/* green: #84b444 */
/* green (light): #bfd59a */
/* grey (dark): #5c5c5c*/
/* grey (medium): #cccccc */
/* grey (light): #fbfbfb */
/* black: #080808 */


/* CUSTOM FONTS: Google Fonts ========================================================================================== */
/* Open Sans -- Body Copy, Headings 3 and 4:
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-weight: 600;
	font-weight: 700;
/* Open Sans Condensed -- Headings 1 and 2:
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-weight: 700;
	
	
/* MEDIA QUERIES ======================================================================================================== */
/* Smartphones (portrait and landscape)
@media (min-width: 320px) and (max-width: 568px) {
 ...
}
/* Tablets (portrait and landscape)
@media (min-width: 768px) and (max-width: 1024px) {
 ...
}
/* Tablets (landscape)
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 ...
}
/* Tablets (portrait)
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
 ...
}


/* TYPE SELECTORS ======================================================================================================= */
html, body {
	height: 100% !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #5c5c5c;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased; /* resolves issue with font displaying much bolder than it should in Mac Chrome and Safari */
	-moz-osx-font-smoothing: grayscale; /* resolves issue with font displaying much bolder than it should in Mac Firefox */
}
p {
	line-height: 30px;
	margin-bottom: 30px;
}
p a:link {
}
p a:visited {
}
p a:hover {
}
p a:active {
}
.p-callout {
	font-size: 32px;
	color: #000000;
	line-height: 38px;
	margin: 20px 0px 30px 0px;
}
.p-callout .green {
	font-style: italic;
}
.p-callout:after {
	content: ""; /* This is necessary for the pseudo element to work. */
	display: block; /* This will put the pseudo element on its own line. */
	width: 130px; /* Change this to whatever width you want. */
	padding-top: 30px; /* This creates some space between the element and the border. */
	border-bottom: 2px solid #84b444; /* This creates the border. Replace black with whatever color you want. */
}
h1:firstline {
	font-size: 10px;
}
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 60px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px 0px 60px 0px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
h1 {
	font-size: 40px;
}
}
h1:first-line {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #84b444;
	font-size: 22px;
}
h2 {
	font-weight: 700;
	color: #ffffff;
	margin: 60px 0px 15px 0px;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
}
h4 {
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
[class*="col-"] {
	margin-bottom: 60px !important;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
[class*="col-"] {
	margin-bottom: 60px !important;
}
}


/* CLASS SELECTORS (Miscellaneous) ====================================================================================== */
/* help */
.help {
	font-size: 60px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	margin-top: 120px;
	line-height: 60px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.help {
	font-size: 40px;
}
}
/* phone */
.phone {
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #84b444;
}
.phone:before {
	content: '24/7 Service';
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	display: block;
}
/* fontawesome */
.fontawesome {
	font-size: 30px;
	color: #000000;
}
.navbar-nav .fontawesome a:link {
	color: #000000 !important;
}
.navbar-nav .fontawesome a:visited {
	color: #000000 !important;
}
.navbar-nav .fontawesome a:hover {
	color: #ffffff !important;
}
.navbar-nav .fontawesome a:active {
	color: #000000 !important;
}
/* green */
.green {
	color: #84b444;
}
/* bold */
.bold {
	font-weight: 700;
}
/* pipe */
.pipe {
	padding: 0px 15px 0px 15px;
}
/* note */
.note {
	font-size: 16px;
	border-left: solid 3px #d9534f;
	padding: 15px;
	background-color: #fdf7f7;
}
/* nowrap */
.nowrap {
	white-space: nowrap;
}
/* nopadding */
.nopadding {
	padding: 0 !important;
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.nopadding {
	padding: 15px !important;
}
}
/* flex (equalizes col height) */
.flex {
	display: -webkit-flex; /* css3 flexbox (equalizes col height) */
	display: -ms-flexbox;   /* css3 flexbox (equalizes col height */
	display: flex; /* css3 flexbox (equalizes col height */
	overflow: hidden; /* css3 flexbox (equalizes col height */
	padding: 15px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.flex {
 display: inline;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.flex {
 display: inline;
}
}
/* col (adds padding between cols) */
.col {
	padding: 0px 45px 0px 45px;
}

/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.col {
	padding: 0px 25px 0px 25px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.col {
	padding: 0px 25px 0px 25px;
}
}


/* CLASS SELECTORS (Buttons) ============================================================================================ */
/* btn-primary */
.btn-primary:link {
	color: #ffffff !important;
	background-color: #84b444;
	border-color: #84b444 !important;
	border-radius: 0px;
	font-size: 20px;
	text-decoration: none;
	padding: 30px;
	margin: 60px 0px 60px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	min-height: 90px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.btn-primary:link {
	padding: 15px;
	margin: 30px 0px 30px 0px;
	min-height: inherit;
}
}
.btn-primary:visited {
	background-color: #84b444;
	border-color: #84b444 !important;
}
.btn-primary:hover {
	background-color: #5c5c5c;
	border-color: #84b444 !important;
}
.btn-primary:active {
	background-color: #84b444;
	border-color: #84b444 !important;
}
.btn-primary:after {
	font-family: 'FontAwesome';
    content: '\f055 '; /* (font awesome unicode for plus-circle) */
	padding-left: 15px;
	position: relative;
	color: #ffffff;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.btn-primary:after {
	content: '';
	padding-left: 0px;
}
}
/* btn-primary2 */
.btn-primary2:link {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #5c5c5c !important;
	background-color: #ffffff;
	border-color: #ffffff !important;
	border-radius: 0px;
	font-size: 32px;
	text-decoration: none;
	padding: 20px;
	margin: 60px 0px 60px 0px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	min-height: 90px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.btn-primary2:link {
	padding: 15px;
	margin: 30px 0px 30px 0px;
	min-height: inherit;
}
}
.btn-primary2:visited {
	background-color: #ffffff;
	border-color: #ffffff !important;
	color: #5c5c5c !important;
}
.btn-primary2:hover {
	background-color: #ffffff;
	border-color: #ffffff !important;
	color: #5c5c5c !important;
}
.btn-primary2:active {
	background-color: #ffffff;
	border-color: #ffffff !important;
	color: #5c5c5c !important;
}
/* btn-default */
.btn-default:link {
	background-color: #ffffff;
	border-color: #84b444 !important;
	border-radius: 0px;
	border: solid 2px;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	margin: 30px 0px 0px 0px;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.btn-default:link {
	padding: 10px;
}
}
.btn-default:visited {
	background-color: #ffffff;
	border-color: #84b444 !important;
}
.btn-default:hover {
	background-color: #84b444;
	border-color: #5c5c5c !important;
	color: #ffffff;
}
.btn-default:active {
	background-color: #ffffff;
	border-color: #84b444 !important;
}


/* JUMBOTRON =========================================================================================================== */
.jumbotron {
	background-image: url(../img/bg-jumbotron.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 100px;
	margin-bottom: 0px;
	background-color: #080808;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.jumbotron {
	margin-top: 75px;
	padding-bottom: 0px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.jumbotron {
	padding-bottom: 0px;
}
}
.jumbotron .intro-content {
	margin: 120px auto 120px auto;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.jumbotron .intro-content {
	margin: 30px auto 30px auto;
}
}
.jumbotron .brand-name { 
	font-size: 72px !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.jumbotron .brand-name { 
	font-size: 48px !important;
	line-height: 48px;
	margin-bottom: 30px;
}
}
.jumbotron .brand-name-subtext {
	font-size: 30px !important;
	color: #bfd59a;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.jumbotron .brand-name-subtext {
	font-size: 24px !important;
	line-height: 24px;
}
}


/* SYMBOLS (excavation, sewer, water, supplier) ========================================================================= */
.symbols .container-fluid {
	margin: 120px 0px 90px 0px;
	padding: 30px 0px 30px 0px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.symbols .container-fluid {
	margin: 30px 0px 0px 0px;
}
}
.symbols {
	color: #ffffff;
	text-align: center;
	background-color: rgba(8, 8, 8, 0.55);
}
.symbols img {
	margin: 0px auto 30px auto;
}
.symbols h2 {
	margin: 0px;
	text-align: center !important;
}
.symbols a:link {
	color: #ffffff;
	text-decoration: none !important;;
}
.symbols a:visited {
	color: #ffffff;
	text-decoration: none !important;;
}
.symbols a:hover {
	text-shadow: -1px 1px 20px #ffc, 1px -1px 20px #fff;
	-webkit-transition: text-shadow 250ms linear 0s;
	-moz-transition: text-shadow 250ms linear 0s;
	-o-transition: text-shadow 250ms linear 0s;
	transition: text-shadow 250ms linear 0s;
	text-decoration: none !important;
}
.symbols a:active {
	color: #ffffff;
	text-decoration: none !important;;
}
/* excavation */
.symbols-col1 {
}
/* sewer */
.symbols-col2 {
}
/* water */
.symbols-col3 {
}
/* supplier */
.symbols-col4 {
}


/* CONTAINER (Aside) ==================================================================================================== */
aside {
	background-color: #84b444;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 48px;
	background-image: url(../img/bg-aside.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 30px 0px 30px 0px;
}
/* call */
aside .call {
	font-size: 55px;
	font-weight: 700;
}
/* phone */
aside .phone {
	font-size: 55px;
	color: #000000;
	float: right;
	font-weight: 700;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
aside .phone {
	font-size: 35px;
	float: none;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
aside .phone {
	font-size: 35px;
	float: none;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
aside .phone {
	font-size: 35px;
	float: none;
}
}
aside .phone:before {
	display: none;
}


/* CONTAINER (Section) ================================================================================================== */
section {
}
section h2:before {
	font-family: 'FontAwesome';
	content: '\f055';
	vertical-align: middle;
	position: absolute;
	left: -10px;
	color: #84b444;
	font-size: 45px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
section h2:before {
	display: none;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
section h2:before {
	display: none;
}
}
.section ul li {
	list-style: none;
	line-height: 36px;
	position: relative;
}
.section li:before {
	font-family: 'FontAwesome';
	content: '\f067';
	color: #84b444;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: -30px;
}
.section li a:link {
	color: #84b444 !important;
	text-decoration: none !important;
}
.section li a:visited {
	color: #84b444 !important;
	text-decoration: none !important;
}
.section li a:hover {
	color: #5c5c5c !important;
	text-decoration: none !important;
}
.section li a:active {
	color: #84b444 !important;
	text-decoration: none !important;
}
/* WELCOME (Section 1) =========================================================================================================== */
.section1 {
	padding: 120px 0px 120px 0px;
	background: url(../img/bg-section1.jpg);
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
/* if device width is smaller than or equal to 1920px, do this */
@media only screen and (max-width: 1920px)  {
.section1 {
	background-size: auto 70%;
}
}
/* if device width is smaller than or equal to 1024px, do this */
@media only screen and (max-width: 1024px)  {
.section1 {
	background-size: auto 30%;
}
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.section1 {
	background: none;
}
}
.section1 h1 {
	color: #000000;
}
/* EXCAVATION =========================================================================================================== */
.section2a {
	padding: 120px 0px 120px 0px;
	color: #cccccc;
	background: url(../img/bg-section2.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.section2a .container-fluid {
	background: url(../img/symbol-excavation_lg.png);
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: right -10% bottom;
}
/* if device width is smaller than or equal to 1920px, do this */
@media only screen and (max-width: 1920px)  {
.section2a .container-fluid {
	background-size: auto 30%;
}
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.section2a .container-fluid {
	background: none;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.section2a .container-fluid {
	background: none;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.section2a .container-fluid {
	background: none;
}
}
/* section2b */
.section2b {
	padding: 120px 0px 120px 0px;
}
/* SEWER ================================================================================================================ */
.section3a {
	padding: 120px 0px 120px 0px;
	color: #cccccc;
	background: url(../img/bg-section3.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.section3a .container-fluid {
	background: url(../img/symbol-sewer_lg.png);
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: right -10% bottom;
}
/* if device width is smaller than or equal to 1920px, do this */
@media only screen and (max-width: 1920px)  {
.section3a .container-fluid {
	background-size: auto 30%;
}
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.section3a .container-fluid {
	background: none;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.section3a .container-fluid {
	background: none;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.section3a .container-fluid {
	background: none;
}
}
/* section3b */
.section3b {
	padding: 120px 0px 120px 0px;
	background: url(../img/bg-section3b.jpg);
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
/* if device width is smaller than or equal to 1920px, do this */
@media only screen and (max-width: 1920px)  {
.section3b {
	background-size: auto 60%;
}
}
/* if device width is smaller than or equal to 1024px, do this */
@media only screen and (max-width: 1024px)  {
.section3b {
	background-size: auto 40%;
}
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.section3b {
	background: none;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.section3b {
    background-position: right bottom;
}
}
/* WATER ================================================================================================================ */
.section4a {
	padding: 120px 0px 120px 0px;
	color: #cccccc;
	background: url(../img/bg-section4.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.section4a .container-fluid {
	background: url(../img/symbol-water_lg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right -10% bottom;
}
/* if device width is smaller than or equal to 1920px, do this */
@media only screen and (max-width: 1920px)  {
.section4a .container-fluid {
	background-size: auto 60%;
}
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.section4a .container-fluid {
	background: none;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.section4a .container-fluid {
	background: none;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.section4a .container-fluid {
	background: none;
}
}
/* section4b */
.section4b {
	padding: 120px 0px 120px 0px;
}
/* SUPPLIER ================================================================================================================ */
.section5a {
	padding: 120px 0px 120px 0px;
	color: #cccccc;
	background: url(../img/bg-section5.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.section5a .container-fluid {
	background: url(../img/symbol-supplier_lg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right -10% bottom;
}
/* if device width is smaller than or equal to 1920px, do this */
@media only screen and (max-width: 1920px)  {
.section5a .container-fluid {
	background-size: auto 60%;
}
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.section5a .container-fluid {
	background: none;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.section5a .container-fluid {
	background: none;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.section5a .container-fluid {
	background: none;
}
}
/* section5b */
.section5b {
	padding: 120px 0px 120px 0px;
}
/* EMPLOYMENT ================================================================================================================ */
.section6a {
	padding: 120px 0px 120px 0px;
	color: #cccccc;
	background: url(../img/bg-section6.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.section6a .p-callout {
	color: #ffffff;
}
/* CONTACT =============================================================================================================== */
.section7 {
	background-color: #84b444 !important;
	padding: 120px 0px 120px 0px;
	background: url(../img/bg-section7.png);
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.section7 {
	background: none;
}
}
.section7 .green {
	color: #ffffff;
}
.section7 .p-callout:after {
	border-bottom: 2px solid #ffffff; /* This creates the border. Replace black with whatever color you want. */
}


/* CONTAINER (Footer) =================================================================================================== */
footer {
	background-color: #080808;
	padding: 60px 0px 30px 0px;
	color: #cccccc;
}
footer h3 {
	text-transform: none;
	color: #ffffff;
}
footer h3:after {
	content: ""; /* This is necessary for the pseudo element to work. */
	display: block; /* This will put the pseudo element on its own line. */
	width: 130px; /* Change this to whatever width you want. */
	padding-top: 30px; /* This creates some space between the element and the border. */
	border-bottom: 2px solid #84b444; /* This creates the border. Replace black with whatever color you want. */
}
/* footer-row1 */
.footer-row1 {
}
.footer-row1 ul {
	list-style: none;
	padding-left: 0px;
}
/* footer-row1col2 */
.footer-row1col2 a:link {
	color: #84b444;
	text-decoration: none;
}
.footer-row1col2 a:visited {
	color: #84b444;
	text-decoration: none;
}
.footer-row1col2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footer-row1col2 a:active {
	color: #84b444;
	text-decoration: none;
}
/* footer-row1col3 */
.footer-row1col3 li {
	display: inline;
	padding-right: 30px;
}
.footer-row1col3 li a:link {
	color: #ffffff;
}
.footer-row1col3 li a:visited {
	color: #ffffff;
}
.footer-row1col3 li a:hover {
	color: #84b444;
}
.footer-row1col3 li a:active {
	color: #ffffff;
}
.footer-row1col3 .phone a:link {
	color: #84b444;
}
.footer-row1col3 .phone a:visited {
	color: #84b444;
}
.footer-row1col3 .phone a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footer-row1col3 .phone a:active {
	color: #84b444;
}
/* footer-row2 (copyright) */
.footer-row2 {
	padding: 30px;
	font-size: 14px;
}
.footer-row2 a:link {
	color: #84b444;
	text-decoration: none;
}
.footer-row2 a:visited {
	color: #84b444;
	text-decoration: none;
}
.footer-row2 a:hover {
	color: #bfd59a;
	text-decoration: none;
}
.footer-row2 a:active {
	color: #84b444;
	text-decoration: none;
}


/* MEMBERS ============================================================================================================== */
.members {
	margin: 30px 0px 30px 0px;
}
#members-logos {
	text-align: center;
}
.members-logo {
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
	padding: 30px 60px 30px 60px;
}


/* CLASS SELECTORS (Navbar) ============================================================================================= */
.navbar-nav {
	margin: 0px;
	padding: 25px 0px 15px 0px;
}
.navbar-nav .phone a:link {
	font-size: 35px !important;
	position: relative;
	bottom: 5px;
}
.navbar-nav .phone:before {
	display: none;
}
.navbar-nav .fontawesome a:link {
	font-size: 30px !important;
	color: #000000 !important;
	position: relative;
	bottom: 5px;
}
/* Main ================================================================================================================= */
.navbar-default.navbar-expanded {
	background: #84b444;
	border-bottom: none;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}
.navbar-default {
	background: #84b444;
	border-bottom: solid 10px #080808;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}
/* (moves the logo within the navbar to desired position) */
.navbar-brand img {
	margin-top: -10px;
}
/* Toggle =============================================================================================================== */
/* (background-color, surrounding border color, and position of toggle menu on mobile) */
.navbar-default .navbar-toggle {
	margin-bottom: 30px;
	background-color: #080808;
	border-color: #080808;
}
/* (inner 3 lines color for toggle on mobile) */
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
/* (background color for toggle when clicked on mobile) */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
}

/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-default .navbar-collapse {
	border: none !important;/* (removes bottom border when toggle menu on mobile is expanded) */
	background-color: #bfd59a;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.navbar-default .navbar-collapse {
	border: none !important;/* (removes bottom border when toggle menu on mobile is expanded) */
	background-color: #bfd59a;
}
}
/* (background color for toggle when clicked on mobile) */
.navbar-default .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #080808;
}

/* Primary ============================================================================================================== */
/* (primary list items in off state) */
.navbar-default .navbar-nav li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 45px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-default .navbar-nav li {
	margin-bottom: 30px;
	padding: 0px 0px 0px 0px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.navbar-default .navbar-nav li {
	margin-bottom: 30px;
	padding: 0px 0px 0px 0px;
}
}
/* (primary list items visited) */
.navbar-default .navbar-nav li a:visited {
	color: #ffffff;
}
/* (primary list items on hover) */
.navbar-default .navbar-nav li a:hover {
	color: #000000;
}
/* (primary list items active) */
.navbar-default .navbar-nav li a:active {
	color: blue;
}
/* (primary list items focus) */
.navbar-default .navbar-nav li a:focus {
		color: #ffffff;

}
/* (ACTIVE NAV -- working on) */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: red !important;
	font-size: 100px !important;
}



/* CLASS SELECTORS (Contact Form) ======================================================================================= */
.contactform .form-group {
}
.contactform .form-group input, .contactform .form-group textarea {
	padding: 20px;
	font-size: 18px !important;
}
.contactform .form-group input.form-control {
	height: auto;
}
.contactform .form-group textarea.form-control {
	height: 236px;
}
.contactform .form-control:focus {
	border-color: #c9e4db;
	box-shadow: none;
}
.contactform .btn-default {
	background-color: #84b444;
	border-color: #ffffff !important;
	border-radius: 0px;
	border: solid 2px;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	margin: 30px 0px 0px 0px;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
}
.contactform .btn-default:after {
	font-family: 'FontAwesome';
    content: '\f055 '; /* (font awesome unicode for plus-circle) */
	padding-left: 15px;
	position: relative;
	color: #ffffff;
}
.contactform .btn-default:link {
}
.contactform .btn-default:visited {
}
.contactform .btn-default:hover {
}
.contactform .btn-default:active {
}
/* (alert) */
.text-danger ul {
	list-style: none;
	background-color: #ffffff;
	margin: 0px !important;
	padding: 10px !important;
	color: black;
	border: solid 2px red;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
}
.contactform input {
	border: solid 1px #c9e4db;
	border-radius: 0px;
	background-color: #f2f2f2;
}
.contactform textarea {
	border: solid 1px #c9e4db;
	border-radius: 0px;
	background-color: #f2f2f2;
}
::-webkit-input-placeholder {
 font-size: 18px;
 color: #666664 !important;
}
:-moz-placeholder {
 font-size: 18px;
 color: #666664 !important;
}
::-moz-placeholder {
 font-size: 18px;
 color: #666664 !important;
}
:-ms-input-placeholder {
 font-size: 18px;
 color: #666664 !important;
}
.alert-success {
	background-color: #d8e1dd;
	font-size: 18px;
	padding: 15px !important;
	border: none;
	border-radius: 0px;
	text-align: center;
	color: #666664 !important;
	line-height: 24px;
}
.required {
	color: red;
	font-weight: bold;
}


/* 404 NOT FOUND ======================================================================================================== */
.notfound {
	height: 100%;
}
.notfound-message {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 360px;
	width: 100%;
	text-align: center;
	color: #000000;
}
.notfound-message img {
	margin: 0 auto !important;
	text-align: center !important;
}