/*--------LINKS GLOBAL--------*/ a { color: #5e5e5e; text-decoration: underline; } a:visited { color: #5e5e5e; text-decoration: underline; } a:hover, a:focus, a:active { color: #6699ff; text-decoration: none; } /*-----PAGE POST TITLE------*/ .page h1.entry-title { margin-top: 20px; font-size: 34px; text-align: center } .entry-title { font-size: 34px; text-align: left; margin-bottom: 20px; } .entry-title a:hover { color: #A9A9A9; text-decoration: none; } .format-standard .entry-title { width: 100%; } /*-------MASTHEAD TITLE--------*/ .site-title a { text-align: center; text-decoration: none; color: #c8dec8; font-size: 62px; } .site-title a:hover { color: #cacccb; } /*------------MENU------------*/ .main-navigation a { color: #909090; } .main-navigation a:hover { color: #F3DA31; text-decoration: none; } /*-------FOOTER SPACING-------*/ .site-footer { clear: both; margin-top: 1px; margin-bottom: 20px; color: #b3b3b1; } /*--------MOBILE CENTERING--------*/ @media only screen and (max-width: 500px) { .site, .single-column-layout, .site, .site-title, .main-navigation { float: center; text-align: center; margin-top: 40px; } /*-OVERIDE CONTENT ALIGN ON MOBILE-*/ .entry-content { text-align: left }