/*This is a custom CSS file sheet*/

/*html {
    background-image: url(../img/XegsBackgroundHalf.jpg);
    background-repeat: repeat-x;
    padding: 0 10em 0 10em;
    background-color: #060839;
 } */


header.div {
     background: hsla(0,0,0,0.5);  
}

body {
    border-radius: 0 0 9px 9px;
    font-family: 'Khula', sans-serif;
    font-size: 200%;
 }

.navbar {
    padding-right: 20px;
}

.page-content {
    padding-left: 8%; 
    padding-right: 8%;
 }

.article-image {
    border-radius: 6px;
    border-color: black;
    border-width: 1px;
    border:2px solid black;
    margin-right: 10px;
    width: 200px;
}

#title-banner {
  background: url('../img/XEGSHeadingBackground.jpg') no-repeat center top fixed;
  background-color: #8D93C7;
  text-align: center;
  position: relative;
  background-position: 0px 54px;
  height: 360px;
  padding-top: 90px;
}

#logo {
    background-image: url('../img/XEGSCartByCartLogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: block;
    width: 700px;
    height: 234px;
    text-indent: -20000em;
    float: none;
    margin: 0 auto;
}

.glyphicon-home {
	color: #c2d7f4;
}

.glyphicon-play-circle {
	color: #fffed2;
}

.glyphicon-info-sign {
	color: #FFC0DC;
}

.glyphicon-question-sign {
	color: #e39aff;
}

.navbar-default {
    background-color: #7980C7;
    border-color: #444B8F;
}

article {
    vertical-align: text-top;
}

.navbar-default .navbar-nav > li > a {
    color: #161D5D;
    font-family: 'Audiowide', cursive;
    font-size: 150%;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #D1F0FF;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
}

.panel-default > .panel-heading  {
	background-color: #7980C7;
	border-color: #444B8F;
}

.panel-body {
    background-color: #8D93C7;
}

.article-title {
    margin-top: -20px;
    font-family: 'Monofett', cursive;
    font-size: 250%;
}

.article-summary {
    font-style: italic;
    font-weight: 600;
}

.img-thumbnail {
    max-width: 110px;
    max-height: 120px;
    margin-bottom: 3px;
}

.col-lg-2, .col-md-3, .col-sm-3 > .panel-title {
    text-align: center;
}
article {
    margin-bottom: 2em;
}

h2.bio-heading {
    border: 1px solid #000;
    background-color: #8D93C7;
    border-radius: 10px;
    font-size: 300%;
}

.bio-image {
    width: 80px;
    height: 80px;
    border-radius: 10px;    
}

div.bio-body {
    padding: 20px 0 0 10px;
    
}

.about-tab {
    font-size: 200%
}

audio { width: 90%; }


footer {
        color: #666;
        background: #161D5D;
        padding: 10px 0 10px 0;
        border-top: 1px solid #000;
        border-radius: 0 0 7px 7px;
        }