@import url(fontawesome-all.css);
@import url("https://fonts.googleapis.com/css?family=News+Cycle:300,400,300italic,400italic");

#eta-row {
  margin: 40px 0;
  font-size: 1.4em;
}

#queue-row #picture {
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.queuing:after {
  position: absolute;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 1200ms infinite;
  content: "\2026";
  width: 0;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

body {
  background: #f5f5f5;
  padding-bottom: 100px;
  overflow-x: hidden;
}

body,
input,
select,
textarea {
  color: #777;
  font-family: "News Cycle", sans-serif;
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.65em;
}

strong,
b {
  color: #646464;
  font-weight: 400;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 0.5em 0;
}

p {
  color: #646464;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1,
h2 {
  font-size: 2.25em;
  line-height: 1.5em;
}

h3 {
  font-size: 1.75em;
  line-height: 1.5em;
}

h4 {
  font-size: 1.1em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

header h1 + p {
  font-size: 1.25em;
  margin-top: -1em;
  line-height: 1.5em;
}
@media screen and (max-width: 576px) {
  header h1 + p {
    font-size: 1rem;
  }
}

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.85em;
  line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.8em;
  margin-top: -0.5em;
  line-height: 1.5em;
}

label {
  color: #646464;
  display: block;
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 0 1em 0;
}

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
  color: #646464;
  border-bottom-color: transparent;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1.25em 0 0;
}
@media screen and (max-width: 576px) {
  ul.icons li {
    padding: 0 0.5em 0 0;
  }
}

ul.icons li:last-child {
  padding-right: 0;
}

ul.icons li .icon:before {
  font-size: 1.5rem;
}

#main {
  overflow: hidden;
  width: 1280px;
  margin: 0 auto;
}

#main {
  width: 100%;
}

#main > header {
  text-align: center;
  margin: 0 0 3em 0;
}

#main > header h1 {
  font-size: 3rem;
  margin: 25px 0;
}

#main > header p {
  font-style: normal;
  margin: 1rem 0 2rem 0;
}

#main > header .logo {
  max-width: 560px;
  width: 100%;
  margin: 100px 0 0;
}

@media screen and (max-width: 576px) {
  #main > header .logo {
    margin: 50px 0 0;
  }
}

/* Footer */

#footer {
  position: absolute;
  bottom: 0;
  background: #f0f0f0;
  padding: 2rem 0;
  text-align: center;
  height: 100px;
  width: 100%;

  margin: 8px;
  margin-left: -8px;
}

#footer .logo img {
  max-width: 336px;
  width: 100%;
}

#footer .footer-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bottom-links {
  margin-left: 2rem;
}

.bottom-links li {
  padding: 0 !important;
  font-size: 1rem;
}

.bottom-links a {
  text-decoration: none;
  border-bottom: none;
  position: relative;
  color: #646464;
  border-bottom-color: transparent;
}

.bottom-links a:hover {
  text-decoration: underline;
}

.loader {
  width: 4rem;
  height: 4rem;
  border: 6px solid #646464;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
