/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 240px) {
  .container.main {
    padding-top: 100%;
    background-size: 70%;
    background-position: center top;
    min-height: 780px;
    /* height: 780px; */
    /* max-height: 651px; */
  }
}

/* Larger than phablet */
@media (min-width: 760px) {
  .container.main {
    margin-top: 8%;
    padding-top: 2%;
    /* min-height: 651px; */
    /* max-height: 1024px; */
    background-size: 48%;
    background-position: right top;
  }
}

/* Larger than tablet */
@media (min-width: 760px) {
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

.hide {
  visibility: hidden;
  display: none;
  width: 0;
  height: 0;
}

.dark {
  background-color: #101115;
  color: #efeeea;
}

.container.main {
  background-image: url("/images/closeup_black.jpg");
  background-repeat: no-repeat;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

li {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, p, ul, label, a {
  mix-blend-mode: difference;
  color: #efeeea;
}
button {
  mix-blend-mode: difference;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

section {
  margin-bottom: 2em;
}

button {
  display: inline-block;
  height: 48px;
  padding: 0 30px;
  background-color: #f0f0f0;
  /* color: #555;*/
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  /* background-color: transparent; */
  border-radius: 0.4em;
  /* border: 1px solid #bbb; */
  cursor: pointer;
  box-sizing: border-box;
  background-clip: border-box;
  border-block-end-color: rgb(218, 218, 218);
  border-block-end-style: outset;
  border-block-end-width: 2px;
  border-block-start-color: rgb(218, 218, 218);
  border-block-start-style: outset;
  border-block-start-width: 2px;
  border-bottom-color: rgb(218, 218, 218);
  border-bottom-left-radius: 4.4px;
  border-bottom-right-radius: 4.4px;
  border-bottom-style: outset;
  border-bottom-width: 2px;
  border-collapse: separate;
  border-end-end-radius: 4.4px;
  border-end-start-radius: 4.4px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-inline-end-color: rgb(218, 218, 218);
  border-inline-end-style: outset;
  border-inline-end-width: 2px;
  border-inline-start-color: rgb(218, 218, 218);
  border-inline-start-style: outset;
  border-inline-start-width: 2px;
  border-left-color: rgb(218, 218, 218);
  border-left-style: outset;
  border-left-width: 2px;
  border-right-color: rgb(218, 218, 218);
  border-right-style: outset;
  border-right-width: 2px;
  border-spacing: 0px 0px;
  border-start-end-radius: 4.4px;
  border-start-start-radius: 4.4px;
  border-top-color: rgb(218, 218, 218);
  border-top-left-radius: 4.4px;
  border-top-right-radius: 4.4px;
  border-top-style: outset;
  border-top-width: 2px;
  box-sizing: border-box;
  mask-clip: border-box;
  mask-origin: border-box;
  transform-box: border-box;
}

.console {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}
#preview {
  text-decoration: underline;
  cursor: pointer;
}
.preview {
  padding-top: 0.4em;
  padding-bottom: 0.8em;
  text-align: center;
  margin-top: 0.8em;
  margin-bottom: 1.4em;
  border: 1px solid;
  cursor: pointer;
}
.sticky {position:fixed;width:100%;}

.ad {
  border: 1px solid;
  background-color: aquamarine;
}
.gradient {
  background: rgb(160,255,255);
  background: linear-gradient(38deg, rgba(160,255,255,1) 0%, rgba(43,61,85,1) 100%);
}

@media (min-width: 240px) {
  .ad {
    width: 125px;
    height: 125px;
    margin: 3em auto;
  }
}
@media (min-width: 360px) {
  .ad {
    width: 320px;
    height: 50px;
    margin: 2em auto;
  }
  .sticky {
    bottom: 0px;
  }
}

@media (min-width: 640px) {
  .ad {
    width: 468px;
    height: 60px;
    margin: 1.6em auto;
  }
}
/* Larger than desktop */
@media (min-width: 1000px) {
  .ad {
    width: 728px;
    height: 90px;
    margin: 1em auto;
  }

}
