/*
Theme Name:  Fiery Bird
Theme URI:   http://example.com/twenty-fifteen-child/
Description: Template for the Fiery Bird Venue
Author:      Captain
Author URI:  http://example.com
Template:    soundon
License:     Creative Commons 3.0
Theme date:  03/09/2017
License URI: license.txt
Text Domain: soundon-fierybirdchild
*/

#extra-menu { display: none;}

/* try to deempahsazie the footer*/
.smthemes { color:#111111; }
.smthemes a { color:#111111; }

/* fiery bird background */
body {background: #000 url(/wp-content/uploads/2017/01/Fiery-Bird-gold-M_crop-contrast.jpg);    
     background-repeat: no-repeat;
    background-position: center -710px;}

/* shadow on the title*/
.site_ttl {
   text-shadow: 0 0 20px black;
 }
 
 
 .site_ttl a:hover {
    color: #abd83a;
 }
 
/*.site-header::before {content:url(/wp-content/uploads/2017/03/FBird-logo-nowriting-110sq.jpg);
  max-width: 110px;
  max-height:110px;
  position: relative;
  float:left;
}*/

/* make the content a bit transleucent so we can see the phoenix in behind*/
#header-menu-container { opacity: 0.8;}

article {opacity: 0.9;}

# move the mobile menu prompt up a bit, it was overlapping the menu bar 
@media only screen and (max-width: 1023px){
    #mobile-menu-trigger {margin-top: 10px; color:#dddddd};
}
