html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
}

header {
    border-bottom: 1px solid #666666;
    overflow: hidden;
}

header h1 {
    float: left;
    font-size: 1.8em;
    text-align: left;
    margin: .5em;
    padding: 0;
    font-weight: bold;
}

header img.gameTitle {
    float: left;
    margin: 1em 0 1em 1em;
    padding: 0;
}

header img.logo {
    float: right;
    padding: 1em 1em 0 0;
    margin: 0;
    width: 90px;
}

section {
    margin: 0 1em;
}

header.instructions h1 {
    margin: .9em .5em;
}

.instructions p {
    padding: .5em 1em;
    font-size: 1.2em;
}

h3 {
    font-size: 1.7em;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: normal;
}

.main.settings {
    width: 96%;
    margin: 0 auto;
    height: 100vh;
    padding: 0;
}

@media screen and (max-width:1000px) {
    .main.settings {
        width: 95%;
    }
}

.mainContainer {
    width: 80%;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}

.mainContainer section {}

/* Button Styles */
button {
    margin: 0;
    padding: 0;
}

/*button.coreBtn*/
.coreBtn {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #aaa;
    color: #222;
    background: #fff none;
    letter-spacing: .1em;
    line-height: 2em;
    border-radius: 5px;
    margin: .5em 1em .5em 0;
    padding: 0.5em 1.5em;
    /* .5 1.5,  0.4em .6em */
    width: auto;
    font-weight: bold;
    font-size: 1.1em;
    /* 1.5 */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, 0.55);
    box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, 0.55);
}

@media screen and (max-width:1000px) {
    button.coreBtn {
        margin: .5em 1em .5em 0;
        padding: 0.5em 1.3em;
        /*	height: 1.8em; */
        font-size: .9em;
        font-size: 1.0em;
    }
}

.coreBtn p {
    margin: 0px;
    padding: 0px;
}

.settingsBlock.buttons .coreBtn {
    float: left;
}

.settingsBlock button:first-of-type {
    margin-left: 0;
}

.coreBtn.active {
    color: #333333;
    background-color: #9fc9ed;
}

.coreBtn.info {
    background-color: #99ccff;
    margin: 1em 5em;
}

.coreBtn.settings.inactive,
.coreBtn.settings.inactive:hover {
    background-color: #ffffff;
}

.coreBtn.settings {
    background-color: #faface;
    float: left;
}

.coreBtn.settings.active {
    background-color: #e8e80b;
}

.coreBtn.settings:hover {
    background-color: #e8e80b;
}

.coreBtn.action {
    background-color: #189f55;
    color: #ffffff;
    text-shadow: 1px 1px 2px #333;
}

.coreBtn.action a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}

.coreBtn.action.menu {
    font-size: 1.1em;
    /* .9em; */
    float: left;
    padding: 0 .3em;
    margin: .4em .2em;
}

.coreBtn.disabled {
    color: #000000;
    background-color: #dddddd;
    text-shadow: none;
}

.coreBtn.center,
.coreBtn.info.center,
.coreBtn.action.center {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}

.coreBtn.right {
    float: right;
}

button#playGame {
    margin-top: 4em;
}

.gameIcon {
    float: left;
}

/* Blocks */
.settingsRow {
    overflow: hidden;
    margin: 0 1em 1em 1em;
    clear: both;
}

.settingsRow.moveUpOne {
    margin-top: -1em;
}

.settingsRow.moveUpOne {
    margin-top: -1em;
}

.settingsRow.center .col {
    margin: 0 auto;
    float: none;
}

.settingsRow.bordered {
    border-bottom: 1px solid #337ab7;
}

.settingsBlock {
    margin: 1.5em 0;
    float: left;
    width: 100%;
}

.settingsBlock.action {
    float: right;
}

.settingsBlockLeft.action {
    float: left;
    margin: .5em 0 0 0;
}

/* Reponsive */
.col {
    float: left;
    margin: 0;
    padding: 0;
}

.span1of12 {
    width: 8%;
}

.span2of12 {
    width: 16%;
}

.span3of12 {
    width: 24%;
}

.span4of12 {
    width: 33%;
}

.span5of12 {
    width: 40%;
}

.span6of12 {
    width: 49%;
}

.span7of12 {
    width: 57%;
}

.span8of12 {
    width: 65%;
}

.span9of12 {
    width: 73%;
}

.span10of12 {
    width: 81%;
}

.span11of12 {
    width: 89%;
}

.span12of12 {
    width: 99%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    body {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    #circle-panel {
        height: 430px;
        width: 430px;
        margin-top: 40px;
        font-size: 60px;
        margin-left: 430px;
    }

    .center-hub {
        width: 180px;
        height: 180px;
        margin: -90px auto 1em -91px;
        font-size: 110px;
        line-height: 1.1;
    }

    .member-panel {
        margin-top: 20px;
        height: 98%;
        width: 330px;
    }

    .member-panel .name-label {
        height: 10%;
        font-size: 40px;
    }

    #member-list-pan.list-pan {
        height: 76%;
        font-size: 28px;
    }

    .scoreAndHint.member {
        height: 12%;
        font-size: 28px;
        padding-top: 5px;
    }

    #owner-panel {
        margin-top: 20px;
        height: 98%;
        width: 330px;
    }

    .scoreAndHint.owner {
        height: 12%;
        font-size: 28px;
        padding-top: 5px;
    }

    #owner-list-pan.list-pan {
        height: 76%;
        font-size: 30px;
    }

    #owner-panel .name-label {
        height: 10%;
        font-size: 40px;
        line-height: 1;
    }

    .gameBackground {
        height: 95vh;

    }

    .coreBtn.action.menu {
        height: 50px;
        width: 200px;
        font-size: 26px;
    }

    .currentWordGroup {
        margin-top: -20px;
        font-size: 17px;
        margin-left: 405px;
    }

    .hint-control-panel {
        font-size: 20px;
        margin-top: -40px;
        width: 45%;
        margin-left: 460px;
    }

    #menuBar {
        background-color: #fff;
        z-index: 5;
    }

    .center-hub.single {
        width: 180px;
        height: 180px;
        margin: -90px auto 1em 70px;
        font-size: 110px;
        line-height: 1.1;
    }

    .circle li:first-child .text {
        padding-top: 130px;
        padding-left: 30px;
    }

    .circle li:nth-child(2) .text {
        padding-top: 70px;
        margin-left: -15px;
    }

    .circle li:nth-child(3) .text {
        margin-left: -105px;
        margin-top: -60px;
    }

    .circle li:nth-child(4) .text {
        left: 37px;
        top: 95px;
    }

    .circle li:nth-child(5) .text {
        left: 37px;
        top: 95px;
    }

    .circle li:nth-child(6) .text {
        left: 35px;
        top: 90px;
    }

    .circle li:nth-child(7) .text {
        left: 45px;
        top: 95px;
    }

    .circle li:nth-child(8) .text {
        left: 40px;
        top: 90px;
    }

    .currentWordGroup.single {
        margin-top: -20px;
        font-size: 17px;
        margin-left: 555px;
    }

    .hint-control-panel.single {
        font-size: 20px;
        margin-top: -40px;
        width: 45%;
        margin-left: 590px;
    }

}

@media (min-width: 1700px) {
    body {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    #menuBar {
        background-color: #fff;
        z-index: 5;
    }

    .coreBtn.action.menu {
        height: 50px;
        width: 200px;
        font-size: 26px;
    }

    .gameBackground {
        height: 95vh;

    }

    #owner-panel {
        margin-top: 20px;
        height: 98% !important;
        width: 500px;
    }

    .scoreAndHint.owner {
        height: 10% !important;
        font-size: 28px;
        padding-top: 5px;
    }

    #owner-list-pan.list-pan {
        height: 80%;
        font-size: 30px;
    }

    #owner-panel .name-label {
        height: 10%;
        font-size: 40px;
    }

    .member-panel {
        margin-top: 20px;
        height: 98% !important;
        width: 500px;
    }

    .member-panel .name-label {
        height: 10%;
        font-size: 40px;
    }

    #member-list-pan.list-pan {
        height: 80%;
        font-size: 30px;
    }

    .scoreAndHint.member {
        height: 10%;
        font-size: 28px;
        padding-top: 5px;
    }

    #circle-panel {
        width: 500px;
        height: 500px;
        margin-top: 35px;
        font-size: 80px;
        margin-bottom: 80px;
    }

    .center-hub {
        width: 220px;
        height: 220px;
        margin: -110px auto 1em -110px;
        font-size: 110px;
    }

    .circle li:first-child .text {
        padding-top: 140px;
        padding-left: 35px;
    }

    .circle li:nth-child(2) .text {
        padding-top: 70px;
        margin-left: -10px;
    }

    .circle li:nth-child(3) .text {
        margin-left: -110px;
        margin-top: -60px;
    }

    .circle li:nth-child(4) .text {
        left: 40px;
        top: 100px;
    }

    .circle li:nth-child(5) .text {
        left: 35px;
        top: 95px;
    }

    .circle li:nth-child(6) .text {
        left: 35px;
        top: 100px;
    }

    .circle li:nth-child(7) .text {
        left: 35px;
        top: 95px;
    }

    .circle li:nth-child(8) .text {
        left: 46px;
        top: 90px;
    }

    .currentWordGroup {
        font-size: 20px;
        margin-top: -50px;
    }

    .hint-control-panel {
        font-size: 22px;
        margin-top: -40px;
        width: 25%;
    }

    .error-label {
        font-size: 22px !important;
    }

    .center-hub.single {
        margin: -110px auto 1em 50px;
    }

    .currentWordGroup.single {
        margin-left: 730px;
    }

    .hint-control-panel.single {
        margin-left: 850px;
    }

    .error-label {
        font-size: 40px !important;
        position: absolute;
        top: 0px;
        z-index: 10;
        /*        left: -8%;*/
        left: 38%;
    }

    .error-label.single {
        position: absolute;
        font-size: 40px;
        top: 0px;
        z-index: 10;
        left: -5%;
    }
}

@media (min-width: 1900px) {
    body {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    #menuBar {
        background-color: #fff;
        z-index: 5;
    }

    .coreBtn.action.menu {
        height: 60px;
        width: 200px;
        font-size: 30px;
    }

    .gameBackground {
        height: 96vh;

    }

    #owner-panel {
        margin-top: 30px;
        height: 97% !important;
        width: 500px;
    }

    .scoreAndHint.owner {
        height: 10% !important;
        font-size: 30px;
        padding-top: 10px;
    }

    #owner-list-pan.list-pan {
        height: 80%;
        font-size: 30px;
    }

    #owner-panel .name-label {
        height: 10%;
        font-size: 40px;
    }

    .member-panel {
        margin-top: 30px;
        height: 97% !important;
        width: 500px;
    }

    .member-panel .name-label {
        height: 10%;
        font-size: 40px;
    }

    #member-list-pan.list-pan {
        height: 80%;
        font-size: 30px;
    }

    .scoreAndHint.member {
        height: 10%;
        font-size: 30px;
        padding-top: 10px;
    }

    #circle-panel {
        width: 600px;
        height: 600px;
        margin-top: 60px;
        font-size: 80px;
        margin-bottom: 70px;
    }

    .center-hub {
        width: 260px;
        height: 260px;
        margin: -130px auto 1em -130px;
        font-size: 140px;
    }

    .center-hub.single {
        margin: -130px auto 1em 30px;
    }

    .circle li:first-child .text {
        padding-top: 180px;
        padding-left: 40px;
    }

    .circle li:nth-child(2) .text {
        padding-top: 110px;
        margin-left: -20px;
    }

    .circle li:nth-child(3) .text {
        margin-left: -140px;
        margin-top: -60px;
    }

    .circle li:nth-child(4) .text {
        left: 50px;
        top: 130px;
    }

    .circle li:nth-child(5) .text {
        left: 45px;
        top: 125px;
    }

    .circle li:nth-child(6) .text {
        left: 55px;
        top: 130px;
    }

    .circle li:nth-child(7) .text {
        left: 55px;
        top: 120px;
    }

    .circle li:nth-child(8) .text {
        left: 50px;
        top: 110px;
    }

    .currentWordGroup {
        font-size: 22px;
        margin-top: -40px;
    }

    .hint-control-panel {
        font-size: 22px;
        margin-top: -40px;
        width: 23%;
    }

    .error-label {
        font-size: 40px !important;
        position: absolute;
        top: 10px;
        z-index: 10;
        /*        left: -8%;*/
        left: 38%;
    }

    .error-label.single {
        position: absolute;
        font-size: 40px;
        top: 10px;
        z-index: 10;
        left: 0%;
    }
}
