header {
	background-image:url(../images/header_bg.png);
	background-position:center top;
	background-repeat: no-repeat;
	min-height:130px;
}


.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 5px 5px;
	position:relative;
	z-index:10;
}

.navbar-form {
	padding:0px;
	margin:0px;
}

.navbar-line1 {
	padding-top:10px;
}


.navbar-default span.glyphicon {
	position:relative;
	margin-top:-20px;
}

.navbar-line1 .donate {
	background-color:#fab231;
	border-color :#fab231;
	color:#fff;
	margin-right:16px;
	margin-left:15px;
}


.form-control {
    border-radius: 0;
}


.collapse.in, .collapsing {
    display: block;
    width: 100%;
	background-color:#fff;
	
}

.collapse.in .pull-right, .collapsing .pull-right {
	float:left;
	padding:0px;
	width:100%;
	margin:0px;
	padding-top:30px;
	padding-bottom:30px;
}

.navbar-toggle {
	margin-top:50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	
	header {
	background-image:url(../images/header_bg_md.png);
	background-position:center top;
	background-repeat: no-repeat;
	min-height:130px;
}
}


 @media (min-width: 768px) and (max-width: 991px) {
	 	header {
	background-image:url(../images/header_bg_sm.png);
	background-position:center top;
	background-repeat: no-repeat;
	min-height:130px;
}
 }
 
 
  @media (max-width: 767px) {
	  
	  	 	header {
	background-image:url(../images/header_bg_xs.png);
	background-position:left top;
	background-repeat: no-repeat;
	min-height:130px;
}


.navbar-line1 .donate {
	margin:0px;
	width:100%;
}
  }
  
  
   @media (max-width: 480px) {
	   .navbar-brand {
		   max-width:200px;
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 5px 5px;
}

	  	 	header {
	background-image:url(../images/header_bg_xs.png);
	background-position:right top;
	background-repeat: no-repeat;
	min-height:130px;
}

.navbar-toggle {
	margin-top:30px;
}
}



h1.color1:hover{
	background:none;
	background-color:#062f4a;
}


 h1.color2:hover  {
	 background:none;
	background-color:#f32066;
}





