* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: "Lato",sans-serif;
  background-color: #004B86;
}

h1, h2, h3, h4, h5 {
  font-family: "Lato",sans-serif;
}

header {
  background-color: #00579B;
  text-align: center;
  margin-bottom: 20px;
}

header h1 {
  font-size: 16px;
  color: #fff;
  margin: 20px;
}
header h1 img{
  height: 25px;
}
ul {
  list-style: none;
  padding: 20px 0 10px;
}

ul li {
  font-size: 18px;
  color: #9c9c9c;
  padding: 0px 0 0 25px;
}

.results ul li {
  font-size: 18px;
  color: #9c9c9c;
  line-height: 2em;
  padding: 0;
}

label {
  margin-bottom: 15px;
  font-weight: normal;
}

a {
  color: #4daf4e;
  text-decoration: none;
}

a:hover {
  color: #70c474;
}

hr {
  margin: 30px 0;
  opacity: 0.1;
  color: #fff;
}

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

#question {
  color: #fff;
}

#options label {
  color: #B0BEC5;
}

.intro{
  text-align: center;
}

.intro input {
  margin: 22px 0;
}

.intro h2{
  text-transform: uppercase;
  font-weight: lighter;
  color: #fff;
  font-size: 42px;
  margin-bottom: 20px;
}

.intro h2 span{
  font-weight: bold;
  display: block;
}

.intro h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 100;
  margin-top: 30px;
}

.intro img {
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}

.inside{
  padding-bottom: 60px;
}

.btn {
  text-transform: uppercase;
}

.btn-primary {
  border: none;
  background-color: #4daf4e;
  box-shadow: 0px 4px 0px #3b963c;
}

.btn-primary:hover {
  border: none;
  background-color: #388e3c;
  box-shadow: 0px 4px 0px #28762c;
}

.btn-primary:focus {
  border: none;
  background-color: #4daf4e;
  box-shadow: 0px 4px 0px #3b963c;
}

.btn-primary[disabled], .btn-primary[disabled]:hover {
  border: none;
  background-color: #4daf4e;
  box-shadow: 0px 4px 0px #3b963c;
}

input[type=radio], input[type=checkbox] {
  margin: 0 7px 0 -25px;
}

.level {
  font-size: 34px;
}

.results h3 {
  color: #fff;
  text-transform: uppercase;
}

.results img {
  margin: 30px auto;
  display: block;
}

.advice {
  font-size: 20px;
  color: #fff;
  font-weight: lighter;
}

.points {
  font-size: 22px;
  color: #80d284;
  font-style: italic;
}

footer {
    display: block;
    bottom: 0;
    text-align: center;
    margin: auto;
    width: 100%;
    background-color: #fff;
    z-index: 4;
    height: 60px; 
}

footer:after {
  height: 60px;
}

footer img{
  width: 130px;
  height: auto;
}

.copyright p {
  margin-top: 20px;
  color: #b0b0b0;
}

.progress {
  margin: 30px auto 40px;
}
.progress-bar {
  background-color: #80d284;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -60px; 
  padding-bottom: 60px;
}
.wrapper:after {
  content: "";
  display: block;
}

@media (max-width: 480px) {
  .btn-lg, .btn-group-lg>.btn {
    width: 100%;
    margin: 15px 0 0 0;
  } 
  footer p span{
    display: block;
  }
}
