@import url("common.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
h1 {
  font-size: 4.2em;
  display: block;
  line-height: 1; }

body {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  background-color: #0D819D;
  font-size: 21px;
  line-height: 1em; }
  body .main-container {
    margin-right: 10%;
    width: 90%;
    background: black;
    clear: left; }
    body .main-container .page {
      height: 600px; }

a {
  color: #848491;
  text-decoration: none; }

a:hover {
  color: #fff; }

header nav {
  overflow: hidden;
  position: fixed;
  /* Set the navbar to fixed position */
  top: 0;
  /* Position the navbar at the top of the page */
  width: 100%;
  /* Full width */ }
  header nav ul a {
    float: left;
    display: block;
    color: #A3CFF3;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none; }
  header nav ul a.isActive border {
    bottom: 5px solid #A3CFF3; }
  header nav ul a:hover {
    background: #A3CFF3;
    color: #0D819D; }

.main-container {
  margin-top: 80px; }

/*# sourceMappingURL=styles.css.map */
