header#page-header {
height: 295px;
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0) 100%);
- background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0) 100%);
- background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0) 100%);
+ background: -webkit-linear-gradient(top, #000000 5%, rgba(0, 0, 0, 0) 100%);
+ background: -moz-linear-gradient(center top, #000000 5%, rgba(0, 0, 0, 0) 100%);
+ background: -ms-linear-gradient(top, #000000 5%, rgba(0, 0, 0, 0) 100%);
position: relative;
padding-top: 11px;
z-index: 5; }
</a>
</div>
<div id="logo" class="medium-8 large-5 columns show-for-medium-up text-center">
- <a href="<?php bloginfo('url'); ?>"><img class="text-center header-logo" alt="Mount Pleasant logo" src="<?php bloginfo('template_url'); ?>/assets/logo_white.png"></a>
+ <a href="<?php bloginfo('url'); ?>"><img class="text-center header-logo" alt="Mount Pleasant logo" src="<?php bloginfo('template_url'); ?>/assets/logo-color.png"></a>
</div>
<div class="search-top medium-4 columns show-for-medium-up">
<?php get_template_part('parts/search');?>
@media #{$small-only} {
height: 185px;
}
- @include gradient (rgba($black, 0.95), rgba($black, 0));
+ @include gradient (rgba($black, 1), rgba($black, 0));
position: relative;
padding-top: 11px;
z-index: 5;