header {
    background: #ffffff !important;
    padding-top: 20px !important;
}

.nav-collapse .menulink a {
  color: #000000;
}

.left-column{
  padding: 200px 0 150px;
   background: #066aab url(../img/solar2.jpg) no-repeat center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #066aab;
  min-height: 1000px;
}

.left-column .column{
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 15px;
    -webkit-box-shadow: 6px 8px 8px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 8px 8px -9px rgba(0,0,0,0.75);
box-shadow: 6px 8px 8px -9px rgba(0,0,0,0.75);
}


.left-column2{
  padding: 200px 0 150px;
   background: #066aab;
  color: #066aab;
  min-height: 1000px;
}

.left-column2 .column{
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 15px;
    -webkit-box-shadow: 6px 8px 8px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 8px 8px -9px rgba(0,0,0,0.75);
box-shadow: 6px 8px 8px -9px rgba(0,0,0,0.75);
max-width: none;
width: 100%;
}



@media (max-width: 975px){

  header {
    padding-top: 0px !important;
  }

  .column{
    width: 100% !important;
    text-align: center;
    margin: auto;
    max-width: none !important;
  }


}



@media (max-width: 915px){
}



  