@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Source+Sans+Pro:200,400');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

h1 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #CCCCCC;
  font-weight: lighter;
  font-size: 1.9em;
}

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
  color: #444444;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}


footer {
  grid-area: footer;
  background-color: #333333;
  background: url('../images/stock_1 (blue vignette).png') center;
  background-position: bottom;
  background-size: cover;

  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;

  font-family: 'Source Sans Pro', sans-serif;
  color: #999999;
  font-weight: 900; /* 100 - 900 */
  font-size: 0.9em;
}

footer > a:link {
  color: #999999;
}

button {
  cursor: pointer;
}

.investor-login-btn {
/*  background-color: #ccc;*/
  border: none;
  text-align: center;
  text-decoration: none;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 5px;
  transition-duration: 0.4s;
}

.investor-login-btn:hover {
  background-color: #333;
  color: #ccc;
}

.upper-nav {
  grid-area: "upper-nav";
  background-color: rgba(3,3,3,0.25);
}

.navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  
}

.navigation-item {
  margin: 0 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFFFFF;
  font-weight: 300; /* 100 - 900 */
  font-size: 1.5em;
  border: 0px solid orange;
  cursor: pointer;
}

.navStyle, a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.navStyle, a:hover, a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1.2px;
}

.smallGrey {
  font-family: 'Source Sans Pro', sans-serif;
  color: #999999;
  font-weight: 900; /* 100 - 900 */
  font-size: 1em;
}


.headline {
  font-family: 'Playfair Display', serif;
  color: #333333;
  font-weight: 900; /* 100 - 900 */
  /*font-size: 2em;*/
  font-size: 26px;
  letter-spacing: 1px;
}











