
body, html {
    font-family: 'Open Sans', sans-serif;
}

body {
  touch-action: pan-x pan-y;
}

header {
    border-bottom:1px solid #ccc;
}

footer {
    border-top:1px solid #ccc;
}

.nav-pills .nav-link:not(.active) {
    background-color: #e9e9e9;
    color: #333;
}

/*.text-primary,
.link-primary {
    color: rgb(73, 122, 255, .8);
}*/

.navbar-toggler {
    color: 666;
    border: none;
}

.navbar-toggler:focus {
    outline: none; 
    box-shadow: none;
}

a, a:visited {
  text-decoration: none;
}

a, a:active {
  text-decoration: none;
}

nav .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 1.3rem;
}

.alert-danger {
    background-color: #dc5e5e;
    color: #fff;
}
.alert {
    border: none;
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    
}

.input-group {
    border-radius: 0 !important;
}

.input-group-text {
    border-radius: 0 !important;
}

.form-control.form-control-blank {
    background-color: #fff;
    height: 0;
    padding-top: 50%;
    padding-bottom:50%;
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700 !important;
    color: #333 !important;
    border: 1px solid #ccc;
    transition: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.form-control.form-control-yellow {
    background-color: #c9b458;
    height: 0;
    padding-top: 50%;
    padding-bottom:50%;
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700 !important;
    color: #fff !important;
    border: none !important;
    transition: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.form-control.form-control-incorrect {
    background-color: #787c7e;
    height: 0;
    padding-top: 50%;
    padding-bottom:50%;
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700 !important;
    color: #fff !important;
    border: none !important;
    transition: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.form-control.form-control-grey {
    background-color: #787c7e;
    height: 0;
    padding-top: 9%;
    padding-bottom:9%;
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700 !important;
    color: #fff !important;
    border: none !important;
    transition: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.form-control.form-control-green {
    background-color: #6aaa64;
    height: 0;
    padding-top: 50%;
    padding-bottom:50%;
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700 !important;
    color: #fff !important;
    border: none !important;
    transition: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.keyboard .col {
    padding-bottom: .3rem;
    /*margin: 0 -0.1rem;*/
}


.keyboard .btn {
    padding: 1rem .3rem;
}


.keyboard .col1 .btn {
    margin-right: .1rem;
    margin-left: .1rem;
    width: 10%;
}

.keyboard .col2 {
    margin-right: 5%;
    margin-left: 5%;
}

.keyboard .col2 .btn {
    margin-right: .1rem;
    margin-left: .1rem;
    /*width: 11.111%;*/
}

.keyboard .col3 .btn {
    margin-right: .1rem;
    margin-left: .1rem;
}

.btn.enter {
    font-size: 0.6rem;
}

.correct .col,
.misplaced .col{
     padding-left: .325rem;
     padding-right: .325rem;
}

.correct,
.misplaced{
     padding-left: .325rem;
     padding-right: .325rem;
}

.misplaced .col{
     margin-bottom: .65rem;
}

.row.misplaced {
     margin-bottom: .75rem;
     padding-left: .325rem;
     padding-right: .325rem;
}

.bg-success {
    background-color: #6aaa64;
}

.list-group .bg-success {
    background-color: #6aaa64 !important;
}
 
.TEXT-SUCCESS,
.text-success {
    color: #6aaa64 !important;
}

.list-group {
    border-radius: 0;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
}

.btn-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn-light {
    border: none;
    background-color: #d3d6da;
    color: #000;
}

.btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:hover {
  color: #212529;
  border-color: #212529;
  background: transparent;
}

.TEXT-WARNING,
.wordle .text-warning {
    color: #c9b458!important;
}

.TEXT-MUTED,
.wordle .text-muted {
    color: #797c7e!important;
}

h4 {
    font-weight: 700;
}

/* back to top button */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(73, 122, 255, .8);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(73, 122, 255);
}

#return-to-top:hover i {
    color: #fff;
}
