body {
    background-color: #060e57;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
}

button {
    width: 100px;
}

a {
    text-decoration: none;
}

h1 {
    color: white;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 400;
}

p {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.credits {
    overflow: hidden;
    background-color: rgba(51, 51, 51, 0.24);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.credits>span {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    font-size: 13px;
}

.main_container {
    margin-bottom: 34px;
}

.hide {
    display: none;
}

.HHSTitleImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
}

.shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(18, 18, 18, 0.2) 40%, rgba(18, 18, 18, 0.2) 60%, rgba(255,255,255,0) 100%); 
    display: none;
}

.logol {
    position: fixed;
    z-index: -1;
    left: 13vw;
    top: 50%;
    transform: translate(0, -50%);
    width: 10vw;
    padding: 0;
    margin: 0;
}

.logor {
    position: fixed;
    z-index: -1;
    right: 13vw;
    top: 50%;
    transform: translate(0, -50%);
    width: 10vw;
    padding: 0;
    margin: 0;
}

.frame {
    width: 95%;
    margin: 40px auto;
    margin-bottom: 0.5em;
    text-align: center;
}

.blue {
    color: #00c9ff;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 120%;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
}
.btn {
    background: #077caa;
    background: linear-gradient(0deg, #077caa 0%, #134374 100%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}
.btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.btn:before,
.btn:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #134374;
    transition: all 0.3s ease;
}
.btn:before {
    height: 0%;
    width: 2px;
}
.btn:after {
    width: 0%;
    height: 2px;
}
.btn:hover{
    background: transparent;
    box-shadow: none;
}
.btn:hover:before {
    height: 100%;
}
.btn:hover:after {
    width: 100%;
}
.btn span:hover{
    color: #134374;
}
.btn span:before,
.btn span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #134374;
    transition: all 0.3s ease;
}
.btn span:before {
    width: 2px;
    height: 0%;
}
.btn span:after {
    width: 0%;
    height: 2px;
}
.btn span:hover:before {
    height: 100%;
}
.btn span:hover:after {
    width: 100%;
}


.faded {
    color: #777;
}
#quiz-counter {
    color: #ffffffa4;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.quiz-container {
    padding: 0;
    max-width: 650px;
    margin-top: 0.5em;
}

.quiz-container a {
    text-decoration: none;
    color: #fff;
}

#quiz-header,
#quiz-start-screen,
#quiz-results-screen,
#quiz-counter {
    text-align: center;
}
  
.question {
    margin: 0;
    font-size: 1.5em;
    color: #fff;
}

.answers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.answers a {
    display: block;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    background: rgb(0,201,255);
    background: radial-gradient(circle, rgb(23, 89, 155, 0.8) 0%, rgba(146,254,157,0) 100%);
    font-size: 1.3em;
    text-align: center;
    color: #fff;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

.answers a.correct {
    background: radial-gradient(circle, rgb(60, 255, 0, 0.8) 0%, rgba(146,254,157,0) 100%);
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
.answers a.incorrect {
    background: radial-gradient(circle, rgba(255, 38, 0, 0.8) 0%, rgba(146,254,157,0) 100%);
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
  
.answers a.correct,
.answers a.incorrect {
    color: #fff;
}

.question>img {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    max-height: 400px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    background-color: white;
}

div.correct#quiz-buttons>a#quiz-next-btn {
    background: rgb(60, 255, 0, 0.8) 0%;
    color: #111;
}

div.incorrect#quiz-buttons>a#quiz-next-btn {
    background: rgba(255, 38, 0, 0.8) 0%;
}

#quiz-controls {
    background: radial-gradient(circle, #134374 0%, rgba(146,254,157,0) 100%);
    color: #111;
    padding: 0.25em 0.5em 0.5em;
    text-align: center;
}

#quiz-results {
    font-size: 1.25em;
}

#quiz-buttons a,
.quiz-container .quiz-button {
    display: inline-block;
    padding: 0.5em 0.5em;
    background: #060e57;
    color: #fff;
    margin: 0.5em;
}

#quiz-buttons a {
    color: #FFF;
}

/* Quiz State Overrides */

.quiz-results-state #quiz-controls {
    background: none;
    padding: 0;
}
.quiz-results-state #quiz-buttons a {
    background: #060e57;
    color: #fff;
}