
/* Navigation bar */
.navbar-brand img{
	height: 35px;
}

.navbar{
  background: linear-gradient(#000,#31273B);
}

/* nav-end */

#info{
  display: inline-block;
  color: #ffffff;
  width: 50%;
  height: 50%;
  font-size: 100%;
  text-align: center;
  margin-bottom: 3%;
}

.button {
  display: inline-block;
  align-self: center;
  border-radius: 8px;
  padding: 1%;
  border: 3px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  font-family: inherit;
  font-size: 0.3em;
  cursor: pointer;
  color: white;
  margin-top: 1%;
  margin-bottom: 2%;
}

.button:hover {
  font-size: 0.6em;
  box-shadow: 8px 8px rgba(255, 255, 255, 0.3),
    0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

.button:active {
  box-shadow: none;
  border:none;
}

.hide {
  display: none;
}

#container{
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 50%;
  padding-top: 2%;
  	padding-left: 15%;
  	padding-right: 15%;
	 background-image: url(../image/parttwo.jpg);
	 object-fit: cover;
	 height: 600px;
	 max-height: 600px;
}

table {	
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  vertical-align: center;
  align-self: center;
  border-collapse: collapse;
}

td {
  margin: 0 auto;
  border: 8px ridge white;
  width: 100px;
  height: 100px;
  color: white;
  text-align: center;
  font-size: 4em;
}

tr{
 margin: 0 auto;
 align-self: center;
}

td:visited{
  border-radius: 25px;
  background-color: #A9A9A9;
  opacity: 0.2;  
}

td:hover{
  border-radius: 25px;
  background-color: #A9A9A9;
  opacity: 0.5;
}


#scoreboard td:hover{
  background-color: inherit;
}

#head td{
    padding: 2%;
  font-size: 20px;
  width: 50px;
  height: 35px;
}

#score td{
  padding: 2%;
  font-size: 20px;
  width: 50px;
  height: 60px;
}

.top-grid {
  border-top: none;
}

#suggestion{
  color:#ffffff;
  font-size:20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  align-self: center;
  margin-top: 3%;
  font-weight: bold;
}

.bot-grid {
  border-bottom: none;
}

.left-grid {
  border-left: none;
}

.right-grid {
  border-right: none;
}

@media screen and (min-width: 400px) {
  td {
    margin: 0 auto;
    width: 150px;
    height: 150px;  }
}

@media screen and (min-width: 1000px) {
 .centerBanner {
    font-size: 40px;
    text-align: center;
    margin: 2%;
  }
  }

body {
  margin: 0;
  font-weight: bolder;
  font-family: "Fredericka the Great", cursive;
   background-size: cover;  background: url("../image/background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.centerBanner {
  text-align: center;
  width: 50%;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 2em;
  width: 50%;
  margin-top: 4%;
  padding-top: 2%;
    background: linear-gradient(#000,#31273B);
}

#scoreboard{
color: white;
font-size: 30px;
display: block;
float: both;
margin: auto 0;
}

#scoreboard span{
	display: block;
}

#newgame{
  background-color: #31273B;
  color: #31273B;
    border: 0px;
    border-radius: 4px;
}

