html,body {
    height:100%;
    padding-top:14px; /*height of fixed navbar*/
}

.navbar, .logo1 { 
  -webkit-transition:padding 0.5s ease;
  -moz-transition:padding 0.5s ease; 
  -o-transition:padding 0.5s ease;        
  transition:padding 0.5s ease;  
}

.affix, .logo1 {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.5s ease;
  -moz-transition:padding 0.5s ease;  
  -o-transition:padding 0.5s ease;         
  transition:padding 0.5s ease;  
}

section, .logo1 {
    min-height:calc(100% - 70px);
}


.portfolio {
  background-color: white;
  width: 100%;
  height: 100%;
  padding-top:50px;
  margin-top:100px;
}

.footer {
  background: #6da43d;

}
.footer a {
  background-color: #6da43d;
  font-size: 20px;
  padding: 10px;
  border-right: 1px solid #6da43d;
  transition: all 1s ease;
}
.footer a:first-child {
  border-left: 1px solid #6da43d;
}
.footer a:hover {
  color: white;
}

.myimg {
    
    max-height: 500px;
    
}


.featurette {
    padding: 20px 30px;
    margin: 20px 0;
}