body { font-family: 'Helvetica Neue', Helvetica, Arial; } .container-fluid { margin-left: auto; margin-right: auto; margin-top: 3em; padding: 0; max-width: 80%; } #logo { float: left; } nav { float: right; } nav a { line-height: 80px; font-size: 1.2em; margin-left: 2em; } nav a:first-child { margin: 0; } h1, h2, h3 { margin-bottom: 1em; } footer{ text-align: center; margin: 20px; font-size: 0.8em; color: #888; } a { text-decoration: none; font-weight: bold; color: #900; } a:hover { color: #320000; } .about { text-align: right; } #content, #services { margin-top: 3em; } #services .img { text-align: center; line-height: 6em; width: 6em; } #services .desc { padding: 1em; } .service-row { margin: 2em 0; } .link-hover { position: relative; } .link-hover:hover { background-color: #e5f0ff; } .link { position:absolute; width:100%; height:100%; top:0; left: 0; z-index: 1; } pre { white-space: pre !important; }