.section{
    position: relative;
    top:105px;
}
#TopBar{
    z-index: 999;
    top:0;
    position: fixed;
    height: 30px;
    width: 100%;
    background: rgb(5, 133, 235) !important;
    color: rgb(255, 255, 255) !important;
}
#TopBar a{
    color: white;
    text-decoration: none;
}
#TopBar a:hover{
    color: white;
    text-decoration: none;
}
#TopBar .container:after{
    content: '';
    display: block;
    clear: both;
}
.topbar-left{
    line-height: 30px;
    float: left;
}
.topbar-right a{
    margin-right: 5px;
    margin-left: 5px;
}
.admission-open{
    height: 20px; 
    vertical-align: middle;
}
.admission-number{
    border-radius: 25px;
    height: 40px; 
    width: 40px;
    vertical-align: middle;
}
.topbar-right{
    line-height: 30px;
    float: right;
}
#header{
    top:30px;
    z-index: 999;
    position: fixed;
    height: 65px;    
    line-height: 65px;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    margin-bottom: 16px;
    background: white;
}
#header .container:after{
    content: '';
    display: block;
    clear: both;
}
#header .header-left{
    float: left;
}
#header .header-right{
    float: right;
}
#header a{
    color: black;
    text-decoration: none;
}
#header a:hover{
    color: blue;
    text-decoration: none;
}
@media only screen and (max-width: 670px) {
    #TopBar .topbar-left a{
        font-size: 10px;
    }
    .admission-number{
        height: 30px; 
        width: 30px;
    }
    #header a{
        font-size: 10px;
    }
}