/*********************************************************
  RESET
*********************************************************/

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}


/*********************************************************
  MAIN
*********************************************************/

html, body{
  height: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  /* font-family: 'Chivo', sans-serif; */
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  background-color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  font-family: 'Archivo Black', sans-serif;
}

h1 {
  /* margin-bottom: 12px; */
  font-size: 42px;
  font-weight: 500;
}

h2 {
  /* margin-bottom: 12px; */
  font-size: 30px;
  font-weight: 400;
}

h3 {
  /* margin-bottom: 12px; */
  font-size: 20px;
}

.body h1 {
  margin-top: 50px;
  margin-bottom: 25px;
}

.body h2 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.body h3 {
  margin-top: 16px;
  margin-bottom: 10px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 900;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #2A8DF4;
}

hr {
  width: 300px;
  height: 1px;
  margin: 72px auto 64px;
  background-color: #666;
  border: none;
}

.mini {
  width: 50px;
  margin: 30px auto 30px;
}

.container {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.container.container--large {
  max-width: 800px;
}

.container.container--large p {
  max-width: 768px;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: 300;
  font-size: 18px;

  margin-top: 20px;
  margin-bottom: 20px;

  text-align: left;
}

span.parstart {
  font-weight: 400;
  font-style: italic;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #587798;
  border-radius: 5px;
}

.container.container--large p.organizers a {
  margin-left: 4px;
  white-space: nowrap;
}

.container.container--large p.organizers a.first {
  margin-left: 0px;
}

/*********************************************************
  BUTTONS
*********************************************************/

.button {
  display: inline-block;
  padding: 8px 32px 8px 32px;
  color: #fff;
  background-color: #2A8DF4;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;

  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.button:hover {
  font-weight: 400;
  color: #aaaaaa;
}

.header .buttons {
  margin-top: 30px;
}


/*********************************************************
  TABLE
*********************************************************/

.table {
  width: 100%;
  text-align: left;
}

.table th {
  font-weight: 900;
  padding-bottom: 10px;
}

.table th:nth-child(3),
.table td:nth-child(3) {
  text-align: center;
}

.table th:nth-child(4) {
  width: 40%;
}

.table td {
  padding: 10px 10px 20px 0;
  border-top: 1px solid #2A2F34;
}


/*********************************************************
  HEADER
*********************************************************/

.header {
  height: 100%;
  width: auto;
  background: url('../images/background.jpg') bottom no-repeat transparent;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.header .container {
  z-index: 10;
}

.header .header__introduction {
  text-shadow: 1px 1px 2px #000000;
  z-index: 100;
}

.header .header__introduction p {
  opacity: 0.9;
}

.header .header__scroll {
  position: absolute;
  width: 35px;
  right: 0;
  left: 0;
  bottom: 29px;
  margin: auto;
  text-align: center;
  z-index: 10;
}

.header .header__background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


/*********************************************************
  SCROLL
*********************************************************/

.scroll__text {
  opacity: 0.9;
}



/*********************************************************
  FOOTER
*********************************************************/

.footer {
  padding: 60px 0 20px 0;
  font-size: 14px;
  opacity: 0.5;
  transition: opacity 200ms linear;
}

.footer:hover {
  opacity: 1;
}


/* NAV BAR */

.nav {
  /* background-color: #333; */
  overflow: hidden;
  margin: 15px 0px;
}

/* Style the links inside the navigation bar */
.nav a {
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 17px;
  text-decoration: underline;
}

/* Change the color of links on hover */
.nav a:hover {
  background-color: #ddd;
  color: black;
}


.headshot-container {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.headshot-container img {
  border-radius: 50%;
  width: 172px;
  height: 172px;
  display: block;
  margin-bottom: 10px;
}

.headshot-container .caption {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

/*********************************************************
  RESPONSIVE
*********************************************************/

@media(max-height: 460px) {
  .header .header__scroll {
    display: none;
    visibility: hidden;
  }
}

@media(max-width: 425px) {
  .button.button--large {
    padding: 30px 35px;
  }

  hr {
    margin: 76px auto 61px;
  }
}

@media(max-width: 375px) {
  .button.button--large {
    padding: 20px 25px;
  }

  .header .header__introduction .buttons .button:first-of-type {
    margin-right: 0;
  }

  .header .header__scroll {
    display: none;
    visibility: hidden;
  }
}

@media(max-width: 320px) {
  .button.button--large {
    padding: 17px 22px;
  }

  hr {
    margin: 56px auto 41px;
  }

  .donations .buttons .button {
    margin-right: 0;
  }
}
