/* Enter Your Custom CSS Here */

/*GLOBAL*//*GLOBAL*//*GLOBAL*//*GLOBAL*//*GLOBAL*//*GLOBAL*//*GLOBAL*//*GLOBAL*/

.home_posts_titles, .featured-posts {
    display:none!important;
}

.site-content {
  	margin-top: -190px!important;
}


.bg-image-header  {
    background:url('http://www.satcoalition.org/wp-content/uploads/2016/04/mtshasta-field.jpg') center bottom fixed no-repeat!important;
    background-size: cover!important;
}

.site-branding .logo {
	padding-top: 5%;
    max-height: 462px;
}

.line-under {
	display: block;
    border-bottom: 1px solid #ccc;
   	padding-bottom: 20px;
}

.footer-rap .row {
    display:none!important;
}

.site-footer div {
    margin: 0!important;
}
.inside-grid-column a img {
    border-radius: 50%;
    max-height: 280px;
    max-width: 280px;
    min-height: 280px;
    min-width: 280px;
    border-style: solid;
    border-color: #B7B7B7;
    padding: 6px;
    border-width: 1px;
}


.nnc-entry-image {
	display:none;
}

.nav-top-link {
	font-weight: 100!important; 
	/*font-size: x-large!important;*/
}

.header-bottom {
    background-color: rgba(0, 0, 255, 0)!important;
}

.header-wrapper.stuck {
    background-color: rgba(0, 0, 255, 0)!important;
}

.top {
  display: block; 
  position: relative; 
  top: -250px; 
  visibility: hidden;
}


/*RESPONSIVE*//*RESPONSIVE*//*RESPONSIVE*//*RESPONSIVE*//*RESPONSIVE*//*RESPONSIVE*/

@media only screen and (max-width: 500px) {

 	.site-branding .logo {
		max-height: 332px;
	}
  
  
  
}


