/** * Site header */ .site-header { border-bottom: 5px solid #1B73BA; min-height: 64px; // Positioning context for the mobile navigation icon position: relative; } .site-title { font-size: 36px; line-height: 64px; letter-spacing: -1px; margin-bottom: 0; float: left; &, &:visited { color: white; /*font-family: Verdana;*/ } } .site-nav { float: right; line-height: 64px; .menu-icon { display: none; } .page-link { color: white; line-height: $base-line-height; font-size: 24px; // Gaps between nav items, but not on the first one &:not(:first-child) { margin-left: 20px; } vertical-align: middle; } @include media-query($on-palm) { position: absolute; top: 14px; right: 30px; background-color: white; border: 1px solid $grey-color-light; border-radius: 5px; text-align: right; .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; > svg { width: 18px; height: 15px; path { fill: $grey-color-dark; } } } .trigger { clear: both; display: none; } .page-link { padding: 5px 10px; vertical-align: middle; color: #2388DB; display: block; } } } /** * Site footer */ .site-footer { border-top: 5px solid #1B73BA; background-color: #2388DB; position: absolute; bottom: 0; width: 100%; } .footer-heading { font-size: 18px; margin-bottom: $spacing-unit / 2; } .footer-copy { font-size: 14px; text-align: center; color: white; a { color: white; } } .contact-list, .social-media-list { list-style: none; margin-left: 0; } .footer-col-wrapper { font-size: 15px; color: $grey-color; margin-left: -$spacing-unit / 2; @extend %clearfix; } .footer-col { float: left; margin-bottom: $spacing-unit / 2; padding-left: $spacing-unit / 2; } .footer-col-1 { width: -webkit-calc(35% - (#{$spacing-unit} / 2)); width: calc(35% - (#{$spacing-unit} / 2)); } .footer-col-2 { width: -webkit-calc(20% - (#{$spacing-unit} / 2)); width: calc(20% - (#{$spacing-unit} / 2)); } .footer-col-3 { width: -webkit-calc(45% - (#{$spacing-unit} / 2)); width: calc(45% - (#{$spacing-unit} / 2)); } @include media-query($on-laptop) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (#{$spacing-unit} / 2)); width: calc(50% - (#{$spacing-unit} / 2)); } .footer-col-3 { width: -webkit-calc(100% - (#{$spacing-unit} / 2)); width: calc(100% - (#{$spacing-unit} / 2)); } } @include media-query($on-palm) { .footer-col { float: none; width: -webkit-calc(100% - (#{$spacing-unit} / 2)); width: calc(100% - (#{$spacing-unit} / 2)); } } /** * Page content */ .page-content { padding: $spacing-unit 0; } .page-heading { font-size: 20px; } .post-list { margin-left: 0; list-style: none; > li { margin-bottom: $spacing-unit; } } .post-meta { font-size: $small-font-size; color: $grey-color; } .post-link { display: block; font-size: 24px; } /** * Posts */ /*.post-header { margin-bottom: $spacing-unit; } .post-title { font-size: 32px; letter-spacing: -1px; line-height: 1; margin-top: 10px; margin-bottom: 10px; @include media-query($on-laptop) { font-size: 28px; } }*/ .post-content { margin-bottom: $spacing-unit; h1 { font-size: 30px; color: #2388DB; margin-top: 10px; margin-bottom: 5px; @include media-query($on-laptop) { font-size: 32px; } } h2 { font-size: 22px; color: #2388DB; margin-top: 10px; margin-bottom: 5px; @include media-query($on-laptop) { font-size: 26px; } } h3 { font-size: 18px; color: #2388DB; @include media-query($on-laptop) { font-size: 20px; } } h4 { font-size: 16px; color: #2388DB; @include media-query($on-laptop) { font-size: 18px; } } }