
.company {
	margin-top: 10px;
	margin-bottom: 40px;
	font-weight: bolder;
}

#notice, #council, #energy, #education, #pad {
	padding-bottom: 20px;
	padding-top: 10px;
}

.img-fluid {
    margin-bottom: 20px;

  }

#blurb {

	background-color: #f8f8f8;
    font-size: 1.2em;
    font-weight:100;
    font-stretch: ultra-expanded;
    -ms-transform: scaleY(1); /* IE 9 */
    -webkit-transform: scaleY(1); /* Safari */
    transform: scaleY(1);
}

#contact {
    font-size: 1.2em;
    font-weight:100;
    font-stretch: ultra-expanded;
    -ms-transform: scaleY(1); /* IE 9 */
    -webkit-transform: scaleY(1); /* Safari */
    transform: scaleY(1);
}

#subtitle {
margin-top: 60px;
margin-bottom: 10px;
font-weight: bolder;
}

#story {
    margin-top: 60px;
    margin-bottom: 10px;
    font-weight: bolder;
    }

    #services {
        margin-top: 60px;
        margin-bottom: 10px;
        font-weight: bolder;
        }

#subtitlecntc {
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: bolder;
    }

body
{
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
}



.navbar 
{
    background-color: #ffffff;
}
.navbar .brand-navbar img:hover
{
    opacity: 0.7;
}
.navbar ul
{
padding: 0px 30px 0px 0px;
}
.navbar ul li a{
    color: black;
    margin: 10px 0px 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.header .navbar ul li a i{

  color: black;
  margin: 10px 0px 0px 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.navbar ul li a .fas{
    padding-right:5px; 
    padding-left:5px; 
    color: black;
}
.navbar ul li a:hover{
    color: #15b000;
}
.navbar ul li.active > a {
    color: #15b000;
    font-weight: bold;
    font-size: 12px;
    border-left: 3px solid #15b000;
    border-radius: 40px;
}
.iconStyle
{
    color: #15b000;
}

  .d-flex {
    align-items: center;
  }

  .jumbotron {
	background-color: #f8f8f8 !important;
    padding: .0px .20px;
    margin-bottom: .20px;
}

.navbar-light .navbar-nav .nav-link {
	font-size: medium;
    color: rgba(0,0,0,.7);
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
	/* border-top: #dee2e6; */
}
a:link {
  text-decoration: none;
}