.ftw-landing {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	margin: 15px 7.5px;
}

.ftw-header {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
	background-color: white;
	box-shadow: 3px 3px 6px #ccc;
	padding: 10px 15px;
	margin-right: 15px;
	width: 75%;
}

.ftw-header .ftw-logo {
	width: 150%;
	margin: auto;
	padding: 15px;
}

.ftw-header .ftw-content {
	margin: 10px;
}

.ftw-login {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;
	box-shadow: 3px 3px 6px #ccc;
	width: 25%;
}

.login-logo {
	width: 20px;
}

.title-stats {
	background-color: #1b365d;
	color: white;
	padding: 10px 15px;
	font-size: 20px;
}

.today-stats {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 15px 10px 15px;
	color: #4ce4eb;
}

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

.float-right {
	float: right;
}

.live-stat {
	color: #0dba86 !important;
}

.ftw-login-options {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 15px 10px 15px;
}

.ftw-button {
	max-width: 80%;
	text-align: center;
	width: 170px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #ccc;
	color: rgba(0, 0, 0, 0.2);
	background-repeat: no-repeat;
	font-weight: 500;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
}

.ftw-ad-button {
	margin-right: 60px;
	background-image: linear-gradient(
		to bottom,
		rgba(76, 228, 235),
		rgba(52, 163, 168)
	);
	box-shadow: none !important;
}

.ftw-login-button {
	margin: auto;
	background-image: linear-gradient(
		to right,
		rgb(243, 116, 33),
		rgb(255, 184, 59)
	);
}

.ftw-button:hover::before {
	transform: scale(0.9);
	opacity: 0;
}

.ftw-button::before {
	color: white;
	height: 20px;
	content: attr(data-hover);
	position: absolute;
	transition: all 0.3s;
	opacity: 0.3s;
}

.ftw-button:hover {
	cursor: pointer;
	box-shadow: 3px 3px 12px #aaa;
	transition: all 0.5s;
}

.ftw-ad-button:hover {
	background-image: linear-gradient(
		to bottom,
		rgba(76, 228, 235) -15%,
		rgba(52, 163, 168) 115%
	);
}

.ftw-login-button:hover {
	background-image: linear-gradient(
		to right,
		rgb(243, 116, 33) -15%,
		rgb(255, 184, 59) 115%
	);
}

.ftw-button:hover,
.ftw-guest-button:hover {
	cursor: pointer;
}

.ftw-play {
	margin-bottom: 15px;
}

.ftw-guest-button {
	max-width: 80%;
	text-align: center;
	overflow: hidden;
	margin: auto;
	padding: 10px 0px;
	width: 170px;
	text-shadow: none;
	text-decoration: none;
	color: #1a365d;
}

.ftw-guest-button:hover::before {
	max-width: 100%;
}

.ftw-guest-button::before {
	position: absolute;
	overflow: hidden;
	height: 20px;
	max-width: 0%;
	text-align: left;
	border-bottom: 2px solid #4ce4eb;
	color: #4ce4eb;
	content: attr(data-hover);
	transition: max-width 1s;
}

.ftw-bullets {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	background-color: white;
	box-shadow: 3px 3px 6px #ccc;
	border-top: 25px solid #1b365d;
	padding: 10px 15px;
	margin: 0px 7.5px 15px 7.5px;
}

.ftw-bullet {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.ftw-bullet-icon {
	width: 250px;
	float: left;
}

.maintenance {
	color: #c41f00;
	margin: auto;
	padding: 30px;
}

@media only screen and (min-width: 901px) {
	.ftw-bullet-icon {
		min-width: 110px;
	}
}

@media only screen and (max-width: 900px) {
	.ftw-landing,
	.ftw-bullet {
		flex-direction: column;
	}
	.ftw-header {
		margin-right: 15px;
	}
	.ftw-header,
	.ftw-login {
		width: 100%;
	}
	.ftw-bullet-icon {
		width: 200px;
		margin: auto;
	}
	.today-stats,
	.ftw-login-options {
		flex-direction: row;
	}
	.ftw-login-button,
	.ftw-guest-button {
		margin: 0;
	}
	.ftw-ad-button {
		margin-right: 30px;
	}
	.today-stats {
		flex-wrap: wrap;
		flex-grow: 1;
	}
	.today-stats div {
		min-width: 34%;
		margin: 0px 50px;
		padding: 0px 10px;
	}
}

@media only screen and (max-width: 800px) {
	.ftw-ad-button {
		margin-right: 20px;
	}
	.ftw-enroll {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 700px) {
	.ftw-header {
		flex-direction: column;
	}
	.ftw-header .ftw-logo {
		width: 100%;
	}
	.today-stats div {
		min-width: 50%;
		margin: 0px;
	}
	.ftw-play {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 650px) {
	.ftw-ad-button {
		margin: 0px 20px !important;
	}
}

@media only screen and (max-width: 430px) {
	.ftw-login-options {
		flex-direction: column;
	}
	.ftw-button,
	.ftw-guest-button {
		margin: auto;
	}
	.today-stats div {
		margin: 0px;
	}
	.ftw-thanks {
		padding: 30px 30px;
	}
}

@media only screen and (max-width: 370px) {
	.today-stats div {
		width: 100%;
		margin: 0px;
	}
}
