html {
  background: black
}

.title-font {
  font-family: 'Orbitron', sans-serif;
  font-size: 44px;
  letter-spacing: 2px;
}

.width-constrained-img {
  max-width: 16em;
}

.screenshot-img {
    max-width:40vw;
}

@media screen and (max-width: 1900px) {
    .screenshot-img {
        max-width:60vw;
    }
}

@media screen and (max-width: 736px) {
    .screenshot-img {
        object-fit: cover;
        max-width:100vw;
    }
}

@media screen and (max-width: 480px) {
    .screenshot-img {
        object-fit: cover;
        max-width:100vw;
    }
}

.selector-img{
  width: 9em;
}

.selector-img-sm{
  width: 5em;
}

.invert-color {
  filter: invert(1);
}

.bright-yellow-color {
  filter: invert(73%) sepia(91%) saturate(318%) hue-rotate(350deg) brightness(101%) contrast(102%);
}

.bright-green-color {
  filter: invert(85%) sepia(47%) saturate(491%) hue-rotate(98deg) brightness(98%) contrast(91%);
}

.bright-blue-color {
  filter: invert(61%) sepia(85%) saturate(4807%) hue-rotate(163deg) brightness(97%) contrast(101%);
}

.deep-red-color {
  filter: invert(16%) sepia(95%) saturate(5787%) hue-rotate(344deg) brightness(66%) contrast(94%);
}

.color10 {
  background-image: linear-gradient(#000F5A, #1F00FF);
}

.charm {
  max-width: 80px;
  padding-right: 10px;
}

.image-and-text img {
    max-width: 60px;
    float: none;
}

@media screen and (max-width: 1280px) {
  .image-and-text img {
    float: left;
    padding: 10px;
  }
}

#youtube {
  width: 100%;
  height: 44vh;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.multi-window {
    width: 3em;
}


/* Spotlight (style4) */

	.spotlight.style10 {
		padding: 7rem 5.25rem 5rem 5.25rem ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-color: inherit;
		position: relative;
		overflow-x: hidden;
		text-align: center;
	}

		.spotlight.style10 .content {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			position: relative;
			width: 40rem;
			max-width: 70%;
			background-color: inherit;
			border-radius: 0.5rem;
			margin-bottom: 2rem;
			z-index: 1;
		}

		.spotlight.style10 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border-radius: 0;
		}

			.spotlight.style10 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {

			.spotlight.style10 {
				padding: 5rem 3.75rem 3rem 3.75rem ;
			}

				.spotlight.style10 .content {
					padding: 2.5rem 2.5rem 0.5rem 2.5rem ;
				}

		}

		@media screen and (max-width: 1280px) {

			.spotlight.style10 {
				padding: 1rem 3rem 0rem 3rem;
			}

				.spotlight.style10 .content {
					padding: 3rem 3rem 1rem 3rem ;
				}

		}

		@media screen and (max-width: 980px) {

			.spotlight.style10 {
				padding: 3rem 2.25rem 1rem 2.25rem ;
			}

				.spotlight.style10 .content {
					padding: 2.25rem 2.25rem 0.25rem 2.25rem ;
				}

		}

		@media screen and (max-width: 736px) {

			.spotlight.style10 {
				padding: 2rem 1.5rem 0.1rem 1.5rem ;
			}

				.spotlight.style10 .content {
					padding: 1.5rem 1.5rem 0.1rem 1.5rem ;
				}

		}

		@media screen and (max-width: 480px) {

			.spotlight.style10 .content {
				max-width: 80%;
			}

		}

		.spotlight.style10.fullscreen {
			min-height: 100vh;
		}

		.spotlight.style10.halfscreen {
			min-height: 50vh;
		}

		.spotlight.style10.orient-left {
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
			padding-left: 0;
		}

			.spotlight.style10.orient-left .content {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}

		.spotlight.style10.orient-right {
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
			padding-right: 0;
		}

			.spotlight.style10.orient-right .content {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}

		.spotlight.style10.content-align-left {
			text-align: left;
		}

		.spotlight.style10.content-align-right {
			text-align: right;
		}

		.spotlight.style10.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style10.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

#wrapper > .invert-alt.color-dark {
    background-color: #2f2f2f;
}

.color-dark-main {
    background-color: #2f2f2f;
    background-repeat: no-repeat;
    background-size: 100% 1000px;
    background-position: center -220px;
}

#stripes {
   height: 20px;
   width: 100%;
   background: linear-gradient(to bottom, #C13F21 0%, #C13F21 20%, #343233 0, #343233 40%, #D36D2D 0, #D36D2D 60%, #343233 0, #343233 80%, #DD9F32 0);
}

#bottom-stripes {
   height: 20px;
   width: 100%;
   background: linear-gradient(to bottom, #9999bb 0%, #9999bb 20%, #2f2f2f 0, #2f2f2f 40%, #75758f 0, #75758f 60%, #2f2f2f 0, #2f2f2f 80%, #444453 0);
}

#purple-stripes {
   height: 20px;
   width: 100%;
   background: linear-gradient(to bottom, #c99b9d 0%, #c99b9d 20%, #2f2f2f 0, #2f2f2f 40%, #672325 0, #672325 60%, #2f2f2f 0, #2f2f2f 80%, #301b68 0);
}

.centered-image {
   display:flex;
   justify-content:center;
   align-items:center;
}

.centered-image img {
  margin-top: 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.wrapper.style1 > .inner {
    padding: 2rem 3.5rem 5rem 3.5rem;
    margin: 0 auto;
    max-width: 100%;
    width: 64rem;
}


.hyperkey-banner-img {
    width: 64px;
    height: 64px;
}
.banner-text {
    padding-left:1em;
    display:table-cell;
    vertical-align: middle;
}
.banner-outer {
    display:table;
}
.spotlight.style1 .content.banner-content {
    padding: 0.5rem 0rem 0rem 0rem;
    display: flex;
    justify-content: center;
    width: 100%
}

.brand {
    float: left;
    margin: 1em 1em 1em 2em;
}

.brand a {
    font-family: 'Righteous', sans-serif;
    font-size: 1em;
    text-decoration: none;
}

.brand + .inner {
    clear: both;
}

.main-image img {
  width: 35em;
}