/* CSS Document */

/* Custom page CSS
-------------------------------------------------- */
body {
	color: #2C0E10;
	font-family: 'Quattrocento Sans', sans-serif;
}
.logo {
	padding: 30px 0 0px;
	text-align: center;
}
.headertxt {
	padding: 40px 0px 0px 0;
	color: white;
	text-align: center;
}
.headertxt a, .headertxt a:active, .headertxt a:visited {
	color: #FFF;
	font-weight: normal;
}
.headertxt a:hover, .headertxt a:focus {
	color: #BA986A;
}
.homeContent {
	padding-top: 0px;
	padding-bottom: 40px;
	background: #FFF;
	border-top: 2px solid #BA986A;
}
.pageContent {
	padding-top: 50px;
	padding-bottom: 40px;
	background: #FFF;
}
.padbtm {
	margin-bottom: 50px;
}
.padtop {
	margin-top: 50px;
}
.itempad {
	margin-top: 50px;
	margin-bottom: 50px;
}
a, a:active, a:visited {
	color: #008DC0;
	font-weight: bold;
}
a:hover, a:focus {
	color: #0069A0;
	text-decoration: none;
}
.icopadL {padding-left: 10px;}
.icopadR {padding-right: 10px;}

a[href^=tel] { color: inherit; text-decoration: none; }

.imgpad { padding-bottom: 15px;}
.spacerpad { padding-left: 10px; padding-right: 10px; color: #BA986A;}
.socialPad {padding-left: 3px; padding-right: 3px;}

.homeform { 
	min-height: 290px;
}
.signature {
	font-family: 'Sacramento', cursive;
	font-size: 30px;
	margin-top: 10px;
}

hr { width: 80%;
padding: 20px 0 20px;}

hr.alt { width: 60%;
padding: 10px 0 0px;}

.lrgicons {
	font-size: 52px;
	color: #77bd02;
	padding-top: 50px;
	}
.midicons {
	font-size: 36px;
	color: #008DC0;
	}
.greenicon {
	font-size: 36px;
	color: #77bd02;
	}
.blueicon {
	font-size: 20px;
	color: #008DC0;
	}
.text-muted a {
	color: #777;
}
h2 a.normal {
	font-weight: normal;
}
h4 {
	font-size: 16px;
	padding-top: 10px;
}
h1, h2, h3, h4, h5 {font-family: 'Quattrocento', serif;}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.6rem;
	color: #2C0E10;
}
h3.alt, .h3.alt {
  font-size: 1.6rem;
	color: #fff;
}
h4, .h4 {
  font-size: 1.4rem;
	color: #2C0E10;
}
h4.alt, .h4.alt {
  font-size: 1.4rem;
	color: #fff;
}
h5.alt, .h5.alt {
  font-size: 1.3rem;
	color: #fff;
}
.lead {
  font-size: 1.3rem;
  font-weight: 300;
}
.splash {
	border-top: thin solid #fff;
	background-image:url(../images/bg-splash.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* Navigation
-------------------------------------------------- */

.nav-item { padding-right: 20px;}  /*adds space beside menu items*/

.navbar-custom {
    background-color: #008DC0;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,1);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255, 1);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: rgba(255,255,255, 0.8);
}
/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #008DC0;
	border: none;
}
.navbar-custom .dropdown-item {
    color: #fff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
	color: #FFF;
	background-color: rgba(255,255,255,.5);
}
.navbar-custom .dropdown-item.active {
	color: #0C0304;
	font-weight: bold;
	background-color: rgba(255,255,255,.1);
}
/* this is a black icon with 50% opacity */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/*  this is a white icon with 50% opacity */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/*  this is a custom toggler icon with 80% opacity */
.navbar-custom .navbar-toggler {
    border-color: rgba(255,255,255, 0.9);
}
.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navIcons {
	font-size: 20px;
	color: #fff;
	padding-left: 15px;
	}
.navIcons:hover {
	font-size: 20px;
	color: #AAE800;
	}
/* Buttons 
___________________________________________________*/


/* default button */
.btn-default {
  color: #fff;
  background-color: #8dc000;
  border-color: #8dc000;
}
.btn-default:visited {
  color: #fff;
  background-color: #8dc000;
  border-color: #8dc000;
}
.btn-default:hover {
	color: #fff;
	background-color: #67a402;
	border-color: #67a402;
}

.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
  background-color: #008DC0;
  border-color: #008DC0;
}

.btn-default:active, .btn-default.active,
.show > .btn-default.dropdown-toggle {
  background-color: #67a402;
  background-image: none;
  border-color: #67a402;
}

/* primary button */
.btn-primary {
  color: #fff;
  background-color: #008DC0;
  border-color: #008DC0;
}
.btn-primary:visited {
  color: #fff;
  background-color: #008DC0;
  border-color: #008DC0;
}
.btn-primary:hover {
	color: #fff;
	background-color: #007AA6;
	border-color: #007AA6;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #008DC0;
  border-color: #008DC0;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #008DC0;
  background-image: none;
  border-color: #008DC0;
}

/* secondary button */
.btn-secondary {
  color: #fff;
  background-color: #B29051;
  border-color: #B29051;
}
.btn-secondary:visited {
  color: #fff;
  background-color: #B29051;
  border-color: #B29051;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #957345;
	border-color: #9A7747;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #008DC0;
  border-color: #008DC0;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #A6804D;
  background-image: none;
  border-color: #9A7747;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing { 
padding-top: 0px;
}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* Testimonials
------------------------- */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
.testimonials blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #fff;
}
.testimonials blockquote p:last-child,
.testimonials blockquote ul:last-child,
.testimonials blockquote ol:last-child {
  margin-bottom: 0;
}
.testimonials blockquote footer,
.testimonials blockquote small,
.testimonials blockquote .small {
  display: block;
  font-size: 90%;
  line-height: 1.42857143;
  color: #777;
}
.testimonials blockquote footer a { 
	color: #777;
	font-weight: bold;
}
.testimonials blockquote footer:before,
.testimonials blockquote small:before,
.testimonials blockquote .small:before {
  content: '\2014 \00A0';
}

/* Featurette and Carousel
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
 /*background: url(../images/footer_gr.png); 
  background-repeat: repeat;
	height: 420px;*/
  background: #008DC0;
	border-top: thin solid #fff;
	height: 660px;
  text-align: center;
}
footer{
  color: white;
}
footer a, footer a:active, footer a:visited {
  color: #fff;
	font-weight: normal;
}
footer a:hover{
  color: #8dc000;
}

.slogan{
	text-align: center;
	background: #FFF;
	color: #008DC0;
}

.client{
	text-align: center;
	border-top: thin solid #fff;
	background: #8dc000;
	color: #FFF;
	padding: 90px 0;
	border-width: 1px 0;
	border-color: white transparent #8dc000;
	box-shadow: 0 1px 0px white, 0 -1px 0px #8dc000;
}

.footer-top{
	text-align: left;
	border-top: thin solid #fff;
	color: #2C0E10;
	background-image:url(../images/img-goal.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
	padding: 90px 0;
	border-width: 1px 0;
	border-color: #8dc000 transparent #fff;
	box-shadow: 0 1px 0px #8dc000, 0 -1px 0px #fff;
}

.footer-middle{
  padding-top: 2em;
}
.footer-middle a:hover{
  color: #8dc000;
	text-decoration: none;
}

.footer-bottom{
  padding: 2em;
  text-align: center;
	font-size: 11px;
}
.footer-bottom a{
  color: #fff;
	font-weight: normal;
}

.footer-middle h4 {color: #FFF;}

/* Sizing for Devices
-------------------------------------------------- */

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.footer-title h4{ font-size: 20px;}
.footer-title h4.altsm { font-size: 30px; text-align: left;}
.footer-top{
	text-align: left;
	background-size: cover; 
	padding: 90px 0;
}
	
.formpad { padding-top: -20px;}	
.homeform { 
	min-height: 350px;
}
}

/* Medium devices (portrait tablets, 768px and up) */
@media (min-width: 768px) { 
.logo {
	padding: 30px 0;
	text-align: left;
}
.headertxt {
	padding: 40px 80px 0px 0;
	color: white;
	text-align: right;
}
.footer {
	height: 300px;
}
.footer-title h4{ font-size: 30px;}
.footer-title h4.altsm { font-size: 30px; text-align: center;}
.footer-top{
	text-align: center;
	background-size: contain;
	padding: 40px 0;
}
.homeform { min-height: 381px; }	
}

/* Large devices (landscape tablets, laptops, desktops, 992px and up) */
@media (min-width: 992px) { 
.footer-top{
	text-align: center;
	background-size: contain;
	padding: 50px 0;
}
.lrgicons {
	font-size: 52px;
	color: #77bd02;
	padding-top: 0px;
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.specalignL {text-align: left;}
.specalignR {text-align: right;}
.footer-top{
	text-align: center;
	background-size: contain;
	padding: 90px 0;
}
.lrgicons {
	font-size: 52px;
	color: #77bd02;
	padding-top: 0px;
	}
	
}


