@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Oswald:wght@400;500;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Lato", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 40px;
  font-family: "Oswald", Times;

  .light {
    font-weight: 100;
  }
}

h2 {
  font-size: 36px;
  font-family: "Oswald", Times;

  .light {
    font-weight: 100;
  }
}

h3 {
  font-size: 32px;
  font-family: "Oswald", Times;

  .light {
    font-weight: 100;
  }
}

table {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;

  td {
    padding: 3px 10px 3px 0;
  }
}

.schedule-title {
  text-align: center;
}

summary {
  cursor: pointer;
  font-size: 14px;
  // font-weight: bold;
  text-align: center;
}

table.schedule {
  font-size: 18px;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 20px;

  tr.break {
    background-color: #DDD;
  }

  tr {
    td:first-child {
      padding-left: 3px;
    }
  }

  td {
    padding: 3px 5px 3px 0;
    position: relative;
    min-width: 100px;

    em {
      font-style: italic;
    }

    p {
      font-size: 14px;
      padding-bottom: 10px;
    }
  }
}

p {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: normal;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

#banner {
  height: 200px;
  overflow: hidden;
  background-image: url("assets/gorge.jpg");
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: cover;

  margin-bottom: 20px;
}

.content {
  max-width: 840px;
  padding: 0 20px 50px 20px;
  margin: 0 auto;
}

.title {
  text-transform: uppercase;
  margin-top: 40px;
}

.cta {
  text-align: right;
  margin-bottom: 40px;

  .date {
    color: #B31B1B;
  }
}

.buttons {
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  margin: 0 0 20px 0;

  a {
    padding: 15px 20px;
    background: #E68207;
    color: white;
    font-family: "Oswald";
    border-radius: 5px;
    text-decoration: none;
    font-size: 2em;
    margin: 0 10px;

  }

  a.disabled {
    background: gray;
    cursor: not-allowed;
  }
}
