body,
html {
  margin: 0;
  padding: 0;
}
.maincontainer {
  height: 100%;
  position: relative;
}
.header {
  width: 30%;
  position: relative;
  z-index: 99;
}
#altlayout .header {
  position: relative;
}
#container {
  height: 80vh;
  padding: 0 2em;
  box-sizing: border-box;
  margin: 0;
}
.idea {
  width: 90%;
  min-width: 400px;
  max-width: 80%;
  font-size: 2em;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-fon-smoothing: grayscale;
}
.trig {
  position: absolute;
}
#footer {
  font-size: 2em;
  text-align: center;
  line-height: 1em;
  height: 11vh;
  border-top: 1px solid #0a0006;
  display: grid;
  flex-direction: row;
  text-transform: uppercase;
  color: #f8f9f9;
}
#footer > div {
  place-self: center;
}
#footer .web {
  color: #ee6c4e;
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAA.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'victor';
}
.cool {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #ee6c4e;
}
a {
  text-decoration: underline;
  color: unset;
}
a:hover {
  color: unset;
}
.icon {
  height: 2em;
}
.hero {
  width: 100%;
  margin: 1.5em;
}
.hero .sketch-logo {
  width: 100%;
  transform: rotate(-45deg);
}
.hero .sketch-logo img {
  width: inherit;
}
.hero .baseline {
  display: none;
}
.full {
  position: absolute;
  z-index: 99;
  right: 1rem;
  height: 25px;
  width: 25px;
  background-color: #ee6c4e;
  border-radius: 50%;
  display: inline-block;
}
.adm {
  flex-direction: row;
  border-top: 1px solid #ee6c4e;
  padding-top: 1rem;
  margin-top: 3rem;
  margin-left: 3rem;
}
.adm > div {
  display: flex;
}
#slideshow {
  /* margin: 80px auto; */
  position: relative;
  height: 80vh;
  margin-top: 3rem;
}
#slideshow > div {
  position: absolute;
  height: 100%;
}
#slideshow img {
  display: block;
  /* max-width: 600px; */
}
