:root {
  --base-font-size: 1rem;
}

@font-face {
  font-family: "Amazon Ember";
  src: url("/_assets/fonts/amazonember_bd.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Amazon Ember";
  src: url("/_assets/fonts/amazonember_bdit.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Amazon Ember";
  src: url("/_assets/fonts/amazonember_rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Amazon Ember";
  src: url("/_assets/fonts/amazonember_rgit.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Amazon Ember", "Noto Sans", Arial, sans-serif;
  line-height: 1em;
  box-sizing: border-box;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  margin: 4rem 0 2rem;
  font-size: 1.6rem;
  font-weight: normal;
}

h3 {
  font-size: 1.1rem;
  font-weight: bold;
}

ul,
ol,
p,
li {
  color: #232f3e;
  font-size: var(--base-font-size);
  margin: 0 0 0.8rem;
  line-height: calc(var(--base-font-size) * 1.5);
}
ul:empty,
ol:empty,
p:empty,
li:empty {
  display: none;
}

ul,
ol {
  padding: 0 0 0 1.4rem;
}

li {
  padding-left: 0.5rem;
  margin: 0.2rem 0;
}

p:first-child,
ul:first-child,
li:first-child {
  margin-top: 0;
}

p:last-child,
ul:last-child,
li:last-child {
  margin-bottom: 0;
}

a,
a:link,
a:visited {
  color: #2074d5;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #003181;
}

strong {
  font-weight: bold;
}

.wrapper {
  margin: 2rem auto;
  max-width: 60rem;
  padding: 1.5rem;
}

header,
footer {
  background: #232f3e;
  overflow: hidden;
}
header img,
footer img {
  height: 2rem;
}
header h1,
footer h1 {
  color: #fff;
  margin: 2rem 0 0;
  padding: 0;
}
header p,
footer p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1rem;
}
header a,
header a:link,
header a:visited,
header a:hover,
header a:active,
header a:focus,
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active,
footer a:focus {
  color: #fff;
  text-decoration: underline;
}
header a:hover,
header a:active,
header a:focus,
footer a:hover,
footer a:active,
footer a:focus {
  color: #ddd;
}

main,
footer p {
  margin: 3rem auto;
  max-width: 80rem;
}

.presenters,
.links {
  padding: 0;
}
.presenters li,
.links li {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.presenters li > div,
.links li > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.presenters li img,
.links li img {
  display: block;
  height: 48px;
  width: 48px;
  border-radius: 5%;
  margin-right: 1.5rem;
}
.presenters li p,
.links li p {
  margin: 0;
}

.presenters {
  padding: 0;
}
.presenters li img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.presenters li a {
  display: inline-block;
  margin: 0 0.3rem 0 0;
}

.feedback {
  border: 1px solid #ff9900;
  background: #fff4e4;
  margin: 4rem 0;
  padding: 1rem;
}
.feedback p:first-child {
  margin-bottom: 0.2rem;
}

footer p {
  padding: 0.6rem;
  font-size: 0.8rem;
  text-align: center;
  font-weight: normal;
}

/*# sourceMappingURL=main.css.map */
