body {
  min-height: 800
    px;
  padding-top: 70px;
}
.portfolio-header {
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom: inherit;
    z-index:1030;
    min-height:139px;
    background-color: white;
    text-align: center;
}
.portfolio-header img {max-width: 100%;}
.navbar {
    background-color: white;
    color: white;
    top: 139px;
    text-align: center;
    font-family: proxima-nova, sans-serif;
}
.menu-container { width:500px; margin-left: auto; margin-right: auto;}
.navbar-brand {
    color: white !important;
}
.jumbotron img {
    max-width: 100%;
    margin-top: 139px;
}
.jumbotron {
    max-width: 100%;
    margin-top: 139px;
}
.portfolio-footer {
    min-height: 65px;
    background-color: white;
    color: #556E35;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.main-container
{
    position: absolute;
    width: 100%;
    top: 190px;
    bottom: 96px;
    text-align: center;
    overflow: scroll;
}
.welcome
{
    position:absolute;
    z-index: 1000;
    color:#556E35;
    background-image: url(images/header.png);
    padding-bottom: 10px;
    width: 100%;
    height: 200px;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
}
.container{width:100% !important; padding:0px; text-align: center; margin-left: auto; margin-right: auto;}
.container ul {text-align: center; margin-left: auto; margin-right: auto; position: relative;}
          #myCarousel{
             position: inherit;
              margin-top: 0;
              color: white;
        }
            #myCarousel1 {
        }
.carousel-inner {
    text-align: center !important;
}
.bio {
    width:auto;
}