@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Poppins", sans-serif;
	background: url("body-bg.jpeg") center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

}

header {
	width: 100%;
	height: 4.5vw;
	color: white;
}

h1 {
	font-weight: bold;
	color: #fff;
	font-size: 1.6vw;
	padding: 0.2vw;
}

.column {
	display: inline-block;
}

.column-a {
	width: 80%;
	text-align: center;
	align-items: center;
	padding: 4vw 0;
	margin-left: 10vw;
	margin-right: 5vw;
}

.column-b {
	width: 80%;
	align-items: center;
	padding: 4vw 0;
	margin-left: 10vw;
	margin-right: 5vw;
}
 .center {
     margin: auto;
     width: 10%;
     padding: 10px;
     text-align: center;
}

 th, td {
     border: 2px solid black;
     padding: 8px;
     text-align: center;
}
 td {
     font-weight: lighter;
}
 th {
     padding-top: 12px;
     padding-bottom: 12px;
     color: black;
     background-color: white;
}
 tr:hover {
    background-color: #030054;
}

.title-text {
	justify-content: left;
	padding: 0.4vw;
	font-size: 2.7vw;
}

.small-title-text {
	display: flex;
	justify-content: left;
	padding: 0.4vw;
        font-weight: bold;
	font-size: 1.4vw;
}

.text {
	display: flex;
	justify-content: left;
	padding: 0.4vw;
	font-size: 1.1vw;
}

.genericButton {
	font-size: 1vw;
	font-weight: bold;
	color: white;
	background-color: #ff3beb;
	width: 10vw;
	height: 3vw;
	text-align: center;
	border-radius: 2vw;
	border: None;
	margin: 1.2vw;
}

.genericButton:hover {
	opacity: 70%;
	cursor: pointer;
	transition: 0.15s ease-in-out;
}

.genericButton:disabled,
genericButton[disabled] {
	font-size: 1vw;
	font-weight: bold;
	color: white;
	background-color: #731b85;
	width: 10vw;
	height: 3vw;
	text-align: center;
	border-radius: 2vw;
	border: None;
	margin: 1.2vw;
}

 .genericSmallButton {
     font-size: 0.8vw;
     font-weight: bold;
     color: white;
     background-color: #ff3beb;
     width: 4vw;
     height: 1.5vw;
     text-align: center;
     border-radius: 1vw;
     border: None;
     margin: 0.6vw;
}
 .genericSmallButton:hover {
     opacity: 70%;
     cursor: pointer;
     transition: 0.15s ease-in-out;
}
 .genericSmallButton:disabled, genericButton[disabled]{
     font-size: 0.8vw;
     font-weight: bold;
     color: white;
     background-color: #731b85;
     width: 4vw;
     height: 1.5vw;
     text-align: center;
     border-radius: 1vw;
     border: None;
     margin: 0.6vw;
}

.menu {
	float: right;
	margin-right: 1vw;
	margin-top: 0.4vw;
	height: 4vw;
	display: flex;
	align-items: center;
}

.txbox {
	background: #2c2072;
	border-radius: 3vw;
	box-shadow: 0.5px 0.5px 15px #030349;
	width: 100%;
	height: auto;
}

.table-ldrbrd {
  margin: auto;
  width: 10%;
  padding: 10px;
  text-align: center;
}

th, td {
       border: 2px solid black;
       padding: 8px;
       text-align: center;
}
 
td {
    font-weight: lighter;
}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  color: black;
  background-color: white;
}

tr:hover {background-color: #030054;}

#br-logo-full {
	width: 18vw;
	height: 3.7vw;
	margin-left: 1vw;
	margin-top: 0.4vw;
	background: url("bullet-logo-1a.svg") no-repeat center;
	float: left;
}

#br-logo-full:hover {
	cursor: pointer;
	transition: 0.15s ease-in-out;
}

#cr-logo-full {
	width: 17.6vw;
	height: 4.6vw;
	margin-left: 1vw;
	background: url("CryptoRoyaleLogo.svg") no-repeat center;
	float: left;
}

#cr-logo-full:hover {
	cursor: pointer;
	transition: 0.15s ease-in-out;
}

@media screen and (max-width: 1600px) {
	#container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.controls-desktop {
		display: none;
	}

	.win-info-desktop {
		display: none;
	}

	.mobile-only {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.win-info {
		margin-right: 20px;
	}

	.controls {
		margin-left: 20px;
	}
}

@media screen and (max-width: 600px) {
	#container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.controls-desktop {
		display: none;
	}

	.win-info-desktop {
		display: none;
	}

	.mobile-only {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}

	.win-info {
		margin-top: 20px;
		margin-right: 0;
	}

	.controls {
		margin-top: 20px;
		margin-left: 0;
	}
}