<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Space out content a bit */
body {
  padding-top: 1.5rem;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* Custom page header */
.header {
  padding-bottom: 1rem;
/*  border-bottom: .05rem solid #e5e5e5; */
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

/* Custom page footer */
.footer {
  padding-top: 1.5rem;
  color: #777;
/*  border-top: .05rem solid #e5e5e5; */
}

/* Customize container */
@media (min-width: 48em) {
  .container {
    max-width: 46rem;
  }
}
.container-narrow &gt; hr {
  margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
  background-image: url("./img/BACKGROUND.png");
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
  margin-bottom: 0;
  border-radius: 0;
}

.kona {
	background-color: #ffffffe0;
	color: #000;
	margin: 25px;
	padding: 25px;
	border-style: solid;
	border-color: #FFF;
  border-width: 6px;
  justify-content: center;
}

/* Supporting marketing content */
.marketing {
  margin: 3rem 0;
}
.marketing p + h4 {
  margin-top: 1.5rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  Remove the padding we set earlier
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }

  /* Space out the masthead */
  .header {
    margin-bottom: 2rem;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
  
  /* @media screen and (min-width: 768px) { */
  /* iframe{     */
    /* min-width:700px; */
    /* } */
/* } */

/* @media screen and (min-width: 992px) { */
  /* iframe{  */
    /* min-width:700px; */
    /* } */
/* } */

/* @media screen and (min-width: 1200px) { */
  /* iframe{     */
    /* min-width:700px; */
    /* } */
/* } */
/* } */
</pre></body></html>