@charset "utf-8";
/* CSS Document */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     svg{ width:70%;text-align:center; margin-left: 15%; margin-top: 8%;}
}

@media all and (-webkit-min-device-pixel-ratio:0) {
   svg{ width:70%; height:70%;text-align:center; margin-left: 15%; margin-top: 8%;}
}

@-moz-document url-prefix() { 
  svg{ width:70%; height:70%;text-align:center; margin-left: 15%; margin-top: 8%;}
}

.hexagon {
  fill: #403d58;
  stroke: #403d58;
    z-index:1;
}
.hexagon:hover {
  fill: #403d58;
  stroke: #403d58;
}

.player {
    font-size: x-large;
}

.player1 {
  background: #3F7FBF;
  color: white;
  border: 1px solid #2B557F;
}

.incorrect {
    text-decoration: none;
    color: #B7B5B9;
    border: 1px solid #514E67;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #514E67;
}

.player2 {
     background: #A9A216;
    color: white;
    border: 1px solid #A9A216;
}

text{fill:white}
.letter {font-family: 'Telex', sans-serif; font-size:50px; color: #ffffff;    
  cursor: default;
}

.leftSelect{
  text-align:left;
}
.centreSelect{
  text-align:center;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.blockBuster.modal {
  text-align: center;
  padding: 0!important;
}

.blockBuster.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.blockBuster.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.blockBuster.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


.blockBuster.modal-body {
    background: #403d58;
    color: white;
}

.modal-content {
    border: none;
    border-radius: 5px;
    box-shadow: none;
	padding:0px
}

.col-xs-4.rightSelect {
    text-align: right;
}

h2.question {
    text-align: -webkit-center;
	letter-spacing: 6px;
    font-size: 4rem;
}

#infoBtn, #penToolBtn {
    margin-right: 0.5em;
}


.letter {
	font-size:32px;
	text-anchor:middle;

}


