
/* CSS Inline Just Brass */

/* Home Page banner H1 */
h1 {display:none;
    
}
.hero_img{
    background-image: url("https://salvos.org.au/scribe/sites/justbrass/files/2018-images/On-we-March-2014-020-banner-1600x856.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
/* adding logo into the header text place holder */
#home .header_text_holder{
    background-image: url("https://salvos.org.au/scribe/sites/justbrass/files/2018-images/Just-Brass-Logo-460px.png");
    background-repeat: no-repeat;
    background-position: center ; 
    background-size: contain;
    width:100%;
    
    margin: 350px 10px 20px 10px;
}

/*search icon*/ /*
.nav_search_btn{display:none;
}*/


/*homepage headings */
.header_text{color:#108b9f;padding-bottom:10px;
    
}
/* spaces around sections */

.builder {padding:2em 3em;
    
}


/* margin top of images */
.text_image .img_left .content_wrapper {margin:15px 0 10px 0;
    
}

/*quote homepage*/
.feature{font-size:1.4em;line-height:1.6em;
    
}
/* homepage video  */
.builder .video-block .white_bg {padding:2em 3em;
    
}

.video{width:100%;height:auto;
    
}


/*contact page*/
/*contact page H1 heading */
.jb-form #contact-head {color:#108b9f;font-size:40px;padding-top:10px;
    
}
/*contact page subheading */
.form_sub_h{color:#787878;font-size:1.5rem;
    
}
/*contact page state headings */
.jb-form h3 {text-align:left;
    
}
.jb-form .column-text {padding-left:10px;
    
}
/*about page */

/*benefits page */

/*get involved page  */
.content_wrapper{margin-top:0;
    
}
.get-involved .column{margin: 0px 20px;
    
}
/*end*?/