// Global styling for this template body { overflow-x: hidden; @include body-font; } p { line-height: 1.75; } a { color: $theme-primary; &:hover, &:focus, &:active, &.active { color: darken($theme-primary, 10%); } } h1, h2, h3, h4, h5, h6 { @include heading-font; font-weight: 700; } section { padding: 100px 0; h2.section-heading { font-size: 40px; margin-top: 0; margin-bottom: 15px; } h3.section-subheading { font-size: 16px; @include serif-font; text-transform: none; font-style: italic; font-weight: 400; margin-bottom: 75px; } } @media(min-width:768px) { section { padding: 150px 0; } } // Highlight color customization ::-moz-selection { text-shadow: none; background: $theme-primary; } ::selection { text-shadow: none; background: $theme-primary; } img::selection { background: transparent; } img::-moz-selection { background: transparent; } body { -webkit-tap-highlight-color: $theme-primary; }