﻿body {
    font-family: 'ABeeZee', sans-serif;
    /*background: aliceblue;*/
}
.normalFont {
    font-family: 'ABeeZee', sans-serif;
}
html, body {
    height: 100%;
    margin: 0;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.wrapper {
    width: 100%;
    display: table;
    height: calc(100% - 130px);
    /* Equal to height of footer */
    /*margin-bottom: -50px; /* sticky footer 50px for footer*/
}
.footer {
    height: 50px;  /* sticky footer */
}
.poem {
    font-size: x-large;
    letter-spacing: 1px;
}
.poem > .red {
    color: crimson;
}
.fullWidth {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.twoThirds {
    width: 66%;
    float: left;
}
.oneThird {
    width: 33%;
    float: left;
}
#ContentStackPanel {
    max-width: 960px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.red{ color: dodgerblue;
    font-weight: 600;
}

.blue {
    color: crimson;
    font-weight: 600;
}

.DGBlue {
    color: #087896; 
}

.DGBlueBG {
    background: #087896;
}
.green {
    color: #BCCF03;
}
.greenBG {
    background: #BCCF03;
}

.orange {
    color: #F38F40;
}
.lightGreen {
    color: #E6F192
}
.lightGreenBG {
    color: #E6F192
}
.purple {
    color: #5e2880;
}
.purpleBG {
    background: #5e2880;
}
.darkPurple {
    color: darkslategray;
}

.menuItem {
    color: #087896 !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
}

.tab {
    color: #602482;
    font-size: x-large;
    margin: 0 10px;
    border-left: 2px solid #BCCF03;
    padding-left: 20px;
    letter-spacing: 1px;
    text-decoration: none;
}
    .tab:hover {
        color: #BCCF03;
        text-decoration: none;
    }

.activeTab {
    color: #BCCF03;
}

.InnerDialogBox {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 100%;
    width: 1024px;
}

.gameContainer {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    max-width: 100%;
}
.flatButton {
    color: white;
    font-weight: 600;
    background-color: #F38F40;
    border: 3px solid #F38F40;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 3px;
    font-size: 28px;
    line-height: 28px;
    padding: 7px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: 'ABeeZee', sans-serif;
}

.tertiaryButton {
    color: white;
    font-weight: 600;
    background-color: #087896;
    border: 3px solid #087896;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 3px;
    font-size: 28px;
    line-height: 28px;
    padding: 7px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: 'ABeeZee', sans-serif;
}

.disabledButton {
    color: darkgray;
    background-color: lightgray;
    border: 3px solid lightgray;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 28px;
    padding: 7px;
    letter-spacing: 1px;
    cursor: not-allowed;
    pointer-events: none;
    outline: none;
}

.transparentButton  {
    margin-bottom: 20px !important;
    margin-top: 50px;
    font-family: 'Pangolin', cursive;
    padding: 7px 20px;
    background-color: transparent;
    color: #BCCF02;
    font-weight: 600;
    border: 3px solid #BCCF03;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 3px;
    font-size: 28px;
    line-height: 28px;
    padding: 7px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

    .transparentButton:hover, .transparentButton:focus {
        color: #BCCF02;
        text-decoration: none;
    }

.greenButton {
    color: white;
    background-color: #BCCF03;
    border: 3px solid #BCCF03;
    border-radius: 5px;
    width: 130px;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
textarea, input[type="text"], input[type="password"] {
    background-color: #fff;
    border: 1px solid #ccc;
    background-color: rgb(232, 240, 254);
    background-image: none;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
    color: darkslategray;
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0 0 10px 0;
    padding: 4px 6px;
    vertical-align: middle;
    width: 250px;
}

a:hover, a:focus {
    color: white;
    text-decoration: none;
}

.featureList, .featureList ul {
    margin-top: 0;
    list-style-type: none;
}

.featureList li:before {
    position: absolute;
    margin-left: -1.3em;
    font-weight: bold;
}

.featureList li.tick:before {
    content: "\2713";
    color: #BCCF03;
}

.featureList li.star:before {
    content: "\2605";
    color: #BCCF03;
}

.featureList .tick {
    line-height: 25px;
}
h1 {
    color: #F38F40;
}
h2 {
    color: #087896;
    font-weight: 900;
    /*color: #1E91D6;*/
}

.pic { width:256px}

.HeaderStyle {
    border-bottom: 10px solid #F38F40;
}
.menuBar {
    margin-top: 40px;
}

.container {
    display: block;
    width: 100%;
    max-width:1200px
}

.collapse {
    float: right;
}

.mobileDisplay {
    width: 50%;
    float: left;
}

.instructionsContainer {
    display: flex;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.left, .right {
    /*display: inline-flex;*/
    width: 180px;
}
.middle {
    /*flex-grow: 1;*/
    width: 664px;
}


.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.input-validation-error, .input-validation-error.textbox {
    border: 1px solid red;
}

.showOnIPadPortraitOnly {
    display: none;
}
.sweet-alert {
    width: 478px
}

.printonly {
    display: none;
}
        @keyframes bounce {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-20px);
            }
        }

        .bounce {
    animation: bounce 0.1s;
    animation-direction: alternate;
    animation-iteration-count: 5;
}
@media screen and (max-width: 1024pt) {
    .menuBar { margin-top: 10px }
}

    @media screen and (max-width: 768pt) {
        /* iPad Portrait*/
        .hideOnIPadPortrait {
            display: none
        }

        .showOnIPadPortraitOnly {
            display: block;
        }

        .twoThirds {
            width: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        .hideOnMobile {
            display: none
        }

        .showOnIPadPortraitOnly {
            display: none;
        }

        .tab {
            border-left: none;
            padding-left: 0;
            margin: 0 0px 0 20px;
        }

        .menuBar {
            margin-top: 0px;
            background: white;
            width: 180px;
            float: right;
            margin-right: 10px;
            display: flex;
            flex-direction: column;
        }

        .hamburgerButton {
            margin-top: 40px;
            margin-right: 28px;
            background: white;
        }

        .icon-bar {
            background-color: #333;
        }

        .container {
            display: block;
        }

        .collapse {
            float: none;
        }
    }

    @media screen and (max-width: 640px) {
        .mobileDisplay {
            width: 100%;
            float: none;
        }
    }

    @media only screen and (orientation:portrait) {
        #turn {
            font-size: xx-large;
            display: block;
            position: absolute;
            top: 40%;
            left: 200px;
        }

        #container {
            display: none;
        }
    }

    @media only screen and (orientation:landscape) {
        #turn {
            display: none;
        }

        #container {
            display: block;
        }
    }

@media print {
    .noprint {
        display: none;
    }
    .printonly {
        display: block;
    }
    h2 {
        color: #087896 !important;
    }
    .red { color: dodgerblue !important }
}