/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: navy;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-image: url("../img/dolphin.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
}

.navbar {
  opacity: 0.7;
}
