/* Enter Your Custom CSS Here */
ul.list-inline {    /* footer "likes" and comments indent */
padding-left: 12px;
}

div.top-bar-left {  /* eliminates "Theme developed by Themeton" link in sub-footer */
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
} 


.section.primary .sidebar {
        padding: 80px 0;
        -ms-word-wrap: normal;
        word-wrap: normal;   /* You want this to be 'normal' not break-word */
  color: #676767; }

.header-style {
  max-width: 900px;
  margin: 0 auto;
} 

.content {
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
}

.col-mid-12 {
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.menu-text{
 font-weight: bold !important; 
}

.navbar-brand a {
  font-size: 22px;
  color: #faa732;
  font-family: avenir, sans-serif;
  font-weight: bold;
text-shadow: 1px 2px 2px #000;
  letter-spacing: 1px;
}



h1 {
text-transform: none;
}

h2 {
text-transform: none;
}

h3 {
text-transform: none;
}

h4 {
text-transform: none;
}
