* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  font-family: 'Lato', sans-serif;
  display: block;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  margin-bottom: 5px;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
}

header {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header p {
  margin-bottom: 30px;
}

header a {
  color: white;
  font-size: 22px;
  text-decoration: none;
  margin: 0 15px 0 15px;
}

p {
  margin-bottom: 10px;
}

a {
  color: black;
}

a:hover {
  color: darkgray;
}

.header-container {
  position: relative;
}

.z-index {
  z-index: 1;
}

.title-bg {
  position: relative;
  width: 100%;
}

.title-bg-inner {
  display: flex;
  justify-content: space-between;
}

.title-fg {
  position: absolute;
  display: block;
}

.title-bg-left {
  background-image: url('./images/TitleDividerLeft.jpg');
  background-size: cover;
  background-position: center;
  height: 253px;
  width: 295px;
}

.title-bg-right {
  background-image: url('./images/TitleDividerRight.jpg');
  background-size: cover;
  background-position: center;
  height: 253px;
  width: 295px;
}

.white-text-container {
  color: white;
}

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

.section-container {
  margin-top: 75px;
}

.card {
  background-color: white;
  margin-bottom: 30px;
  border-radius: 2px;
}

.card-block {
  display: block;
  padding: 3rem;
}

.date {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.description {
  display: block;
}

.sub-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.col-md-4 {
  width: 33.33%;
  min-width: 250px;
}

.col-md-8 {
  width: 66.66%;
}

.list-item {
  list-style: none;
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 30px;
}

a img {
  width: 330px;
  height: auto;
  margin-bottom: 15px;
}

.img-col-md-8 {
  min-width: 330px;
}

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

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.margin-bottom {
  margin-bottom: 25px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.bitcoin-address {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/* Extra small devices */
@media (max-width: 575.98px) {
  .card {
    margin-left: 10px;
    margin-right: 10px;
  }
  .col-md-8 {
    width: 100%;
  }
  .divider {
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-bg-left {
    background-image: none;
  }
  .title-bg-right {
    background-image: none;
  }
}

/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
  .card {
    margin-left: 20px;
    margin-right: 20px;
  }
  .col-md-8 {
    width: 100%;
  }
  .divider {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-bg-left {
    background-image: none;
  }
  .title-bg-right {
    background-image: none;
  }
}

/* Medium devices */
@media (min-width: 768px) and (max-width: 991.98px) {
  .card {
    margin-left: 70px;
    margin-right: 70px;
  }
  .col-md-8 {
    width: 100%;
  }
  .divider {
    margin-left: 70px;
    margin-right: 70px;
  }
  .title-bg-left {
    background-image: none;
  }
  .title-bg-right {
    background-image: none;
  }
}

/* Large devices */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card {
    margin-left: 100px;
    margin-right: 100px;
  }
  .divider {
    margin-left: 100px;
    margin-right: 100px;
  }
}

/* Extra large devices */
@media (min-width: 1200px) {
  .card {
    margin-left: 150px;
    margin-right: 150px;
  }
  .divider {
    margin-left: 150px;
    margin-right: 150px;
  }
}
