.front-and-center {
    text-align: center;
    margin: 30px 0;
}
.content-column {
    padding: 10px 5px;
}

/* Custom CSS Added below - remove to revert to default values */

/* Bigger Menu  */

.container-fluid {
    padding-top: 15px;
}    

/* change nav / header background color */

.navbar-inverse {
    background-color: #fff !important;
    border-color: transparent;
}

/* remove KeyLinks Logo */

.navbar-brand {
  display: none;
}

/* add SOAS logo */

#site-logo {
  top: 10px;
  display: block;
  background-image: url(https://ble.soas.ac.uk/pluginfile.php/1/theme_lambda/logo/1592200976/soas-logo-transparent.png);
  background-size: 200px;
  background-repeat: no-repeat;
  height: 66px;
  width: 200px;
}

/* Site logo positioning in mobile view */

@media (max-width: 766px){
#site-logo {
    left: 50px!important;
}}

/* Search Box Placeholder Text */
.navbar-inverse .navbar-form input[type=text]::-webkit-input-placeholder {
    color: lightgray;
}

/* Search Box Input Text */
#site-search-box input {
    color: #63666A;
}

/* Search Box border with / without focus */

.navbar-inverse .navbar-form input[type=text] {
 box-shadow: inset 0 -1px 0 lightgray;
 transition: box-shadow 0.3s;
}

.navbar-inverse .navbar-form input:focus[type=text] {
 box-shadow: inset 0 -2px 0 #63666A !important;
}

/* change icon colour across the site */

.material-icons {
    color: #63666A;
}

/* left side Main menu */

.navicon, .navicon:before, .navicon:after {
    background: #63666A;
}

/* Browse button results colour */

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #00859b;
    border-color: #00859b;
}

/* Text color in Main menu login screen */

#login-logout-darken {
   color: #63666A;
}

/* Footer styling */

#footer {
    background-color: #63666A;
    text-align: center;
}

#footer a {
    color: #f2a900;
}