﻿.body {
	margin: 0;
	color: #000000;
	padding-top: 0px;
}
.bkg {
	background-image:url('../images/BKG.jpg');
    background-repeat: no-repeat;
    max-width:2000px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    min-height:980px;
    }
      
.bkgPages {
	background-image:url('../images/BKG_pages.jpg');
    background-repeat: no-repeat;
    max-width:2000px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    min-height: 365px;
      }

   
.container-fluid {
	max-width: 1000px;
	margin: 0 auto;
}
a {
	color: #477853;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 17px;
	line-height: 25px;
}
li {
	font-size: 15px;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 2px solid #716558;
}
label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
}
.footerLabel {
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	color: #ffffff;
}
.footer {
	width: 100%;
	margin-top: 0px;
	font-size: 14px;
	background-color: #477853;
	color: #ffffff;
	padding-top: 20px;
}
.footer P {
	font-size: 14px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
}
.footer a:hover {
	color: #000000;
	text-decoration: none;
}
.homeText {
	font-size: 15px;
	line-height: 25px;
	margin-top: 0px;
	}
.pagesText {
	font-size: 15px;
	line-height: 20px;
	margin: 5x auto 5px auto;
}
.testText {
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 20px auto 20px auto;
	color: #ffffff;
	font-style: italic;
}
h1 {
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #477853;
	margin-top: 30px;
}
h2 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 20px;
	font-weight: bold;
	line-height:25px;
	
}
h3 {
	font-size: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight:bold;
	color: #716558;
	text-align:center;
}
h4 {
	font-size: 17px;
	color: #A8001A;
	font-weight: bold;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.nav a {
	font-size: 20px;
	margin-top: 0px;
	color: #477853;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover {
	border-bottom: #477853 solid 2px;
}
.nav-justified {
	display: table;
	}
.nav-justified > li {
	width: auto;
}

.pages {
	
	 background: rgba(255, 255, 255, 0.80);
	 padding-left: 10px;
	 padding-right: 10px;
	}
.homeAds {
	text-align: center; 
	 background: rgba(71, 120, 83, 0.80);
	 padding: 20px;
	 margin-top: 20px;
	 margin-bottom: 20px;
}
.homeAds a {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.homeAds a:hover {
	color: #ffffff;
}

.services {
	
	border: solid 1px #477853;
	padding: 10px;
	min-height: 250px;
	margin-bottom: 20px;
}
.services h2 {
	
	margin-top: 0;
}
.services ul{
	padding-left: 15px;
}

.services li{
	font-size: 17px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
    background-color: #477853;
}
.nav-include-submenu li > div {
	display: none;
}
.nav-include-submenu li:hover > div {
	display: block;
}
.nav-include-submenu ul {
	position: absolute;
	top: 100%;
	left: 10px;
}
.nav-justified > li > a {
	margin-bottom: 5px;
	margin-left: 0px;
}
.sub {
	background-color: #535658;
	padding: 10px;
	margin: 20px 0px 10px 0px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.logos {
}
.logos img {
	padding: 5px;
}

.pageLinks {
	color:blue;
	letter-spacing: 1px;
	margin-top: 20px;
	color: #BE1E2D;
}

.pageLinks li {
	font-size: 25px;
}

.pageLinks a {
	color: #BE1E2D;
}

.footerContact {
	text-align:center;
}
.footerLinks {
text-align:right;
float:right;
}


.home h1 {
	 background: rgba(71, 120, 83, 0.70);
	 color: #ffffff;
	 padding: 20px;
	 margin-top: 200px;
	 text-align:center;
	
}


/*iPhone*/
@media (max-width: 767px) {

.nav-justified > li > a {
	text-align: left;
}

.footerContact {
	text-align:left;
	margin-top: 20px;
}
.footerLinks {
text-align:left;;
float:none;
margin-top: 20px;
border-top: solid 1px #716558;

}

.bkg {
	background-image:url('../images/BKG_Phone.jpg');
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    min-height:490px;
    }

 .home h1 {
    margin-top: 100px;
    text-align:center;
}

.homeText {
		margin-top: 10px;

}

}
/*iPad protrait*/
@media (min-width: 768px) and (max-width: 991px) {

 .home h1 {
    background: rgba(71, 120, 83, 0.70);
    color: #ffffff;
    padding: 20px;
    margin-top: 150px;
    text-align:center;
}

.homeText {
		margin-top: 10px;

}

}

/*iPad landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
.bkg {
	background-image:url('../images/BKG_IPAD.jpg');
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    max-width: 1000px;
    min-height: 490px;
    }
   
 .home h1 {
    background: rgba(71, 120, 83, 0.70);
    color: #ffffff;
    padding: 20px;
    margin-top: 200px;
    text-align:center;
}

.homeText {
		margin-top: 10px;

}

}

}

/*iPad desktop*/
@media (min-width: 1200px) {
bkg {
	background-image:url('../images/BKG_IPAD.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-width:1000px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    }
   
  .homeText {
		margin-top: 10px;

}

}
