html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

#header
{	
    height:150px;

}

/*#navlinks
{
  background-color: #23477f;
}*/

.vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.bordered-without-top
{  
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px;
}

#brand-name
{
	
    font-size:30px;
	padding-top: 65px;
	margin-left: -40px;
}

.navbar-brand.navbar-image {
   padding: 0 20px 0 0;
   display: flex;
}

 .navbar-nav>li {
      float: none;
    }
#navbar-collapse a
{
    font-weight:bold;
    /*color:black;*/
}
/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /*background-color: #f5f5f5;
}*/

