body {
	font-family: "Open Sans", sans-serif;
	color: #333333;
}

.landing-laptop {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-left: -10px;
	overflow: hidden;
}

.logo-img {
	height: 33px;
	margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	font-family: "Open Sans", sans-serif;
	color: #333333;
}

a {
	color: #00a8e8;
	cursor: pointer;
}

h4 {
	color: #8898aa;
}

.common-BodyTitle {
	font-weight: 600;
}

.ctas li:first-child .common-Button {
	background-color: #00a8e8;
	margin: 0 12px 12px 0;
}

.invoices .purple-text {
	color: purple;
}

.StripeBackground {
	z-index: -1;
}

.common-Uppercase {
	margin-bottom: 0px;
}

.second-plan {
	float: right;
}

.Plan-title {
	margin-bottom: 20px;
	font-weight: 600;
}

.Plan-listItem {
	font-weight: 400;
	font-size: 1.2em;
}

.equivalent {
	font-size: 0.9em;
	color: rgba(82, 95, 128, 0.6);
}

.Plan-list {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

@media (min-width: 1040px) {
	.invoices__swapping {
		margin-bottom: 80px;
	}
}

.invoices .invoices__try {
	color: #00a8e8;
}

.blue-text {
	color: #00a8e8;
}

.light-blue-text {
	color: #00b9ff;
	text-shadow: 0px 0px 30px rgba(53, 190, 242, 0.3);
}

.footer-ctas__cta span {
	color: #00a8e8;
}

.Plan-table-cell {
	font-weight: 600;
}

.Plan--enterprise {
	border-radius: 4px;
	background: #32325d;
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		from(#32325d),
		to(#29294c)
	);
	background-image: linear-gradient(to bottom right, #32325d, #29294c);
	background: #2e1160;
	border-radius: 20px;
}

.right-plan {
	max-width: 400px;
	margin: 0 auto;
	border-radius: 12px;
	background: #8418b0;
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		from(#32325d),
		to(#29294c)
	);
	background-image: linear-gradient(to bottom right, #004629, #012b1a);
	background: #370b62;
}

@media (max-width: 669px) {
	.Plan--enterprise {
		margin-bottom: 40px;
		border-radius: 12px;
	}
}

.white-text {
	color: rgba(255, 255, 255, 0.9);
}

.per-month {
	margin-bottom: 30px;
}

.pricing {
	font-weight: 600;
}

.game-icon {
	margin: 0 auto;
	height: 120px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.advantage__title {
	font-weight: 700;
}

.text-center {
	text-align: center;
}

.cloud-animation {
	position: relative;
	height: 200px;
}
.pc {
	height: 250px;
	position: absolute;
	left: 0;
	float: left;
	z-index: 2;
	bottom: 0;
}

.surface2 {
	height: 220px;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.macbook-screen {
	width: 250px;
	height: 100px;
	overflow-x: hidden;
	z-index: 2;
}

.penner {
	margin-left: 50px;
}

.dot {
	height: 25px;
	width: 25px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}

.nodeList {
	margin-left: 20px;
	margin-top: 200px;
	padding-top: 100px;
}

.laser {
	border-radius: 3px;
	margin-bottom: 3px;
	height: 3px;
	width: 30px;
	background-color: rgba(125, 0, 170, 0.5);
}

.laser {
	z-index: 10;
}

.cloud-pc {
	margin-top: 230px;
	margin-left: 0px;
	float: left;
	display: inline;
}

.your-laptop {
	display: inline;
	float: right;
	margin-top: 98px;
	margin-right: 22px;
}

.first-section {
	margin-top: -200px;
}

.pc {
	margin-top: 60px;
}

@media (min-width: 670px) {
	.top-landing-laptop {
		display: none;
	}
}

.game-thumbnail {
	border-radius: 2px;
	max-height: 250px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.38);
	margin: 10px;
	display: inline;
	margin-bottom: 60px;
	transition: 0.2s;
}

.thumbnail-container-mobile {
	display: none;
}

.game-thumbnail:hover {
	box-shadow: 0 0 20px rgba(0, 203, 215, 1);
}

@media (max-width: 900px) {
	.game-thumbnail {
		max-height: 150px;
	}
}

@media (max-width: 669px) {
	.landing-cta-btn > .join-btn {
		font-size: 18px;
		text-align: center;
	}

	.bottom-landing-laptop {
		display: none;
	}

	.cloud-animation {
		display: none;
	}

	.thumbnail-container {
		display: none;
	}
	.thumbnail-container-mobile {
		display: block;
	}

	.game-thumbnail {
		margin: 0;
		max-height: 100px;
	}

	.ll2 {
		max-width: 200px;
		margin-bottom: -50px;
	}

	.landing-laptop {
		max-width: 300px;
		margin: 0 auto;
	}

	.first-section {
		padding-bottom: 0px;
	}
}

.thumbnail-container {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
}

.common-BodyTextMedium {
	text-align: left;
}

.ctas {
	text-align: left;
}

.mission-col {
	max-width: 200px;
}

.top-landing-laptop {
	margin-top: -110px;
	text-align: center;
	margin-bottom: 30px;
}

.blue-btn {
	min-width: 100px;
	text-align: center;
}

.globalNav .join-btn {
	vertical-align: bottom;
	font-size: 1.5em;
	background-color: #00a8e8;
	color: white;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

.globalNav .join-btn:hover {
	color: white;
}

.globalNav {
	margin-top: 15px;
	/* margin-top: 50px; */
}

@media (min-width: 1040px) {
	.globalNav .rootLink {
		padding: 0 15px;
	}
}

.common-Button:hover {
	cursor: pointer;
}

/* .make-in-line {
	margin-top: 30px;
} */

.medium-btn {
	font-size: 15px;
	line-height: 20px;
}

.loading-spinner-center {
	width: 60px;
}

.globalNav .join-btn {
	font-size: 15px;
	padding: 0 14px;
	height: 40px;
}

.goldfish-top-banner {
	width: 100%;
	text-align: center;
	background: rgba(1, 186, 212, 1);
	padding-top: 4px;
	padding-bottom: 5px;
}

.goldfish-error-top-banner {
	width: 100%;
	text-align: center;
	background: rgba(217, 30, 24, 1);
	padding-top: 4px;
	padding-bottom: 5px;
}

.top-promo-text {
	color: white;
	font-size: 18px;
	line-height: 38px;
}
