﻿


/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
    background: #000;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

body
{
background:#000;
}

.slide-0
{
background:#fff;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {

    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate(-50%,-50%);
         -moz-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
           -o-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}



.hero h3 {
    font-size: 1.5em;    
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
    outline: none;
    margin: 50px auto;
    border-radius:0px;

}



/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-0 {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
}


.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fade-carousel .slides .slide-0 {
  background-image: url("images/logo.png");
}

.fade-carousel .slides .slide-1 {
  background-image: url("images/NHsolar.jpg");
opacity:.4;
}
.fade-carousel .slides .slide-2 {
  background-image: url("images/NHwindmill.jpg");
opacity:.4;
}
.fade-carousel .slides .slide-3 {
  background-image: url("images/NHcoal.jpg");
opacity:.4;
}



/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}




.counter-container {
        color: #767676;
	width:100%;
}

.counter-container ul {
  margin: 20px;
  width
}
.counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 1px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 2px 25px;
  line-height: 20px;
  transition: all .2s;
  color: green;
  background: #149dcc;
  background: white;

  width: 20px;
  height: 20px;
  content: '✓';
}



.hedge-container {
        color: #767676;
	width:100%;
}

.hedge-container ul {
  margin: 20px;
  padding-left:20px;
}
.hedge-container ul li {
  margin-bottom: 1rem;
  list-style: none; 

}
.hedge-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 1px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 2px 15px;
  line-height: 20px;
  transition: all .2s;
  xcolor: #ff0000;
  background: white;

  width: 20px;
  height: 20px;
  content: '\2022';
}


body
{
  background:#fff;
}


#content
{
  background:#fff;
  margin-top:30px;
  margin-bottom:50px;
  display: none;
}


.carousel-indicators
{
	display:none;
}


.article-title {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #ffffff;
    width:100%;
}


.article-text {
    font-family: "Rubik",sans-serif;
    font-size: 1.8rem;
}


.contact-item
{
	background-color:lavenderblush;
	margin: 20px 5px 0px 5px;
	padding:10px;
    font-family: "Rubik",sans-serif;
    font-size: 1.8rem;
}



.article-list {
    width: auto;
    margin: 0px 50px;
    font-family: "Rubik",sans-serif;
    font-size: 1.5rem;
}



.navbar-brand {
  padding: 0px;
	display: none;
}

.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}


.navbar-brand{ 
  background: url("images/logo.png") center / contain no-repeat;
  width: 200px;
}

.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}





.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}



.navbar-collapse-max-height
{
	height:50px;
}


.myLogo { padding: 10px; }



.purechat
{
	display: none;
}