@font-face 
{
    font-family: "CofeeTin";
    src: url("../fonts/CoffeetinInitials-YXJ2.ttf");
}

*
{
    margin: 0;
    padding: 0;
}

.container
{
    width: 100%;
    text-align: center;
	min-height: 400px; 
}

#rules-btt
{
    border: none;
    outline: none;
    font-weight: bold;
    color: #00f1f1;
	background-color: transparent;
    padding: 2rem;
    transition: ease .5s;
	position: absolute;
	top: 10;
	left: 30;
	align-items: left;
}

#rules-btt:hover
{
    color: #ffc9d8;
	background-color: transparent;
}

#navigate-to-menu-btt
{
	display: none;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 3rem;
    font-weight: bold;
    color: #1f1f1f;
    position: absolute;
    top: 0;
    left: 10;
}

.menu
{
    background-color: transparent;
    position: absolute;
    top: 10;
	left: 30;
}

.menu-header
{
    /* height: 30%; */
    margin-top: 10px;
    font-family: "CofeeTin";
    font-size: 68px;
	color: #ffffff;
	background-color: transparent;
}

.container h3
{
    padding: 20px;
	color: #f1f1f1;
	font-family: "CofeeTin";
    src: url("../fonts/CoffeetinInitials-YXJ2.ttf");
}

.flex-blackjack-row1, .flex-blackjack-row2
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px; 
    color: #f1f1f1;
}
.flex-blackjack-row1{background: url('../img/table_blue.png') center;
	height:520px;}

.flex-blackjack-row1 div
{
    flex: 1;    /* same proportions between divs in flex row */
    padding: 10px;
    text-align: center;
    height: 370px; 
}

#your-box
{
    border-right: 2px solid #f1f1f1;
}

.flex-blackjack-row1 img
{
    max-height: 40%;
    padding: 10px;
}

.flex-blackjack-row2 button
{
    width: 200px;
}

.flex-blackjack-row3
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;;
}

.flex-blackjack-row3 table
{
    margin-top: 10px;
    text-align: center;
}

.flex-blackjack-row3 table th, td
{
    font-size: 25px;
    padding: 10px;
    margin: 5px;
}

#your-box img
{
    z-index: 10;
    border-radius: 15px;
}

#remainingTime
{
	color: #00f1f1;
	display: block;
}

.rules
{
    display: none;
    background-color: rgba(0,0,0,.6);
	/* background-image: url(../../bg.jpg); */
    width: 90%;
    height: 90%;
    text-align: center;
    position: absolute;
    top: 5%;
	left: 5%;
    justify-content: center;
    align-items: center;
}

.rules p
{
    color: #f1f1f1;
    font-size: 20px;
}

.rules button
{
    color: #f1f1f1;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 20;
    right: 40;
    font-size: 3rem;
    font-weight: bold;
    transform: rotate(45deg);
}