
/*LOGO COLOURS

red = 461900
yellow = 996633
green = 666633


/*navbar styling*/


.nav li {

  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  color: #714141;
}

.grey {

  color: #6b696a;
}

.red {

  color: #714141;
}

.red2 {

  color: #461900;
}

.yellow {

  color: #996633;
}

.green {

  color: #666633;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #6b696a;  /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > li > a {
   color: #714141; /*Change active text color here*/
    }

/*footer styling*/



.footer-img  {

  float: right;
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 10px;
}



/*Carousel styling*/

.carousel-inner {

  max-height: 700px;
}

.carousel-indicators li { visibility: hidden; }

.carousel-control.left {

  background-image: none;
}

.carousel-control.right {

  background-image: none;
}


  /*Info section*/

.info {

  margin-top: 20px;
}


.about {

  padding-left: 30px;
  padding-right: 150px;
  padding-bottom: 20px;
  border-right: 1px solid #e3e3e3;

}



.about a {

  color: #714141;
}


  .contact {

  text-align: right;
  padding-right: 30px;
  
  } 

  .contact h4 {

    color: #714141;
  }





/*ABOUT PAGE*/    



#aboutHeader {

  color:#714141;

}

#aboutBlurb {

  color: black;
  padding-top: 10px;
}

 
 .contact-link  {

  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #e3e3e3;
 }

/*RESIDENTIAL PAGE*/



.resi-blurbs p, li {

  color:black;
}

.resi-blurbs li {

  margin-left: 85px;
}

#dwellings-left {

  margin-top: 30px;
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
  
  margin-right: 15px;
  
}

#dwellings-right {

  margin-top: 30px;
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
  margin-left: 45px;
  
}

/*COMMERCIAL PAGE*/

.comm-blurbs p{

  color: black;
}



/*LEGAL PAGE*/

#img-container {

  margin-top: 75px;
}




.legal-blurb p, li {

  color: black;
}

#legal-info {

  border-top: 1px solid #e3e3e3;
}

#accident-info {

  margin-top: 30px;
  border-top: solid 1px #e3e3e3;
  padding-top: 20px;
}



.accident-blurb h3 {

  margin-bottom: 20px;

}



.accident-blurb p{

  color: black;
}


.model-link {
  text-decoration: none;
  color: #714141;
}

/*ENVIRONMENTAL PAGE*/

.env-blurb {

  margin-top: 20px;
}

.env-blurb p {

  margin-top: 20px;
}

.env-blurb p, li{

  color: black;
}

.env-list li {

  font-size: 16px;
}


/*MODELLING PAGE*/


.mod-blurb {

  margin-top: 20px;
}

.mod-blurb p{

  color: black;
}
}