body {
    text-align: center;
    margin-top: 15px;
}

h1 {
    margin: 0;
}

img {
    width: 480px;
}

.hide {
    display: none;
}

.half {
    opacity: .4;
}

.fullPane {
    background-color: gray;
    height: 800px;
    width: 900px;
    text-align: center;
    border-radius: 25px;
    border: 10px solid black;
}

#welcomePane {
    height: 600px;
    width: 900px;
    background-image: url('../img/welcome_background.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 25px;
    border: 10px solid black;
    margin: 0 auto;
    text-align: center;
}

#startButton {
    position: relative;
    bottom: -200px;
    width: 150px;
    height: 150px;
    background-color: white;
    border: 5px solid black;
    border-radius: 75px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#startButton:hover {
    background-color: rgba(255, 255, 255, 0);
    font-size: 25px;
}

#welcomeH1 {
    margin: 20px 0 0 60px;
}

button.ui-btn-icon-notext, .ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 1.75em;
    border-width: 0;
}

#mainPane {
    height: 640px;
    width: 800px;
    margin: 0 auto;
    background-color: gray;
    text-align: center;
    display: none;
}

#title {
    display: block;
    background-color: orange;
    height: 45px;
    border-radius: 10px 10px 0 0;
}

.menu {
    float: right;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
}

#photoPane {
    position: relative;
    /* make this relative to have the inner div absolute without breaking out */
    float: left;
    margin: -2px 0 0 0;
    width: 600px;
    height: 600px;
    background-color: green;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
    border-radius: 0 0 0 10px;
}

#txtAnswer {
    position: relative;
    display: none;
    top: 250px;
    font-size: 5rem;
    font-weight: 600;
    color: white;
    color: rgba(255, 255, 255, 1);
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

#txtDate {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 1.5rem;
    font-weight: 200;
    color: white;
    background-color: rgba(0, 0, 0, .3);
    padding: 0 2px;
}

#choicePane {
    float: left;
    text-align: center;
    width: 200px;
    height: 600px;
    background-color: lightblue;
    margin-top: -2px;
    border-radius: 0 0 10px 0;
}

.answerButtons {
    width: 150px;
    height: 75px;
    border: 1px solid black;
    display: block;
    margin: 0 auto;
    background-color: white;
}

#button1 {
    border-radius: 15px 15px 0 0;
}

#button5 {
    border-radius: 0 0 15px 15px;
}

.answerButtons:hover {
    color: green;
    border: 5px solid green;
}

.wrongAnswer {
    background-color: red;
}

.correctAnswer {
    border: 5px solid green;
}

.scoreBox {
    display: block;
    margin-top: 20px;
    font-size: 25px;
}

#propertiesButton, #highscoreButton {
    margin-top: 20px;
}

#scoreH1, #propertiesH1 {
    margin-top: 15px;
}

#scorePane {
    display: none;
    height: 640px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    background-color: lightgreen;
}

.formbox {
    height: 30px;
}

.formbox input {
    text-align: center;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 75%;
    margin: 10px auto;
    text-align: center;
}

td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

#propertiesPane {
    display: none;
    height: 640px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    background-color: lightblue;
}

.buttonBar {
    width: 200px;
    height: 30px;
    border: 1px solid black;
    display: inline-block;
    margin: 0 auto;
}

.buttonBar:hover {
    background-color: darkgray;
}

#buttonBar {
    display: block;
    background-color: red;
    height: 30px;
}

#settingsPane, #buttonBar button {
    display: inline-block;
}

fieldset {
    display: block;
    font-family: sans-serif;
    border: 5px solid #1F497D;
    background: lightblue;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    margin-top: 10px;
}

fieldset legend {
    background: #1F497D;
    color: #fff;
    padding: 5px 10px;
    font-size: 32px;
    border-radius: 5px;
    box-shadow: 0 0 0 5px lightblue;
    margin: 0 auto;
}

.sliderOption {
    display: inline-block;
    text-align: center;
}


/* .slideThree -- from http://codepen.io/bbodine1/pen/novBm*/

.slideThree {
    width: 80px;
    height: 26px;
    background: #333;
    margin: 10px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
}

.slideThree:after {
    content: 'OFF';
    color: #000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.15);
}

.slideThree:before {
    content: 'ON';
    color: #27ae60;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}

.slideThree label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.slideThree input[type=checkbox] {
    visibility: hidden;
}

.slideThree input[type=checkbox]:checked+label {
    left: 43px;
}

.slideThree2 {
    width: 103px;
    height: 26px;
    background: #333;
    margin: 10px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
}

.slideThree2:after {
    content: 'HARD';
    color: #000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.15);
}

.slideThree2:before {
    content: 'EASY';
    color: #27ae60;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}

.slideThree2 label {
    display: block;
    width: 50px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.slideThree2 input[type=checkbox] {
    visibility: hidden;
}

.slideThree2 input[type=checkbox]:checked+label {
    left: 50px;
}


/* Radial In -- from Hover.css */

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
    color: black;
}

.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
