@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,700,900');

html, body {
  height: 100%;
  font-family: Source Sans Pro; font-weight: 300;
}

/* Sign In */

.form-signin {
  max-width: 350px;
}

/* Info */

h1 {
  margin-bottom: 10px;
}

h2 {
  margin-bottom: 40px;
}

.container-md {
  max-width: 600px;
  margin-bottom: 100px;
}

ul {
  text-align: left;
}

.btn-dark {
  margin-top: 40px;
  width: 70%;
}

.spinner-border {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Questions */

#answerForm .custom-control-label {
    transform:scale(2);
    margin-bottom: 40px;
}

#answerForm .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none !important;
}

h3 img {
  width: 70%;
}



