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

/* Hide KeyLinks logo */
.navbar-brand {
  display: none;  
}

#site-logo {
   top: 10px;
   display: block;
   background-image: url("https://www.aast.edu/en/images/logo-2.png");
   background-size: 200px;
   background-repeat: no-repeat;
   height: 45px;
   width: 250px;
}

body {
  background: #ffffff;
}

.navbar {
  background-color:#10325a;   
}

#footer {
    background-color:#10325a;
    text-align: center;
}

a {
    color: #fdc540;
    text-decoration: none;
}
    
a:focus, a:hover {
    color: #fdc540;
    text-decoration: underline;
}

.caption{
    text-align: center;
    color: #11233e;
    background-color: #11233e;
 
}

.thumbnail { 
    padding: 5px;
    max-width: 100%;
    height: auto;
}

#search-results {
    background-color: #11233e;
}
.panel-primary>.panel-heading {
  background-color: #11233e;
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
color: #ffffff; background-color:#10325a;
background-image:none;
border-color: transparent;
}

.btn-primary {
color: #ffffff; background-color: #11233e;
background-image:none;
border-color: transparent;
}

.btn-primary:hover {
color: #ffffff; background-color: #10325a;
border-color: transparent;
}

/* Navigation bar colour - not full hover and select though... 
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 #20322a;
    box-shadow: inset 0 -2px 0 #20322a;
    color: #20322a;
}

.nav-tabs>li.a, .nav-tabs>li.a:focus {
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 #20322a;
    box-shadow: inset 0 -2px 0 #20322a;
    color: #20322a;
}
*/

h1 {color: #fdc540; font-family: "Arial"; font-weight: normal} 
h1 id #browse { color: #11233e; font-family: "Arial"; font-weight: normal }
h1 id #lists { color: #11233e; font-family: "Arial"; font-weight: normal }

h2 { color: #11233e; font-family: "Arial"; font-weight: normal; }
h2 id #browse { color: #11233e; font-family: "Arial"; font-weight: normal; }
h2 id #lists { color: #11233e; font-family: "Arial"; font-weight: normal; }

h3 { color: #20322a; font-family: "Arial"; font-weight: normal }
h3 id #browse { color: #20322a; font-family: "Arial"; font-weight: normal }
h3 id #lists { color: #20322a; font-family: "Arial"; font-weight: normal }

h4 { color: #20322a; font-family: "Arial"; font-weight: normal }
h4 id #browse { color: #20322a;}
h4 id #lists { color: #20322a;}

h5 { color: #20322a; font-family: "Arial"; font-weight: normal }
h5 id #browse { color: #20322a;}
h5 id #lists { color: #20322a;}

h6 { color: #20322a; font-family: "Arial"; font-weight: normal }
h6 id #browse { color: #20322a;}
h6 id #lists { color: #20322a;}

h7 { color: #20322a; font-family: "Arial"; font-weight: normal }
h7 id #browse { color: #20322a;}
h7 id #lists { color: #20322a;}

h8 { color: #20322a; font-family: "Arial"; font-weight: normal }
h8 id #browse { color: #20322a;}
h8 id #lists { color: #20322a;}

hr {width: 250px;margin-left: auto;margin-right: auto;height: 5px;background-color:#fdc540;opacity: 1;}