.header-logo{
    width:100%;
    height:auto;

}

.header{
    background-color: #ffffff;
}

h1{
    text-align: center;
}
.top-link > a {
    display:block;
    text-align:center;

    color: black;
}

.row>.active{
    font-weight: bold;
}

.navbar-header>.lead{
    margin-bottom: 0px;
}

.marketing-pic{
    width: 100%;
}

.lead{
    font-weight: 300;
}
@media (min-width: 600px){
    .top-link{
        white-space: nowrap;
    }
}
@media (min-width: 768px){
    .board-home-button{
        visibility: hidden;
    }
}
.navbar-right>li{
    font-weight: 300;
}

#ajax-loader{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.logo-padding{
    height:0px;
    width:100%;
}

a:active, a:focus{
    text-decoration: none
}


.secondary-nav{
    display: none;
    border-radius: 0px;
    border: 0px;
}

.board-content{
    text-align: center;
    font-weight: 300;
}

.skills{
    color: darkgrey;
    font-weight: 200;
    text-align: center;
}

.skills-row{
    display: none;
}

.gallery-row{
    display:none;
}

.gallery-row>div{
    overflow: hidden;
    padding:0px;
}

.col-xs-4{
    padding: 0px;
}

h4{
    font-weight: 300;
}

.left{
    text-align: left;
}

.list-unstyled>.active{
    font-weight: 600;
}

.board-features-top-diagram{
    width:100%;
}