* {
	box-sizing: border-box;
	color: #A5D7E8;
}

.contentWrapper {
	display: flex;
}

.embeddedChat {
	flex-grow: 1;
}

.buttons {
	flex-grow: 4;
	overflow: hidden;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	align-content: flex-start;
}

.twitch-chat-embed {
	height: 100%;
	min-width: 100%;
	max-height: 700px;
	margin-top: 10px;
}

.contentWrapper {
	display: flex;
}

.chattonsButton {
	border-radius: 5px;
	background: #19376D;
	color: #A5D7E8;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 10px 10px 0px 0px;
	line-height: 150px;
	font-size: 36px;
	font-weight: 800;
	overflow: hidden;
	flex-basis: calc(25% - 10px);
	box-sizing: border-box;
}

.chattonsButton:hover {
	background: #576CBC;
}

@media screen and (min-width:0px) {
	.chattonsButton {
		flex-basis: calc(100%);
	}

	.embeddedChat {
		display: none;
	}
}

@media screen and (min-width:320px) {
	.chattonsButton {
		flex-basis: calc((100% / 2) - 10px);
	}
}

@media screen and (min-width:720px) {
	.chattonsButton {
		flex-basis: calc((100% / 2) - 10px);
	}

	.embeddedChat {
		display: block;
	}
}

@media screen and (min-width:1024px) {
	.chattonsButton {
		flex-basis: calc((100% / 3) - 10px);
	}
}

@media screen and (min-width:1280px) {
	.chattonsButton {
		flex-basis: calc((100% / 4) - 10px);
	}
}

@media screen and (min-width:1580px) {
	.chattonsButton {
		flex-basis: calc((100% / 5) - 10px);
	}
}

@media screen and (min-width:1800px) {
	.chattonsButton {
		flex-basis: calc((100% / 6) - 10px);
	}
}

.overlay {
	display: none;
}

.overlay.active {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
	background: rgba(50,50,50,.5);
}

.overlay.helper {
	/*position: relative;*/
	position: absolute;
	/*left: 50%;*/
	top: 40%;
	width: 50%;
	background: none;
}

.overlay-page {
	border-radius: 10px;
	background-color: rgba(11, 36, 71, 0.9);
	display: none;
	margin: auto;
	overflow: hidden;
	position: relative;
	/*left: -50%;*/
	padding: 20px 20px;
}

.overlay-page.active {
	display: block;
}

.overlay-page input, .overlay-page label {
	margin-right: 10px;
}

.overlay-page input, .overlay-page textarea {
	background-color: #19376D;
}

.overlay-page label {
	display: inline-block;
	width: 70px;
	margin-bottom: 6px;
}

.overlay-page a:hover {
	color: #eee;
}

button {  
	color: #A5D7E8;
  background-color: #0B2447;
  border-radius: 5px;
  border-width: 1px;
}

button:hover {
	background-color: #19376D;
}

.menu > button {
	width: 150px;
	height: 75px;
	border-radius: 5px;
	background: #1A235B;
	color: #A5D7E8;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 10px 10px 0px 0px;
	line-height: 75px;
	font-size: 24px;
	font-weight: 800;
	overflow: hidden;
}

.menu > button:hover {
  background: #3E54AC;
}

.overlay-page.active {
	transform: scale(3);
	width: 33%;
}

#buttonForm>div {
	float: left;
}

#addButton {
	margin-bottom: 4px;
}

body {
  background: #0B2447;
}

/*Cache Testing*/

.inputLabel {
	/*color: #ff0;*/
}

