/* Enter Your Custom CSS Here */
.only-on-home.no-fittext #site-title a {
  font-size: 120px;
  font-family: 'Arial', cursive;
  color: #fff;
}
 
@media (min-width: 768px) {
 
  .navbar-nav {
    display: table;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
 
}
 
.home main {
   display: none;
}
 

#site-navigation {
   background-color: rgba(0, 0, 0, 0.5);
   height: 10px
}

.navbar-nav {
   background-color: rgba(0.3, 0, 0, 0.5);
   margin-top: 0px
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-weight: normal;
}
 
@media screen and (min-width: 1200px) {
 
  img.aligncenter.size-full.wp-image-231 {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
  }
 
}
 
@media screen and (max-width: 1199px) { 
 
img.aligncenter.size-full.wp-image-231 {
    position: absolute;
    left: 0;
    right: 0;
    top: 160px;
  }


