body {
    font-family: Nunito, sans-serif;
    #min-height: 100vh;
    margin-top: 4rem;
    display: grid;
    place-items: center;
    #color: var(--dark);
    #background-color: var(--background);
    #background: linear-gradient(-20deg, var(--highlight), var(--background) 60%);
  }
.nav-link {
	font-family: Nunito, sans-serif;
}
.active, .navbar-dark .navbar-nav > li > a:hover{
    background-color: #DA5F3E;
    #color: #3ab380;
  }
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0;
  }
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px) ;
}
h6 {
    /* margin: 20px; */
    font-family: "Paytone One", Helvetica, sans-serif;
    color: #202020;
    text-transform: uppercase;
}
h6 span {
    display: block;
    margin: 11px 0 6px 0;
    font-size: 30px;
    line-height: 0px;
    color: #b3614c; 
    text-shadow: 0 13.36px 8.896px #9c5542,0 -2px 1px #f8f5f2;
    letter-spacing: 2px;
}

h1 {
    line-height: 1em;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 2.8em;
    font-weight: bold;
}
h2 {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0;
    margin: 0;

}
h3 {
    font-size: 1.1em;
    text-decoration: underline;
    text-decoration-style: dashed;
    padding: 0;
    margin: 10px 0 2px 0;
}
table {
    margin: 2% auto;
    border-collapse: collapse;
}
#table_game {
    position: relative;
    font-size: 120px;
    margin: 1% auto;
    border-collapse: collapse;
    background-color: #a99a86;
}
.td_game {
    border: 8px solid #795548;
    width: 150px;
    height: 150px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
.fixed {
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.td_list {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}
.th_list {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
#restart {
    font-size: 3em;
    #width: 1em;
    #height: 0.9em;
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden;
}
.btn-active:active {
	box-shadow: none;
	position: relative;
	top: .2em;
}
.x {
    color: #424242;
    position: relative;
    top: -8px;
    font-size: 1.2em;
    cursor: default;
}
.o {
    color: aquamarine;
    position: relative;
    top: -8px;
    font-size: 1.0em;
    cursor: default;
}
.btn-lg {
    background-color: #E07A5F;
    color: #E8E8E8;
  }
.btn-lg:hover {
    background-color: #e9a18f;
    color: #FFF;
  }

/* modal background */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* enable scroll if needed */
    background-color: black; /* fallback color */
    background-color: rgba(0, 0, 0, 0.6);
}

/* modal content */
.modal-content {
    background-color: rgb(240, 240, 240);
    color: rgb(32, 32, 32);
    font-size: 2em;
    font-weight: bold;
    /* 16 % from the top and centered */
    margin: 16% auto;
    padding: 20px;
    border: 2px solid black;
    border-radius: 10px;
    width: 380px;
    max-width: 80%;
    display: block;
}
.modal-content p {
    margin: 0;
    padding: 0;
}

/* close button for modal dialog */
.close {
    color: rgb(170, 170, 170);
    float: right;
    position: relative;
    top: -25px;
    right: -10px;
    font-size: 34px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.win-color {
    #background-color: #c2b8aa;
    border: 4px solid #F1EBE5;
}
.footer-section {
    position: relative;
}
.copyright-area{
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #F1EBE5;
}
.copyright-text p a{
    color: #E07A5F;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-menu ul {
    margin: 0px;
    padding: 0px;
}
.copyright-area{
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #F1EBE5;
}
.copyright-text p a{
  color: #E07A5F;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-menu ul {
  margin: 0px;
  padding: 0px;
}

.float{
	position:fixed;
	width:100%;
	height:74px;
	bottom:0px;
	right:0px;
	#background-color:#E07A5F;
	color:#FFF;
	#border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}
.my-float{
	margin-top:22px;
}

@media screen and (max-width: 720px) {
    /* For mobile phones: */
    body  {
        padding-bottom: 10em;  
      }
    .container-md {
        margin-top: 0;
    }
    .td_game {
        border: 6px solid #795548;
        width: 98px;
        height: 98px;
        padding: 0;
        vertical-align: middle;
        text-align: center;
        margin: auto;
    }
    .fixed {
        width: 98px;
        height: 98px;
        line-height: 110px;
        display: block;
        overflow: hidden;
        cursor: pointer;
    }
    .x {
        color: #424242;
        position: relative;
        top: -8px;
        font-size: 1.0em;
        cursor: default;
    }
    .o {
        color: aquamarine;
        position: relative;
        top: -15px;
        font-size: 1.0em;
        cursor: default;
    }
    .win-color {
        #background-color: #c2b8aa;
        border: 2px solid #FFF;
    }

  }