main{
    margin-top:60px;
}

section{
    margin-top:5px;
    margin-bottom:10px;
}

.navbar-brand span{
    font-size: 24px;
    transform: scale(.5, 1);
}
.navbar-brand img{
    height:30px;
    margin-left:5px;
    margin-right:5px;
}

h3{
    text-decoration:underline;
    margin-bottom:20px;
}

.anchor{
    display: block;
    height: 60px; /*same height as header*/
    margin-top: -60px; /*same height as header*/
    visibility: hidden;
}