/*
#594F4F - Brownish
#547980 - Turqoise
#45ADA8 - Teal
#9DE0AD - Mint
#E5FCC2 - gotdamn pancakes
#FDFDFB - Ivory
*/
html, body {
  background-color: #FDFDFB;
  margin: 0px;
  padding: 0px;
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
  width: 100%;
  height: 100%;
  color: #594F4F;
}
a:link, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #45ADA8;
}
a:hover {
  color: #9DE0AD;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
input, button, textarea {
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
  resize: vertical;
}
input, textarea {
  border: 1px solid transparent;
  border-width: 0 0 1px 0;
  font-weight: 600;
  background-color: #fff;
  color: #594F4F;
}
input:hover, textarea:hover {
  border-color: #45ADA8;
}
input:focus, textarea:focus {
  border-color: #9DE0AD;
}
button {
  background-color: #547980;
  box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4) inset, 0px 0px 1px rgba(0,0,0,0.5);
  border: 1px solid #547980;
  color: #fff;
  font-weight: 400;
}
button:hover {
  background-color: #45ADA8;
  border: 1px solid #45ADA8;
}
#navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#navigation li {
  display: inline-block;
  font-size: 3vmin;
  line-height: 9vmin;
  padding: 0vmin 2vmin 0vmin 2vmin;
  font-weight: 200;
}
#navigation a {
  display: inline-block;
  height: 100%;
}
#navigation a:hover {
  background-color: #547980;
  color: #fff;
}
#hero {
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center 40%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
}
#logo {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 40%;
}
#auth {
  display: block;
  text-align: right;
  background-color: #594F4F;
  padding: 1%;
}
#leftcol, #rightcol {
  margin: 1em 1% 0 1%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 3vmin;
  font-weight: 200;
}
#leftcol {
  width: 60%;
}
#leftcol span {
  font-size: 0.8em;
}
#rightcol {
  width: 35%;
  color: #999;
}
#rightcol span {
  font-style: italic;
  font-weight: 100;
  display: block;
  margin: 0% 20% 0% 20%;
  text-align: center;
  font-size: 0.7em;
}
#footer {
  background-color: #547980;
  font-size: 3vmin;
  font-weight: 100;
  color: #fff;
  text-align: center;
  height: 30vmin;
  margin-top: 20vmin;
  padding-top: 10vmin;
}
#footer a {
  color: #9DE0AD;
  font-size: 1.2em;
  display: block;
}
#footer .social {
  font-size: 1.1em;
  margin: 1.0em 0.2em 0.2em 0.2em;
  color: #fff;
  display: inline-block;
}