
body {
  background-color: #fefdf8;
}
nav ol, nav ul {
	list-style: none;
}
a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
.dark a:link, .dark a:visited {
  color: #fff;
  text-decoration: underline;
}
a:hover, a:active {
  color: #FF69B4;
}
header {
  position:absolute;
  left: 0;
  top: 0;
  height: 46px;
  min-width: 500px;max-width: 1440px;width: 100%;
  border: #000 solid 0px;
}
header #heatup-count {
  position: relative;
  margin-top: 10px;
  margin-right: 5%;
  margin-left: auto;
  width: 295px;
  height: 26px;
  font-family: RobotoMono, monospace;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #000000;
}

nav {
/*  position: absolute;
  top: 46px;
  float:left;
  width: 220px;*/
  height: 500px;
  margin: 0;
  border: #000 solid 0px;
}
content {
  position: absolute;
  top: 46px;
  left: 0px;
  /*width: 1440px;*/
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
content section {
  border: #000 solid 0px;
}
section p {
  margin-bottom: 12px;
}
img {
  max-width: 100%;
  height: auto;
}
#logo {
  position:relative;
  top: 0;
  left: 29px;
  border: #000 solid 0px;
}
#list {
  position: relative;
  top: 103px;
  /*left: 14px;*/
}
#list li {
  margin-bottom: 29px;
  width: 115px;
  height: 19px;
  font-family: 'B612 Mono', monospace;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000000;
}

.banner {
  background-image: url("/assets/images/steamydreamer.jpg");
  background-clip: border-box;
  height:650px;
}
.spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-title {

  height: 558px;
  font-family: 'BioRhyme', serif;
  font-size: 80px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #ffffff;
}
#intro-text {
  margin-top: 120px;
  height: 444px;
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000000;
}
#intro-text .big {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
/*
#questions {
  width: 1220px;
  height: 680px;
}*/
#vision {
  background-image: url("/assets/images/ikkuna.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 650px;
}
.top-margin {
  margin-top: 80px;
}
.card {
  margin-left: 11px;
  margin-top: 83px;
  min-height: 650px;
  height: auto;
  background-color: #f4f1e3;
  font-family: 'Roboto Mono', monospace;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.card-bg {
  background-color: rgba(244,241,227, 0.7);
  padding-top: 15px;
  padding-bottom: 15px;
}
/*
div {
  border: #000 dashed 1px;
}
*/
.dark {
  background-color: #09080a;
  color: #fff;
}
#teamjpg {
  background-image: url("/assets/images/team.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: 400px auto;
}
#hrjpg {
  background-image: url("/assets/images/hr.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: 400px auto;
}
#sustjpg {
  background-image: url("/assets/images/sustainability.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: 400px auto;
}
.sof-logo-black {
  background-image: url("/assets/images/sof-logo-black-2x.png");
  background-size: contain;
  width: 85px;
  height: 122px;
}
footer {
/*  min-width: 1220px; */
  height: 300px;
  border-top: #000 solid 3px;
  margin-top: 40px;

}

footer div h3 {
  /*width: 377.5px;*/
  height: 115px;
  font-family: 'BioRhyme', serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
}
footer div p {
  /*width: 485px;*/
  height: 173px;
  font-family: RobotoMono, monospace;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
}
