 /*
 * Globals
 */

 /* Links */
 a,
 a:focus,
 a:hover {
     color: #333;
 }

 /*
 * Base structure
 */

 html,
 body {
     height: 100%;
     background-color: #fff;
 }

 body {
     color: #333;
     text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
     box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
 }

 img.logo-1 {
     width: 60%;
 }
