<a id="logo" class="text-center" href="<?php bloginfo('url');?>"><img src="<?php bloginfo('template_url'); ?>/assets/logo.png"></a>
</div>
<div class="small-12 medium-8 columns right">
- <div class="small-8 columns show-for-medium-up">
+ <div class="small-12 large-8 columns show-for-medium-up">
<nav class="sec-nav">
<ul>
<li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Volunteer / Careers' ) ) ); ?>">Volunteer/Careers</a></li>
h1 {
color: #b5121b;
/* font-family: copperplatetbolregular;*/
- font-size: rem-calc(36);
+ font-size: rem-calc(35);
font-weight: normal;
letter-spacing: 0.1em;
margin: 0;
}
}
}
-header .row .search img {
+header .row .search-top img {
border-radius: 10px;
float: right;
margin-top: -24px;
width: 24px;
padding: 0;
}
-#top-search-button {
- border: 1px solid lightgrey;
- float: right;
- margin-top: -24px;
- padding: 0;
- position: sticky;
- width: 32px;
-}
#page-header {
background: $black;
.row {
h1 {
line-height: 1;
margin-top: -5px;
+ font-weight: bold;
+ }
+ @media #{$medium-only} {
+ width: 700px;
+ text-align: center;
}
}
.sec-nav {