h1, h2, h3, h4, h5 {
  text-align:center;
  vertical-align: middle;
}

.logo {
  width: 64px;
  height: 64px;
  vertical-align: middle;
}

.favicon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.grid .column,
.grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; 
}

.main {
  margin-top: 10px;
}

.question {
  background: #FCF3CF;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
}

.score {
  background: #F7DC6F;
  border-radius: 4px;
  text-align: right;
  padding: 5px;
  vertical-align: middle;
  font-size: 20px;
}

.footer {
  text-align: center;
  padding: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
}

.footer-wrapper {
  padding-top: 25%;
}

#dummy {
  display: none;
}

.sm-text {
  font-size: 0.5em;
  vertical-align: middle;
}

.loading {
  font-size: 0.5em;
}

#sparkle {
  position: absolute;   
  top: 0;                  
  right: 0;                
  bottom: 0;
  left: 0;
}

.emoji {
  width: 32px;
  height: 32px;
}

@media (min-width: 400px) {
  #question {
    text-align: center;
  }
  #app-title {
	vertical-align: middle;
  }
  #score {
    text-align: center;
  }
  #dummy {
	display: none;
  }
  #question-wrapper {
	padding-left: 0;
  }
  h3 {
	text-align: left;
  }
  .sm-text {
    font-size: 0.1em;
  }
  #logo-wrapper {
	padding-left: 0;
  }
  .footer-wrapper {
	padding-top: 8%;
  }
}

@media (min-width: 401px) {
  #question {
    text-align: left;
  }
  #app-title {
	vertical-align: middle;
	font-size: 0.45em;
  }
  #score {
    text-align: right;
  }
  #dummy {
	display: block;
  }
  #question-wrapper {
	padding-left: 3%;
  }
  .score {
	font-size: 0.60em;
  }
  h3 {
	text-align: left;
  }
  .sm-text {
    font-size: 0.1em;
  }
  #logo-wrapper {
	padding-left: 3%;
  }
  .footer-wrapper {
	padding-top: 8%;
  }
}

@media (min-width: 550px) {
  #question {
    text-align: left;
  }
  #app-title {
	vertical-align: middle;
	font-size: 0.45em;
  }
  #score {
    text-align: right;
  }
  #dummy {
	display: block;
  }
  #question-wrapper {
	padding-left: 3%;
  }
  .score {
	font-size: 0.60em;
  }
  h3 {
	text-align: left;
  }
  .sm-text {
    font-size: 0.1em;
  }
  #logo-wrapper {
	padding-left: 3%;
  }
  .footer-wrapper {
	padding-top: 8%;
  }
}

@media (min-width: 635px) {
  #question {
    text-align: left;
  }
  #app-title {
	vertical-align: middle;
	font-size: 0.60em;
  }
  #score {
    text-align: right;
  }
  #dummy {
	display: block;
  }
  #question-wrapper {
	padding-left: 3%;
  }
  .score {
	font-size: 0.75em;
  }
  h3 {
	text-align: left;
  }
  .sm-text {
    font-size: 0.2em;
  }
  #logo-wrapper {
	padding-left: 3%;
  }
  .footer-wrapper {
	padding-top: 8%;
  }
}

@media (min-width: 745px) {
  #question {
    text-align: left;
  }
  #app-title {
	vertical-align: middle;
	font-size: 0.75em;
  }
  #score {
    text-align: right;
  }
  #dummy {
	display: block;
  }
  #question-wrapper {
	padding-left: 3%;
  }
  .score {
	font-size: 0.75em;
  }
  h3 {
	text-align: left;
  }
  .sm-text {
    font-size: 0.25em;
  }
  #logo-wrapper {
	padding-left: 3%;
  }
  .footer-wrapper {
	padding-top: 8%;
  }
}

@media (min-width: 880px) {
  #question {
    text-align: left;
  }
  #app-title {
	vertical-align: middle;
	font-size: 0.75em;
  }
  #score {
    text-align: right;
  }
  #dummy {
	display: block;
  }
  #question-wrapper {
	padding-left: 3%;
  }
  .score {
	font-size: 1em;
  }
  h3 {
	text-align: left;
  }
  .sm-text {
    font-size: 0.35em;
  }
  #logo-wrapper {
	padding-left: 3%;
  }
  .footer-wrapper {
	padding-top: 8%;
  }
}

@media (min-width: 955px) {
  #question {
    text-align: left;
  }
  #app-title {
	vertical-align: middle;
	font-size: 1em;
  }
  #score {
    text-align: right;
  }
  #dummy {
	display: block;
  }
  #question-wrapper {
	padding-left: 3%;
  }
  .score {
	font-size: 1em;
  }
  h3 {
	text-align: left;
  }
  .sm-text {
    font-size: 0.35em;
  }
  #logo-wrapper {
	padding-left: 3%;
  }
  .footer-wrapper {
	padding-top: 8%;
  }
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.2em 0.5em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}
