.wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.wrapper>* {
    flex: 0 0 1200px;
}

.header {
    height: 50px;
    padding: 0;
    background-color: #38bcfe;
    box-shadow: 0px 1px 3px rgba(0, 0, 1, 0.5);
    z-index: 1;
    ;
}

.main {
    background-color: #ededed;
    height: 910px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 1, 0.5);
    z-index: 0;
}

.altMain {
    background-color: #ededed;
    height: 960px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 1, 0.5);
    z-index: 0;
}

html,
body {
    margin: 0%;
    /*background-color: #b3e5fc;*/
    background: #b3e5fc;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #36d1dc, #5b86e5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #36d1dc, #5b86e5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

ul.header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    /*padding-top: 13px;
    padding-bottom: 13px;*/
}

ul.header li {
    margin: auto;
    float: left;
    font-family: 'lato', sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 13px 20px;
}

.help {
    margin: auto;
    display: none;
    position: absolute;
    background: white;
    width: 1100px;
    height: 840px;
    z-index: 2;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    border-radius: 2px;
}

h1 {
    color: #164b66;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 3.6em;
    letter-spacing: .1em;
}

.intro h1 {
    padding-top: 100px;
    padding-bottom: 20px;
}

.countdownDetails {
    padding-top: 100px;
    padding-bottom: 75px;
}

.done h1 {
    padding-top: 100px;
}

h2,
#feedback__message {
    color: #212121;
    font-family: 'lato', sans-serif;
    font-weight: 100;
    font-size: 2.8em;
    letter-spacing: .08em;
}

.help h2 {
    margin-top: 30px;
    margin-left: 60px;
}

.intro h2 {
    margin: 0;
    padding-top: 50px;
    text-align: center;
}

.instructions h2 {
    padding-left: 10%;
}

h3 {
    font-family: 'roboto', sans-serif;
    font-size: 2em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
}

h6,
#countdown__instructions {
    font-family: 'lato', sans-serif;
    font-size: 1.6em;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.counter {
    position: relative;
    top: 250px;
}

.wrapper h1,
.wrapper h3,
.wrapper h6,
.doneButton,
.feedbackButton,
.batchButton,
#feedback__message,
#countdown__time {
    margin: 0;
    text-align: center;
}

p {
    color: #414040;
    font-family: 'lato', sans-serif;
    font-weight: 600;
    font-size: 1.25em;
}

.help h2,
.instructions2 h2 {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 70px;
}

.help p,
.instructions2 p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 70px;
    margin-right: 70px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.intro p,
.instructions p {
    margin: 0;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button,
.toggleBatch {
    position: absolute;
    top: 890px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ffc107;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border: none;
    border-radius: 2px;
    color: #212121;
    padding: 9px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.button:hover,
.toggleBatch:hover {
    background-color: #e0aa06;
}

.levelButton {
    position: absolute;
    top: 850px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ffc107;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border: none;
    border-radius: 2px;
    color: #212121;
    padding: 9px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.levelButton:hover {
    background-color: #e0aa06;
}

.helpButton {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #c00000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border: none;
    border-radius: 2px;
    color: #e9e5e5;
    padding: 9px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.helpButton:hover {
    background-color: #ad2109;
}

.button:active,
.levelButton:active,
.toggleBatch:active,
.helpButton:active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#countdown__time {
    color: #164b66;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 8em;
    letter-spacing: .1em;
}

#feedback__message {
    padding-top: 150px;
}

.feedbackScore {
    padding-top: 10px;
}

.doneButton {
    padding-top: 653px;
}

.feedbackButton {
    padding-top: 560px;
}

.feedbackNext {
    padding-top: 520px;
    margin: 0;
    text-align: center;
}

.instructions01Button {
    padding-top: 470px;
    margin: 0;
    text-align: center;
}

.instructions02Button {
    padding-top: 142px;
    margin: 0;
    text-align: center;
}

.batchProg,
.batchButton {
    padding-top: 50px;
}

.batchInfo {
    padding-top: 30px;
}

#wrap {
    display: none;
}

#more {
    cursor: pointer;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 15px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#batch12 img,
#batch13 img,
#batch14 img,
#batch15 img,
#batch16 img,
#batch17 img,
#batch18 img,
#batch19 img,
#batch20 img,
#batch21 img,
#batch22 img {
    box-shadow: 0px 1px 3px rgba(0, 0, 1, 0.5);
}