:root {
	--blue: #3464e0;
	--font-header: 'Ribeye Marrow', "Bungee Shade";
}
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.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;
}
* {
	box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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
 */

.sr-only {
  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 .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.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
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. 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;
  }

  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;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

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



body {
    font-family: "Anek Latin", Roboto, sans-serif;
    font-size: 18px;
    background: #f2f2f7;
    min-height: 100vh;
    background-image: linear-gradient(9deg, #f2f2f7 60%, #a2d4ff);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.inner-window {	
	margin: 1em 5em;
	padding: 2.5em;
	font-size: 20px;
	color: #000;
	position: relative;
	z-index: 5;
}
.cloud-1 {
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 1;
}
.cloud-2 {
	position: absolute;
	right: 2%;
	bottom: -50%;
}
.inner-window nav {
	position: absolute;
	top: 1em;
	right: 1em;
	text-align: right;
}
.btn {
	background-color: var(--blue);
	padding: .5em 2em;
	font-size: 1em;
	font-weight: 500;
	display: inline-block;
	border-radius: 25px 25px;
	text-decoration: none;
	color: #FFF;
	border: 2px transparent solid;
	transition: all .25s ease;
}
.btn:hover {
	background-color: transparent;
	border-color: var(--blue);
	color: var(--blue);
}
.inner-window nav a:not(:first-of-type) {
	margin-left: 20px;
}
.inner-window iframe {
	overflow: hidden;
	border-radius: 25px;
	margin: 1em 0 1em auto;
	width: 100%;
	height: 580px;
	max-width: 100%;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.flex {
	padding: 1em 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .col {
	flex: 0 0 50%;
}
.flex .col.text {
    flex: 0 0 38%;
    padding-top: 15em;
    max-width: 390px;
    font-size: 18px;
    line-height: 24px;
}
.flex .col.wide {
	flex: 0 0 62%;
	padding-top: 3em;
}
.inner-window h1 {
	font-size: 46px;
	line-height: 70px;
	font-weight: 200;
}
.inner-window h1 strong {
	font-size: 72px;
	font-family: var(--font-header);
}
.inner-window h2 {
	font-size: 56px;
	font-family: var(--font-header);
	font-weight: 400;
	line-height: 60px;
}
.inner-window h1 em {
	font-style: normal;
}
.inner-window ul {
    font-family: var(--font-header);
    font-size: 34px;
    line-height: 54px;
	padding: 0 0;
	margin: 1em 0;
}
.inner-window ul li {
    background-color: #000;
    color: #FFF;
    display: inline-block;
    padding: 0px 11px;
    margin: 5px 0px;
}
.inner-window h3 {
	font-size: 32px;
	line-height: 40px;
}
.inner-window h2 + h3 {
	margin-top: -15px;
}
.movies {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.movies .col {
	flex: 0 0 25%;
	padding: 0em;	
}
.movies iframe {
	width: 90%;
	height: 170px;
	border-radius: 15px;
}

.badge {
    font-family: var(--font-header);
    font-weight: 400;
    display: inline-block;
    background-color: #000;
    color: #FFF;
    padding: 0px 7px 3px;
    font-size: .7em;
    line-height: 1.5em;
}
.row {
	margin: 4em 0;
}
.flex .person {
    flex: 0 0 50%;
    position: relative;
    padding: 0 2em 0 0;
    font-size: .8em;
    line-height: 1.2em;
    box-sizing: border-box;
}
.flex .person img {
	float: left;
	margin: 0 1em 1em 0;
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 50%;
}
.flex .person h4 {
    font-size: 1.65em;
    font-family: var(--font-header);
    margin: 0 0 .5em 0;
    font-weight: 400;
}
.flex .person a {
	color: rgba(0,0,0,.5);
	text-decoration: none;
}
.flex .person a:hover {
	color: var(--blue);
}
footer {
	background-image: linear-gradient(180deg, #f2f2f7 30%, #a2d4ff);
	font-size: .8em;
	line-height: .5em;
	padding: 1em 0 2em;
}
footer .author {
	font-size: .8em;
}
footer .author a {
	color: inherit;
}

/* Responsive - mobile */
@media (max-width: 900px) {
	body {
		font-size: 16px;
		overflow-x: hidden;
	}
	.btn {
		padding: .5em 1.5em;
	}
	.inner-window {
		margin: 0 0;
		padding: 1em 1em;
		font-size: 14px;
	}
	.inner-window a.logo {
		position: relative;
		top: 70px;
	}
	.inner-window a.logo img {
		width: 250px;
		max-width: 80%;
	}
	.inner-window nav {
		top: 1em;
		right: initial;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.inner-window nav a:not(:first-of-type) {
		margin-left: 5px;
	}
	.inner-window ul li {
		font-size: 25px;
		line-height: 41px;
		padding: 0px 10px 3px;
		margin: 2px 0 0px;
	}
	.flex .col.text {
		flex: 0 0 100%;
		padding: 6em 1em 1em;
		font-size: 15px;
		line-height: 20px;
	}
	.flex .col.wide {
		flex: 0 0 100%;
	}
	.inner-window h1 {
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}
	.inner-window h1 strong {
		font-size: 34px;
	}
	.inner-window h2 {
		font-size: 32px;
		text-align: center;
		margin: 1em 0 .5em;
	}
	.inner-window h3 {
		font-size: 22px;
		line-height: 30px;
		text-align: center;
	}
	.inner-window iframe {
		height: 270px;
	}
	.movies {
		flex-wrap: wrap;
	}
	.movies .col {
		flex: 0 0 50%;
		padding: 0em;
	}
	.movies .col iframe {
		height: 160px;
	}
	.flex .person {
		flex: 0 0 100%;
		text-align: center;
		font-size: 16px;
		padding: 0 1em 2em;
	}
	.flex .person img {
		width: 200px;
		height: 200px;
		float: initial;
		display: block;
		margin: 0 auto 1em;
	}
	footer {
		line-height: 1.2em;
	}
	.cloud-1 {
		position: absolute;
		top: 10%;
		left: 0%;
		z-index: 1;
		width: 100%;
	}
}