/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  * {
  box-sizing: border-box;
}

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
	background: #0c0d0e;
	color: #ebe7e4;
	  font-family: "Outfit", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 300;
	  font-style: normal;
}

body {
	margin: 0 auto;
	border: 16px solid #1a3940;
	/* max-width: 1536px; */
	max-width: 1080px;
	min-height: calc(100dvh - 16px);
	font-size: 1.5rem;
}

@media only screen and (max-width: 1079px) {
	body {
		border: none;
		font-size: 1.1rem;
	}
}

strong{
	font-weight: 500;
}

.no {
	cursor: not-allowed;
	transition: all 0.3s ease-out;
	transition-delay: 0.3s;

}

.no:hover {
	text-decoration: line-through;
}


.hero img {
	width: 100%;
}

.content {
	/* padding-top: 90dvh; */
	margin: auto;
	padding: 20px 20px 40px 20px;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 1080px;
  aspect-ratio: 1/3;
}

@media only screen and (min-width: 480px) {
	.iframe-container {
	  aspect-ratio: 1/2;
	}
}

@media only screen and (min-width: 800px) {
	.iframe-container {
	  aspect-ratio: 3/4;
	}
}

@media only screen and (min-width: 1000px) {
	.iframe-container {
	  aspect-ratio: 1/1;
	}
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.login {
	background: #CBE4E5;
	min-height: 100dvh;
	border: none;
	max-width: unset;
	padding-top: 15vw;
}

.loginform {
	margin: 0 auto;
	position: relative;
	max-width: 556px;
}

.loginform img {
	width: 100%;
	max-width: 556px;
}

.loginwrapper {
	position: absolute;
	top: 41%;
	left: 50px;
	width: 52vw;
	max-width: 400px;
}



/*
.loginform {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.loginwrapper {
	max-width: 500px;
	margin: 50px auto 0 auto;
	color: #0d212e;
	background: #fff;
	padding: 40px 10%;
	border-radius: 12px;
	box-shadow: 0 12px 20px 0 rgba(0,0,0, .15);
}

@media only screen and (max-width: 665px) {
	.loginwrapper {
		max-width: unset;
		margin: 50px 16px;
	}
}

@media only screen and (min-width: 600px) {
	.loginwrapper {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 725px) {
	.loginwrapper {
		margin-top: 150px;
	}
}

@media only screen and (min-width: 995px) {
	.loginwrapper {
		margin-top: 250px;
	}
}
*/


.btn-container {
	position: absolute;
	margin-top: 5vw;
	display: flex;
	left: 0;
	right: 0;
	flex-direction: column;
	align-items: center;
}

.error {
	color: #8f2b07;
	font-size: 1rem;
}

@media only screen and (min-width: 1000px) {
	.btn-container {
		margin-top: 2vw;
	}
}

button {
	border: none;
	background: #dc701a;
	color: #0d212e;
	padding: 1rem 2rem;
	border-radius: .25rem;
	font-size: 1.15rem;
	cursor: pointer;
	transition: all 0.3s ease-out;
	border-bottom: 3px solid #b35c15;
	width: 90%;
	max-width: 500px;
}


button:hover {
	background: #8f2b07;
	color: #fff;
	border-bottom-color: transparent;
}

label {
	text-align: center;
	display: block;
}
/*
input {
	border: none;
	background: rgba(255,255,255, .5);
	padding: .75rem;
	border-radius: .25rem;
	font-size: 1.15rem;
	margin: 1rem 0;
	box-shadow: 0 0 0 1px #989691;
	max-width: 86%;
	min-width: 160px;
}
*/
input {
  border: 1px solid #989691;
  background: rgba(0,0,0, 0.1);
  padding: .5rem .75rem;
  font-size: 1.15rem;
  margin: 1rem 0;
  max-width: 86%;
  min-width: 160px;
}

input:focus {
	outline: none;
}

@media only screen and (min-width: 385px) {
	input {
		margin-left: 3%; 
	}
}

@media only screen and (min-width: 480px) {
	input {
		margin-left: 10%; 
	}
}

@media only screen and (min-width: 500px) {
	input {
		margin-left: 15%; 
	}
}

@media only screen and (min-width: 650px) {
	input {
		margin-left: 12%; 
	}
}
